Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 748 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 748 Bytes

SSH public keys of Renuo employees

New co-worker

Generate an SSH key

ssh-keygen -t ed25519 -C "<your name>@renuo.ch"

and then add the public key to this repo via PR.

You can find more information about configuring your SSH agent on Github.

Server operator

Install a new key onto a server by copying some of the Renuo public keys into ~/.ssh/authorized_keys.

Tip of the day

Enable login via SSH key on a remote machine (password login needed first)

ssh-copy-id <user>@<host>