Useful SSH commands
SSH is a great tool with all transport data encrypted, it provide safe tunnel and multiple identity verification approach.
Here are some useful ssh command:
* Copy SSH publish key to the target server
ssh-copy-id user@host
If you don't have the key pair, use ssh-keygen to generated keys