SSH

Generate local key to access remote host

On client:

On SSHserver:

Login from the client with ssh userx@remote.example.org should ask for not password. Useful to invoke commands remotely using ssh

Copy file to SSH server listening on different port

scp -P 2222 filex userx@sshserver.example.org:/home/userx

SSH (last edited 2014-06-24 21:12:38 by 95)