ssh - "Connection closed by xxx.xxx.xxx.xxx" - using password
- by Michael B
I attempted to create an new user account that I wish to use to log in using ssh.
I did this (in CentOs):
/usr/sbin/adduser -d /home/testaccount -s /bin/bash user
passwd testaccount
This is the error I receive when trying to log in via ssh:
~/.ssh$ ssh -v testaccount@xxx.xxx.xxx.xxx
OpenSSH_5.1p1 Debian-5ubuntu1, OpenSSL 0.9.8g 19 Oct 2007…