#7416 SSH timeout after authentication on telegram-irc.fedorainfracloud.org
Closed: Fixed 5 years ago Opened 5 years ago by jflory7.

I am unable to SSH into a Fedora Cloud VM, telegram-irc.fedorainfracloud.org. The connection is terminated after authentication occurs. A shortened debug SSH attempt is below:

$ ssh -vvv jflory@telegram-irc.fedorainfracloud.org
[ … ]
debug1: Authentication succeeded (publickey).
Authenticated to telegram-irc.fedorainfracloud.org ([209.132.184.151]:22).
debug1: channel 0: new [client-session]
debug3: ssh_session2_open: channel_new: 0
debug2: channel 0: send open
debug3: send packet: type 90
debug1: Requesting no-more-sessions@openssh.com
debug3: send packet: type 80
debug1: Entering interactive session.
debug1: pledge: network
debug3: send packet: type 1
packet_write_wait: Connection to 209.132.184.151 port 22: Broken pipe

Metadata Update from @smooge:
- Issue assigned to smooge

5 years ago

System restarted but I am unable to ssh into the system to see if it is working.

@smooge My access is restored and I am able to log in.

Currently, I overwrite the SSHD config on the machine with Ansible. Is there a better way I can make this server accessible to Fedora Infra in cases like this?

So I would start putting those configs into the main ansible so that it could be redeployed. I would also then have it use the sysadmin-telegramirc group for sudo access as needed.

I am going to close this ticket out for the time being.

Metadata Update from @smooge:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago

So I would start putting those configs into the main ansible so that it could be redeployed. I would also then have it use the sysadmin-telegramirc group for sudo access as needed.

I am currently using my own role with SSHD to do this. If I wanted to upstream this properly for this server, how would I do that? If you could point me in the right direction, I can work on a pull request.

I am going to close this ticket out for the time being.

:thumbsup:

Login to comment on this ticket.

Metadata