Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
picore:publickey [2025/06/29 08:31] – rhermsen | picore:publickey [2025/07/02 18:33] (current) – rhermsen | ||
---|---|---|---|
Line 12: | Line 12: | ||
* Configure the ssh server (sshd) to allow Public Key Authentication. | * Configure the ssh server (sshd) to allow Public Key Authentication. | ||
* sudo vi / | * sudo vi / | ||
- | * add: < | + | * add (or uncommend): < |
* Preserve the ssh server config at reboot. | * Preserve the ssh server config at reboot. | ||
* sudo vi / | * sudo vi / | ||
* add: < | * add: < | ||
- | * backup | + | * backup\\ \\ |
+ | * Restart the ssh server to re-read the configuration. | ||
+ | * sudo / | ||
+ | |||
+ | After configuring PuTTY or other terminal server to use Public Key Authentication with the new private key, you should be able to login directly as user tc using the phrase you used while generating the key pair. | ||