Re: ssh disconnects immediately after successful login

2015-12-16 Thread Pascal Hambourg
Kent West a écrit : > > One thing I did notice in the auth logs is that the connection port > seems to change every connection attempt; is that normal? Yes. The client source port used by a typical TCP connection is ephemeral.

Re: ssh disconnects immediately after successful login

2015-12-16 Thread David Christensen
On 12/16/2015 05:29 AM, Kent West wrote: If I try to connect to my Debian box at work, using either my Mac's OS X or my Mac's Debian VM, I can connect successfully, but then immediately the connection is closed: Kents-MacBook-Pro:~ westk$ ssh -Y we...@westek.acu.edu we...@westek.acu.edu's

Re: ssh disconnects immediately after successful login

2015-12-16 Thread David Christensen
On 12/16/2015 06:54 PM, Kent West wrote: westk@westek:~$ cat /etc/debian_version stretch/sid So, Debian Testing (Stretch). You have a newer version of openssh-server (1:6.9p1-3) than I do (1:6.7p1-5). Check your 'man sshd_config' carefully. Kents-MacBook-Pro:~ westk$ ssh -vvv

Re: ssh disconnects immediately after successful login

2015-12-16 Thread Kent West
On 12/16/15 8:19 PM, David Christensen wrote: On 12/16/2015 05:29 AM, Kent West wrote: If I try to connect to my Debian box at work, using either my Mac's OS X or my Mac's Debian VM, I can connect successfully, but then immediately the connection is closed: Kents-MacBook-Pro:~ westk$ ssh -Y

ssh disconnects immediately after successful login

2015-12-16 Thread Kent West
I have a Debian box on my work network. I have a MacBook Pro at home, with a Debian VM running in VirtualBox. If I try to connect to my Debian box at work, using either my Mac's OS X or my Mac's Debian VM, I can connect successfully, but then immediately the connection is closed: