I am reopening this bug, since I still have problems accessing some sftp
(Version 1.x) servers.

To reproduce this bug:
#install openssh-server
sudo apt-get install openssh-server
#generate an rsa-1 host key:
sudo ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_rsa1_key"
* edit /etc/ssh/sshd_config: change "Protocol 2" to "Protocol 1", and add the 
line "HostKey /etc/ssh/ssh_host_rsa1_key"
sudo gedit /etc/ssh/sshd_config
#restart sshd 
sudo /etc/init.d/ssh restart
#add the host key to known_hosts (not sure if this is necessary)
ssh localhost
#try mounting
gvfs-mount ssh://localhost
gvfs-mount sftp://localhost

This still fails with "Error mounting location: Das SSH-Programm wurde
unerwartet beendet" ("The SSH-Program was unexpectedly closed")

** Changed in: nautilus (Ubuntu)
       Status: Fix Released => Confirmed

-- 
nautilus fails on sftp (and other remote access protocols)
https://bugs.launchpad.net/bugs/208595
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to