ssh -i ~/keys/id_rsa root@192.168.1.201
Enter passphrase for key '/home/avin/keys/id_rsa':
Last login: Tue Jul 17 11:01:28 2012 from 192.168.1.240
[root@rsh_management ~]# exit
logout
tamam ben içerideyim! fakat...
avin@avin-pc ~/ % sshfs -o ssh_command="ssh -i ~/keys/id_rsa" root@192.168.1.201:/ /mnt/201
root@192.168.1.201's password:
root@192.168.1.201's password:
root@192.168.1.201's password:
read: **Connection reset by peer**
ve bu da
avin@avin-pc ~ % sshfs -o IdentityFile=~/keys/id_rsa root@192.168.1.201:/ /mnt/201
Enter passphrase for key '/home/avin/keys/id_rsa':
read: **Connection reset by peer**
Neden "Bağlantı eş tarafından sıfırlandı" alıyorum?
sorun şuydu: / etc / sshd_config dosyasındaki sunucuda bu satır yorumlandı> # Subsystem sftp / usr / libexec / openssh / sftp-server
—
carcinogen75
Aşağıda bir cevap olarak gönderin, @ carcinogen75.
—
Grawity