Mosh connection issues (custom port range)
- Dominant language
- Swift
- Stars
- 6.9k
- Forks
- 746
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I might be doing something wrong, but some time ago mosh connections started throwing this error:
```
NoMoshServerArgs - Did not find mosh server startup message. (Have you installed mosh on your server?)
Use mosh1 for the deprecated (previous) mosh version.
```
At the same time ssh2 stopped working too.
Mosh1 and ssh continue to work.
Ssh2 -vvv shows this in debug messages:
```
SSHSession:DEBUG:Attempting authentication with publickey.
SSHSession:DEBUG:Authentication failed
```
Ssh -vvv shows a lot of debug, but among others I can see this:
```
ssh_userauth_agent: Trying identity id_rsa
ssh_key_algorithm_allowed: Checking rsa-sha2-512 with list
ssh_key_algorithm_allowed: Checking rsa-sha2-512 with list
packet_send2: packet: wrote [type=50, len=608, padding_size=9, comp=598, payload=598]
ssh_packet_socket_callback: packet: read type 60 [len=576,padding=19,comp=556,payload=556]
ssh_packet_process: Dispatching handler for packet type 60
ssh_userauth_agent: Public key of id_rsa accepted by server
ssh_key_algorithm_allowed: Checking rsa-sha2-512 with list
ssh_key_algorithm_allowed: Checking rsa-sha2-512 with list
packet_send2: packet: wrote [type=50, len=1152, padding_size=17, comp=1134, payload=1134]
ssh_packet_socket_callback: packet: read type 52 [len=16,padding=14,comp=1,payload=1]
ssh_packet_process: Dispatching handler for packet type 52
ssh_packet_userauth_success: Authentication successful
```
Am I doing something wrong? :-)
Please and thank you!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.