> On Mar 4, 2016, at 8:33 AM, John Lewis <[email protected]> wrote: > > Hi Andi, > > Here it is: > > root@client1:/etc# netstat -tulpen | grep 11111 > tcp 0 0 0.0.0.0:11111 0.0.0.0:* LISTEN > 0 167971942 4096/sshd > tcp6 0 0 :::11111 :::* LISTEN > 0 167971944 4096/sshd > root@client1:/etc# > > Looks like "normal"? >
Looks fine. Your problem sounds like a difference between "login" shell, and "command" shell. Have a look at this: https://stackoverflow.com/questions/5929552/ssh-command-execution-hangs-although-interactive-shell-functions-fine Check your .bashrc (or other login scripts) for commands that might be running that could mess up a non-interactive login. -Patrick _______________________________________________ Dirvish mailing list [email protected] http://www.dirvish.org/mailman/listinfo/dirvish
