From 00e01644db1528f779cf78784609ebeb6064d97a Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 6 May 2024 22:46:09 +0200 Subject: [PATCH] ssh: whitespace --- .ssh/config | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.ssh/config b/.ssh/config index 6c077e8..03aa0a8 100644 --- a/.ssh/config +++ b/.ssh/config @@ -20,28 +20,28 @@ Host pbs-test.mgrote.net Host pbs.mgrote.net Host blocky.mgrote.net Host *.mgrote.net - IdentityFile ~/.ssh/mgrote.net + IdentityFile ~/.ssh/mgrote.net ### Ubiquity Host nanohd-wohnzimmer.mgrote.net - User ubi_ssh_admin - HostKeyAlgorithms=+ssh-dss + User ubi_ssh_admin + HostKeyAlgorithms=+ssh-dss ### Mikrotik Host rb5009.mgrote.net crs309.mgrote.net crs305.mgrote.net hex.mgrote.net - User admin - IdentityFile ~/.ssh/mikrotik_ed25519 + User admin + IdentityFile ~/.ssh/mikrotik_ed25519 ### papa.lan Host qnap-nas - HostName 192.168.3.108 - User extraadmin - IdentityFile ~/.ssh/qnap_papa + HostName 192.168.3.108 + User extraadmin + IdentityFile ~/.ssh/qnap_papa ### ssh-key für git clone Host git.mgrote.net - IdentityFile ~/.ssh/git.mgrote.net + IdentityFile ~/.ssh/git.mgrote.net Host github.com - User git - IdentityFile ~/.ssh/github.com + User git + IdentityFile ~/.ssh/github.com