I think I know how to solve the problem:
(at least it works for me)

In my case it was related to some output when "running interactively".


Open a terminal and do:
ssh usern...@server /bin/true
(or maybe)
ssh usern...@server /usr/bin/true

If you get any output, then you probably need to write at the beginning of the 
server's ~/.bashrc:
# If not running interactively, don't do anything
[ -z "$PS1" ] && return

Try "ssh usern...@server /bin/true" again. If there is no output, try
connecting through nautilus.

Good luck!

-- 
"Error: ssh program unexpectedly exited" when trying to browse files on router
https://bugs.launchpad.net/bugs/424648
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to