How to fix request failed on channel 0

后端 未结 20 2592
甜味超标
甜味超标 2020-12-04 16:42

When I want to connect to my server like this

ssh -a username@my-server.de -p 22

it gives me two error messages:

PTY alloca         


        
20条回答
  •  臣服心动
    2020-12-04 17:04

    rebooting the instance from AWS console worked for me. There was a service that was leaking file connections that lsof helped find.

提交回复
热议问题