Skip to content

renuo/ssh-public.renuo.ch

Repository files navigation

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>