SSH connection problem.

2001-01-27 Thread Curtis Hogg
Whenever I try to connect to any of my machines running the latest updates from testing, i get -- [EMAIL PROTECTED]:~$ ssh tomoe-hotaru ssh_exchange_identification: Connection closed by remote host -- my SSH was working just fine until i moved to the testing set... the SSH in question is 2.3.0p1

Re: SSH connection problem.

2001-01-27 Thread Robert L. Yelvington
connect with the -v switch and post the output up to the connection being closed to the list... robt Curtis Hogg wrote: > > Whenever I try to connect to any of my machines running the latest updates > from testing, i get > -- > > [EMAIL PROTECTED]:~$ ssh tomoe-hotaru > ssh_exchange_identificat

Re: SSH connection problem.

2001-01-30 Thread kmself
on Sat, Jan 27, 2001 at 01:32:33AM -0700, Curtis Hogg ([EMAIL PROTECTED]) wrote: > Whenever I try to connect to any of my machines running the latest updates > from testing, i get > -- > > [EMAIL PROTECTED]:~$ ssh tomoe-hotaru > ssh_exchange_identification: Connection closed by remote host > > --

ssh connection problem "Read from socket failed:..."

2005-11-17 Thread Realos
I recentrly felt need of more space for /var directory. I copied /var onto a new partition with "cp -Rp /var /new/partition". My existing ssh connection remained functional but today morning I can not login via ssh to that machine anymore. Do you think it is an ownership/rights problem? I thoug

Re: ssh connection problem, DNS and ~/.ssh/config (long)

2011-02-26 Thread T o n g
Thanks a lot for your answer, elbbit. On Fri, 25 Feb 2011 07:44:27 +, elbbit wrote: >> /etc/init.d/ssh restart > > This method normally includes /etc/ssh/sshd_config when it starts the > sshd binary. The directive you are looking for in the file is probably > "PermitRootLogin yes". Addin