Your goal for this assignment is to create an SSH keypair, transfer your PUBLIC key to a remote system, then authen.cate to that remote system with your PRIVATE key. code example
Example: insert file key file ssh
sudo chmod 400 [key file]
sudo ssh -i [key file] [username]@[ip]