From 6e8303fe8f60560cea728a715ecbefaa2571d5f1 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Fri, 28 Apr 2023 21:28:44 +0200 Subject: [PATCH] Remove SSH config in favor of tailscale --- roles/dotfiles/files/ssh_config | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/roles/dotfiles/files/ssh_config b/roles/dotfiles/files/ssh_config index 85cd2ee..eec8e93 100644 --- a/roles/dotfiles/files/ssh_config +++ b/roles/dotfiles/files/ssh_config @@ -1,16 +1,18 @@ AddKeysToAgent yes -Host base - HostName skaq5lpru2kvl6hu.myfritz.net - Port 2222 - User johannes +SendEnv GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME + +#Host base +# HostName skaq5lpru2kvl6hu.myfritz.net +# Port 2222 +# User johannes Host base-decrypt HostName skaq5lpru2kvl6hu.myfritz.net Port 2221 User root -Host ovh - HostName 51.89.23.55 - Port 2222 - User rothe +#Host ovh +# HostName 51.89.23.55 +# Port 2222 +# User rothe Host strato HostName ssh.strato.de Port 22