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
|
User aur
|
||||||
|
|
||||||
# Home Server
|
# Home Server
|
||||||
Host casaos
|
Host proxmox
|
||||||
HostName casaos.home
|
HostName proxmox.sbalaji.home
|
||||||
User casaos
|
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
|
||||||
ForwardAgent yes
|
|
||||||
ForwardX11 yes
|
|
||||||
|
|
||||||
Host casaos-root
|
|
||||||
HostName casaos.home
|
|
||||||
User root
|
User root
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
ForwardX11 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
|
User aur
|
||||||
|
|
||||||
# Home Server
|
# Home Server
|
||||||
Host casaos
|
Host proxmox
|
||||||
HostName casaos.home
|
HostName proxmox.sbalaji.home
|
||||||
User casaos
|
User root
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
ForwardX11 yes
|
ForwardX11 yes
|
||||||
|
|
||||||
Host casaos-root
|
Host pihole
|
||||||
HostName casaos.home
|
HostName pihole.sbalaji.home
|
||||||
User root
|
User sravan
|
||||||
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
ForwardAgent yes
|
||||||
|
ForwardX11 yes
|
||||||
|
|
||||||
|
Host wireguard
|
||||||
|
HostName wireguard.sbalaji.home
|
||||||
|
User sravan
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
ForwardX11 yes
|
ForwardX11 yes
|
||||||
|
Reference in New Issue
Block a user