Lab Report 3 Week 6
Access the .ssh folder which is in your home. Type: notepad config. To create the file and open it in a notepad. Copy the text below and replace zzz with your id.
Host ieng6
HostName ieng6.ucsd.edu
User cs15lwi22zzz
IdentityFile ~/.ssh/id_rsa
Now just by typing the command: ssh ieng6 loggs into your remote acccess.
This now makes all commands requiring ssh much faster. Instead of having to type:
scp fileToMove.txt [email protected]:~/
You can type:
scp fileToMove.txt ieng6:~/