Update SSH Config Again - Just proxmox and wirehole

This commit is contained in:
Sravan Balaji
2023-07-24 21:04:27 -04:00
parent d8641787ad
commit b483ad738d
2 changed files with 10 additions and 24 deletions

View File

@@ -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

View File

@@ -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