Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

SSH Public Key Authentication

joakimk edited this page Oct 30, 2010 · 2 revisions

Basics:

ssh-keygen
scp .ssh/id_rsa.pub user@server:~
ssh user@server
mkdir -p .ssh
cat id_rsa.pub >> .ssh/authorized_keys