I'm experiencing serious ssh crashing. It crashes in a lot of different ways in very different circumstances.
Reproducible: always.
How to reproduce:
1. /user ssh-keys import user=admin file=id_dsa.pub
2. use scp to copy a file (I copy 20MB)
Result during scp (from host with id_dsa)
Code:Select all
ssh -l admin 172.16.1.6 Connection closed by UNKNOWN video-srv-03:~# ssh -l admin 172.16.1.6 Connection closed by UNKNOWN video-srv-03:~# ssh -l admin 172.16.1.6
Code:Select all
Result after scp (I'm trying to login with proper password, from different host, password auth possible only): admin@172.16.1.6's password: Permission denied, please try again. admin@172.16.1.6's password: Permission denied, please try again. admin@172.16.1.6's password: Permission denied (password).
Code:Select all
ssh -l admin 172.16.1.6 ssh: connect to host 172.16.1.6 port 22: Connection refused
Code:Select all
#lets clear all previous ssh stuff: /user ssh-keys remove numbers=0 ; /ip service set ssh disabled=yes /ip service set ssh disabled=no # new stuff /user add name=adminuser group=full password=test /user ssh-keys import file=id_dsa.pub user=adminuser
Code:Select all
视频-srv-03:~# ssh -l admin 172.16.1.6 Connection closed by 172.16.1.6 ssh -l admin 172.16.1.6 Connection closed by UNKNOWN
Have you got this already reported? I've tried 5.0rc1 and hit that bug, so I've upgraded to latest rc and it still sits here and kicks in the a..
Any workaround?