SSH

This protocol is also suit for scp

Commands: scp ssh-keygen

  • SSH operation (原理)

  • Without login password by ssh-keygen

    1. ssh-keygen -t rsa

    2. Skip by

    3. Check file path of your private and public key

    4. Append your public key in remote server "authorized_keys"

Last updated

Was this helpful?