Add proxmox server and pihole/wireguard VM to ssh config
This commit is contained in:
25
.ssh/config
25
.ssh/config
@@ -4,16 +4,23 @@ Host aur.archlinux.org
|
||||
User aur
|
||||
|
||||
# Home Server
|
||||
Host casaos
|
||||
HostName casaos.home
|
||||
User casaos
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
ForwardAgent yes
|
||||
ForwardX11 yes
|
||||
|
||||
Host casaos-root
|
||||
HostName casaos.home
|
||||
Host proxmox
|
||||
HostName proxmox.sbalaji.home
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
ForwardAgent yes
|
||||
ForwardX11 yes
|
||||
|
||||
Host pihole
|
||||
HostName pihole.sbalaji.home
|
||||
User sravan
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
ForwardAgent yes
|
||||
ForwardX11 yes
|
||||
|
||||
Host wireguard
|
||||
HostName wireguard.sbalaji.home
|
||||
User sravan
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
ForwardAgent yes
|
||||
ForwardX11 yes
|
||||
|
19
README.org
19
README.org
@@ -8075,16 +8075,23 @@ Host aur.archlinux.org
|
||||
User aur
|
||||
|
||||
# Home Server
|
||||
Host casaos
|
||||
HostName casaos.home
|
||||
User casaos
|
||||
Host proxmox
|
||||
HostName proxmox.sbalaji.home
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
ForwardAgent yes
|
||||
ForwardX11 yes
|
||||
|
||||
Host casaos-root
|
||||
HostName casaos.home
|
||||
User root
|
||||
Host pihole
|
||||
HostName pihole.sbalaji.home
|
||||
User sravan
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
ForwardAgent yes
|
||||
ForwardX11 yes
|
||||
|
||||
Host wireguard
|
||||
HostName wireguard.sbalaji.home
|
||||
User sravan
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
ForwardAgent yes
|
||||
ForwardX11 yes
|
||||
|
Reference in New Issue
Block a user