Federico Mena Quintero created an issue:
Summary
I rsync/ssh my blog and web page to webapps2.gnome.org. Since yesterday is is rejecting SSH connections on port 22.
Steps to reproduce
$ ssh -v webapps2.gnome.org 2>&1 | tail
debug1: Will attempt key: /home/federico/.ssh/id_ed25519
debug1: Will attempt key: /home/federico/.ssh/id_xmss
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
debug1: Next authentication method: publickey
debug1: Offering public key: /home/federico/.ssh/id_rsa RSA SHA256:BBDLfFsGGAFQRe5pVSn4CkkdCLtuMgffKk76nBsXpdY agent
debug1: Server accepts key: /home/federico/.ssh/id_rsa RSA SHA256:BBDLfFsGGAFQRe5pVSn4CkkdCLtuMgffKk76nBsXpdY agent
Connection closed by 209.132.180.162 port 22
What is the current bug behavior?
The ssh connection gets closed before giving back a shell. It seems to auth fine.
What is the expected correct behavior?
Ssh works as usual :)
(If the policy for hosting public_html has changed, please tell me!)
/cc @averi @barthalion