First you need to create a public key on the client. This only needs to be done once.
ssh-keygen -t rsaIt will ask where to place it. The default should be good.
You now will need to let the server know who you are.
ssh-copy-id -i .ssh/id_rsa.pub ruser@serverIf you have never made a connection over ssh to that server, you will be asked if you accept the finger print. Press yes there and then enter the password for ruser.
If you have installed sshfs you can now do something like `sshfs ruser@server:/home/ruser ~/ruser_server` after you made on the client the directory ~/ruser_server.
© 2005 - 2010
by
houghi.
Copyright explanation will be onlin on
August 7, 2010