[Bug 424648] Re: "Error: ssh program unexpectedly exited" when trying to browse files on router
Sergio Oller
424648 at bugs.launchpad.net
Fri Sep 3 09:13:06 BST 2010
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 username at server /bin/true
(or maybe)
ssh username at 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 username at 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.
More information about the Ubuntu-server-bugs
mailing list