catalinmarinescu
10/24/2017 - 9:20 AM

SSH - commands

usefull commands

# copy ssh public key to remote server
ssh-copy-id user@hostname.example.com

# tunnel for X apps
ssh -fTXC <host> chromium-browser