cc_staff
127
edits
No edit summary |
(Use RSA key in example) |
||
Line 65: | Line 65: | ||
<!--T:20--> | <!--T:20--> | ||
which should show something like this: | which should show something like this: | ||
ssh- | ssh-rsa AAAAC3NzaC1lZDI1NTE5AAAAIGhczaUoV6SzR2VEf9Rp4/P9xHVU8S72CKHrwKU+Yntx user@machine | ||
<!--T:21--> | <!--T:21--> | ||
Line 83: | Line 83: | ||
Public keys in RFC4716 or PKCS8 formats will look similar to PEM, with small variations in the header and footer lines. | Public keys in RFC4716 or PKCS8 formats will look similar to PEM, with small variations in the header and footer lines. | ||
=== Using the authorized_keys file === <!--T:23--> | === Using the authorized_keys file === <!--T:23--> | ||