SSH

ssh agent

# Start agent
eval $(ssh-agent)

# Add key
ssh-add

ssh portforwarding

Append vim ~/ssh/config with:

Host xxx.xxx.xxx.xxx
  ForwardAgent yes

rsa ssh-key copy

Issue on the client:

 ssh-copy-id server-ip-address