cs101:generatesshkeys
This is an old revision of the document!
How to generate keys to use instead of passwords
Key-based SSH logins rely on the idea of public-key cryptography.
In the process, your client computer generates two keys: a public key and a private key. The idea is that you can encrypt data with the public key, but only decrypt it with the private key. We’ll put the public key on the server and ask it to encrypt all outgoing communication with it. This makes sure that only those clients with the private key can decrypt and read the data.
cs101/generatesshkeys.1541786571.txt.gz · Last modified: by localadmin