From 02dd564b9e05b6717fc2091b8f8e1c2d80167704 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 23 Mar 2021 00:12:01 +0100 Subject: Update SSH keyfiles --- .ssh/config | 58 ++++++++++++---------------------------------------------- 1 file changed, 12 insertions(+), 46 deletions(-) (limited to '.ssh/config') diff --git a/.ssh/config b/.ssh/config index 7017890..9ee6ea9 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,31 +1,30 @@ -IdentityFile ~/.ssh/id.d/%L_ed25519 -IdentityFile ~/.ssh/id.d/%L_rsa +IdentityFile ~/.ssh/id.d/%u@%L-ed25519 Host home Hostname home.tyil.nl ForwardAgent yes Host anoia - Hostname 10.24.100.3 + Hostname 10.57.100.3 Host bast - Hostname 10.24.100.4 + Hostname 10.57.100.4 Host caeghi - Hostname 10.24.100.5 + Hostname 10.57.20.2 ForwardAgent yes Host denahnu - Hostname 10.24.100.6 + Hostname 10.57.20.4 Host edephas - Hostname 10.24.100.7 + Hostname 10.57.100.7 -Host faiwoo - Hostname 10.24.20.1 +Host email + Hostname 10.57.20.3 -Host store0-0 - Hostname 10.24.40.1 +Host faiwoo + Hostname 10.57.20.5 # Libvirt VMs Host 192.168.122.* @@ -33,38 +32,5 @@ Host 192.168.122.* StrictHostKeyChecking no UserKnownHostsFile /dev/null -# Include config.d/mintlab -Host *.zsys.nl - StrictHostKeyChecking no - UserKnownHostsFile /dev/null - -Host bastion.*.zsys.nl - ProxyJump caeghi - ForwardAgent yes - User mintlab - -Host bttw.prd.zsys.nl - ProxyJump bastion.prd.zsys.nl - User mintlab - -Host buildbox.prd.zsys.nl - ProxyJump bastion.prd.zsys.nl - User mintlab - -Host vpn.mintlab.nl - User mintlab - -Host wiki.zaaksysteem.nl - ProxyJump caeghi - User mintlab - Hostname www01.mintlab.nl - -Host *.competent.nl - User patrick - -#Include config.d/raku -Host rakudo.org - IdentityFile ~/.ssh/id.d/sessifet_rsa - Hostname lavm-perl6infra-1.atikon.io - User rakudo.org - Port 2222 +Include config.d/mintlab +Include config.d/raku -- cgit v1.1