diff --git a/.ssh/config b/.ssh/config index 2279db9..da10881 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,16 +4,30 @@ Host aur.archlinux.org User aur # Home Server -Host proxmox +Host proxmox-root HostName proxmox.sbalaji.home User root IdentityFile ~/.ssh/id_ed25519 ForwardAgent yes ForwardX11 no -Host wirehole +Host wirehole-root HostName wirehole.sbalaji.home User root IdentityFile ~/.ssh/id_ed25519 ForwardAgent yes 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 diff --git a/README.org b/README.org index f5ac108..0dd7153 100644 --- a/README.org +++ b/README.org @@ -8075,19 +8075,33 @@ Host aur.archlinux.org User aur # Home Server -Host proxmox +Host proxmox-root HostName proxmox.sbalaji.home User root IdentityFile ~/.ssh/id_ed25519 ForwardAgent yes ForwardX11 no -Host wirehole +Host wirehole-root HostName wirehole.sbalaji.home User root IdentityFile ~/.ssh/id_ed25519 ForwardAgent yes 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 * System Settings