Setup SSH MasterSocker and other small improvements
This commit is contained in:
parent
e3f197456b
commit
929e4a0bfc
5 changed files with 18 additions and 15 deletions
|
@ -1,2 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHLUrf0LpumX6XEkPW6Z105sgJMWWOllWy7sxB+lgdUw Marko YubiKey
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEvsd9UtWtqfG+vmx9ByEwQwKJlcelWwZlN4b4WG0al3 backup
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
Include ~/.ssh/rossum_hosts
|
||||
|
||||
host *
|
||||
IdentitiesOnly yes
|
||||
IdentityFile ~/.ssh/id_ed25519_yubikey.pub
|
||||
ControlMaster auto
|
||||
ControlPersist 10m
|
||||
ControlPath ~/.ssh/%r@%h:%p.socket
|
||||
|
||||
host gitea
|
||||
HostName korhonen.cc
|
||||
user git
|
||||
|
|
1
home/.ssh/id_ed25519_yubikey.pub
Normal file
1
home/.ssh/id_ed25519_yubikey.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHLUrf0LpumX6XEkPW6Z105sgJMWWOllWy7sxB+lgdUw Marko YubiKey
|
Loading…
Add table
Add a link
Reference in a new issue