From b483ad738ddc191a3fcd252a536d06aa6d5fdb30 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Mon, 24 Jul 2023 21:04:27 -0400 Subject: [PATCH] Update SSH Config Again - Just proxmox and wirehole --- .ssh/config | 17 +++++------------ README.org | 17 +++++------------ 2 files changed, 10 insertions(+), 24 deletions(-) diff --git a/.ssh/config b/.ssh/config index 4f0436d..2279db9 100644 --- a/.ssh/config +++ b/.ssh/config @@ -9,18 +9,11 @@ Host proxmox User root IdentityFile ~/.ssh/id_ed25519 ForwardAgent yes - ForwardX11 yes + ForwardX11 no -Host pihole - HostName pihole.sbalaji.home - User sravan +Host wirehole + HostName wirehole.sbalaji.home + User root IdentityFile ~/.ssh/id_ed25519 ForwardAgent yes - ForwardX11 yes - -Host wireguard - HostName wireguard.sbalaji.home - User sravan - IdentityFile ~/.ssh/id_ed25519 - ForwardAgent yes - ForwardX11 yes + ForwardX11 no diff --git a/README.org b/README.org index dabdb7a..f5ac108 100644 --- a/README.org +++ b/README.org @@ -8080,21 +8080,14 @@ Host proxmox User root IdentityFile ~/.ssh/id_ed25519 ForwardAgent yes - ForwardX11 yes + ForwardX11 no -Host pihole - HostName pihole.sbalaji.home - User sravan +Host wirehole + HostName wirehole.sbalaji.home + User root IdentityFile ~/.ssh/id_ed25519 ForwardAgent yes - ForwardX11 yes - -Host wireguard - HostName wireguard.sbalaji.home - User sravan - IdentityFile ~/.ssh/id_ed25519 - ForwardAgent yes - ForwardX11 yes + ForwardX11 no #+END_SRC * System Settings