Hi guys!
Never had to post a thread in the forums, but i am at the end of my knowledge about this issue.
I have 3 Servers that i wanted to reinstall to Proxmox 9. 3 different machines, with CPUs from different generations and different motherboards, different networks, basically no common part with each of them.
2 Servers were installed using the Proxmox 9.0-1 ISO, 1 was installed on top of debian 13 because it needed mdadm RAID.
1. Server CPU: Xeon Gold 5128
2. Server CPU: Ryzen 7600X
3. Server CPU: EPYC 9654
SSH Server is using the default config from the installation, nothing was adjusted.
On the one server that didnt use the ISO, the SSH Server was working before the install.
I also tried the optin 6.17 kernel, no change.
THE PROBLEM
When i try to connect using windows terminal ssh i simply get "Connection closed by X.X.X.X port 2222"
Journalctl then gives me that info:
To further debug, i started a temporary ssh server with the following command: /usr/sbin/sshd -Dddd -e -p 2222
Output log from that:
I dont exactly know what is the issue, I just think it has something to do with seccomp, I tried various things I found online, but nothing worked.
Thanks in advance.
Never had to post a thread in the forums, but i am at the end of my knowledge about this issue.
I have 3 Servers that i wanted to reinstall to Proxmox 9. 3 different machines, with CPUs from different generations and different motherboards, different networks, basically no common part with each of them.
2 Servers were installed using the Proxmox 9.0-1 ISO, 1 was installed on top of debian 13 because it needed mdadm RAID.
1. Server CPU: Xeon Gold 5128
2. Server CPU: Ryzen 7600X
3. Server CPU: EPYC 9654
SSH Server is using the default config from the installation, nothing was adjusted.
On the one server that didnt use the ISO, the SSH Server was working before the install.
I also tried the optin 6.17 kernel, no change.
THE PROBLEM
When i try to connect using windows terminal ssh i simply get "Connection closed by X.X.X.X port 2222"
Journalctl then gives me that info:
Code:
Oct 17 19:25:48 pve kernel: audit: type=1326 audit(1760721948.583:133): auid=4294967295 uid=102 gid=65534 ses=4294967295 subj=unconfined pid=10674 comm="sshd-auth" exe="/usr/lib/openssh/sshd-auth" sig=31 arch=c000003e syscall=104 compat=0 ip=0x70cc55b18779 code=0x0
Oct 17 19:25:48 pve sshd-session[10673]: error: mm_reap: preauth child terminated by signal 31
Oct 17 19:25:48 pve sshd[1552]: Session process 10673 unpriv child crash for connection from X.X.X.X to X.X.X.X
To further debug, i started a temporary ssh server with the following command: /usr/sbin/sshd -Dddd -e -p 2222
Output log from that:
Code:
debug3: server_process_channel_timeouts: setting 0 timeouts [preauth]
debug3: channel_clear_timeouts: clearing [preauth]
debug3: fd 5 is O_NONBLOCK [preauth]
debug3: ssh_sandbox_init: preparing seccomp filter sandbox [preauth]
debug3: privsep user:group 102:65534 [preauth]
debug1: permanently_set_uid: 102/65534 [preauth]
debug3: ssh_sandbox_child: setting PR_SET_NO_NEW_PRIVS [preauth]
debug3: ssh_sandbox_child: attaching seccomp filter program [preauth]
debug3: append_hostkey_type: ssh-rsa key not permitted by HostkeyAlgorithms [preauth]
debug1: monitor_read_log: child log fd closed
debug3: mm_request_receive: entering
debug3: mm_request_receive: monitor fd closed
mm_reap: preauth child terminated by signal 31
debug1: do_cleanup
debug3: PAM: sshpam_thread_cleanup entering
debug1: Killing privsep child 11762
debug1: audit_event: unhandled event 12
I dont exactly know what is the issue, I just think it has something to do with seccomp, I tried various things I found online, but nothing worked.
Thanks in advance.
Last edited: