An ~/.ssh/config
makes your life easier:
Then you can SSH over with ssh somehost
instead of ssh someuser@somehost.somedomain.com
.
SSH keys instead of passwords
To avoid having to type your password every time:
Just once:
Then for every remote machine:
SCP
Example call to copy from remote to local:
sshfs
You can mount an ssh directory!