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