Update SSH Config with portainer and rename hosts

This commit is contained in:
Sravan Balaji
2023-07-25 18:24:30 -04:00
parent b483ad738d
commit 1a0c90e915
2 changed files with 32 additions and 4 deletions

View File

@@ -4,16 +4,30 @@ Host aur.archlinux.org
User aur User aur
# Home Server # Home Server
Host proxmox Host proxmox-root
HostName proxmox.sbalaji.home HostName proxmox.sbalaji.home
User root User root
IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes ForwardAgent yes
ForwardX11 no ForwardX11 no
Host wirehole Host wirehole-root
HostName wirehole.sbalaji.home HostName wirehole.sbalaji.home
User root User root
IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes ForwardAgent yes
ForwardX11 no ForwardX11 no
Host portainer-root
HostName portainer.sbalaji.home
User root
IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes
ForwardX11 no
Host portainer-sravan
HostName portainer.sbalaji.home
User sravan
IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes
ForwardX11 no

View File

@@ -8075,19 +8075,33 @@ Host aur.archlinux.org
User aur User aur
# Home Server # Home Server
Host proxmox Host proxmox-root
HostName proxmox.sbalaji.home HostName proxmox.sbalaji.home
User root User root
IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes ForwardAgent yes
ForwardX11 no ForwardX11 no
Host wirehole Host wirehole-root
HostName wirehole.sbalaji.home HostName wirehole.sbalaji.home
User root User root
IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes ForwardAgent yes
ForwardX11 no ForwardX11 no
Host portainer-root
HostName portainer.sbalaji.home
User root
IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes
ForwardX11 no
Host portainer-sravan
HostName portainer.sbalaji.home
User sravan
IdentityFile ~/.ssh/id_ed25519
ForwardAgent yes
ForwardX11 no
#+END_SRC #+END_SRC
* System Settings * System Settings