Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4066  / 3 Years ago, sun, june 13, 2021, 11:42:24

Why is it not possible to remember passwords in Nautilus for SFTP? It works great for FTP with passwords stored with Seahorse. How I can solve this?


More From » nautilus

 Answers
6

Linux server authentication without password using nautilus :
If you are facing problem for sftp, if it asks for password every time when you try to login to the server using sftp in nautilus, you should add your public key file as authorized_keys on the server.
To do this



# scp ~/.ssh/id_dsa.pub 192.168.xx.xx:~/.ssh/authorized_keys


If yu are using RSA keys



# scp ~/.ssh/id_rsa.pub 192.168.xx.xx:~/.ssh/authorized_keys


where 192.168.xx.xx is IP of the server.



Now if you will try to log into server in nautilus using sftp, it will not ask password.


[#31862] Tuesday, June 15, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
housecoarmer

Total Points: 434
Total Questions: 116
Total Answers: 120

Location: Albania
Member since Sun, Nov 22, 2020
4 Years ago
;