Recent content by Erikaso

  1. E

    [SOLVED] kswapd0 using all CPU resources

    The only thing I could think of is that maybe someone got access via ssh once. Proxmox got installed from the hosting Support and I never did anything else on the server than running proxmox. But they did use a less secure root password (I changed it after 2 days using it) I already set up...
  2. E

    [SOLVED] Accidentally deleted SSH Key

    I found a lot of ssh keys in "/var/lib/pve-cluster/config.db" Is there any key that I can use for this to recover?
  3. E

    [SOLVED] Accidentally deleted SSH Key

    Is there anything I can do to mount it again?
  4. E

    [SOLVED] Accidentally deleted SSH Key

    What files do you mean? If you mean the ssh key then no I don't have any backup of that. I only have old backups of the vm's
  5. E

    [SOLVED] Accidentally deleted SSH Key

    But the file /root/.ssh/id_rsa.pub doesn't exist. root@nfacf1d:~/.ssh# cat /root/.ssh/id_rsa.pub cat: /root/.ssh/id_rsa.pub: No such file or directory I was restarting the server before maybe that wasn't good. I have installed 2 vm's and owncloud on it. Do you think I can back up the vm's...
  6. E

    [SOLVED] Accidentally deleted SSH Key

    root@nfacf1d:/etc# systemctl status corosync ● corosync.service - Corosync Cluster Engine Loaded: loaded (/lib/systemd/system/corosync.service; enabled; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Mon 2021-04-12 09:03:40 CEST; 5min ago └─...
  7. E

    [SOLVED] Accidentally deleted SSH Key

    **Edit** I finally was able to fix this! Thanks to everyone who helped ^^ Here is what I did: I found a BTC miner on my proxmox node. It was running under the name "./kswapd0" and used 100% CPU. While I was trying to remove everything associated with it, I did the following 2 mistakes: 1. I...
  8. E

    [SOLVED] kswapd0 using all CPU resources

    I solved this, it was a Virus! I was able to remove it with the help of this article. Hello I have proxmox installed on a server that has a AMD® Ryzen™ 5 3600 6c/12t @3.60GHz, 64 GB RAM and 2 x 480 GB NVME. On it there is 1 Windows 2019 Server running, 1 Ubuntu server and a owncloud cluster...