Notes

Adding SSH Keys to Target Machine

  1. Create SSH keys: ssh-keygen

  2. Append contents of file_rsa.pub into target->[.ssh directory] -> authorized_keys file.

  3. SSH into remote-host using file_rsa ssh -i file_rsa user@10.10.10.100

Last updated