From 6a540a1b021efcb315371b858c3707f522167faf Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 5 Aug 2023 06:38:45 +1200 Subject: [PATCH] add gerald.toni --- .gitignore.d/ssh | 10 +++------- .ssh/config.in | 6 ++++++ .ssh/known_hosts.d/toni.madduck.net | 1 + 3 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 .ssh/known_hosts.d/toni.madduck.net diff --git a/.gitignore.d/ssh b/.gitignore.d/ssh index 95afde9..89e091f 100644 --- a/.gitignore.d/ssh +++ b/.gitignore.d/ssh @@ -7,27 +7,23 @@ !/.gitignore.d/ssh !/.ssh/authorized_keys.d/ed25519@albatross !/.ssh/authorized_keys.d/ed25519@lotus -!/.ssh/authorized_keys.d/ed25519@sgs7e !/.ssh/authorized_keys.d/openpgp@smartcard !/.ssh/config.in !/.ssh/.gitignore -!/.ssh/known_hosts.d/debconf.org !/.ssh/known_hosts.d/debian.org +!/.ssh/known_hosts.d/gern.madduck.net !/.ssh/known_hosts.d/github.com !/.ssh/known_hosts.d/gitlab.com !/.ssh/known_hosts.d/lehel.madduck.net !/.ssh/known_hosts.d/madduck.net !/.ssh/known_hosts.d/mjollnir.org !/.ssh/known_hosts.d/mtfk.de -!/.ssh/known_hosts.d/mtvic.madduck.net !/.ssh/known_hosts.d/northfiles.de -!/.ssh/known_hosts.d/oneplus5t -!/.ssh/known_hosts.d/sgs5m -!/.ssh/known_hosts.d/sgs7e +!/.ssh/known_hosts.d/rw.madduck.net !/.ssh/known_hosts.d/tilde-club +!/.ssh/known_hosts.d/toni.madduck.net !/.ssh/known_hosts.d/viinet.de !/.ssh/Makefile !/.ssh/rc !/.var/ssh/.gitignore -!/.xsession.d/20-ssh-ask-passphrase !/.zsh/zshrc/parts.d/50-ssh diff --git a/.ssh/config.in b/.ssh/config.in index 4a6f6cc..8ed27f9 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -184,6 +184,12 @@ Host visitor*.gern.madduck.net | visitor*.gern StrictHostKeyChecking no UserKnownHostsFile /dev/null +### TONI + +Host gerald.toni.madduck.net | gerald.toni | gerald + Hostname gerald.toni.madduck.net + HostKeyAlias gerald.toni.madduck.net + ### ROAD WARRIORS Host lotus.gern diff --git a/.ssh/known_hosts.d/toni.madduck.net b/.ssh/known_hosts.d/toni.madduck.net new file mode 100644 index 0000000..c07e612 --- /dev/null +++ b/.ssh/known_hosts.d/toni.madduck.net @@ -0,0 +1 @@ +gerald.toni.madduck.net,192.168.231.158,10.14.17.27 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAPPL2uMB1WneHc/ajH/n9bjdrxu/KA8Jb3QJsNsLtch -- 2.39.2