Skip to main content

SSH key usage

·27 words·1 min
Author
Ian Blockmans
I make things and also virtual things
Table of Contents

copy ssh public key to server
#

Copy the contents from ~/.ssh/id_rsa.pub from client to ~/.ssh/authorized_keys on the server. Key pair also backed up in sec folder.

Related