SSH
Recipes
Connect to host:
-A enables forwarding of the authentication agent connection. In other words you can connect to another ssh server from current ssh server
Mount folder on host with
sshfs
:
Copy over SSH (actually the best way is mounting with
sshfs
):
Add your SSH key to the ssh-agent:
Links
Last updated