ssh’ing shorter with ssh alias
This is necessary thing to do if you have access to many servers, and too many configurations to remember and typed, from the user, hostname and port number. You can make this short with ssh alias. ssh alias allow you to connect your remote machine just by words. # ssh mymachineor # scp file.txt mymachine:~/ […]