From 1a0c90e915bbcd700d4f40936f70933b3497a13f Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Tue, 25 Jul 2023 18:24:30 -0400 Subject: [PATCH] Update SSH Config with portainer and rename hosts --- .ssh/config | 18 ++++++++++++++++-- README.org | 18 ++++++++++++++++-- 2 files changed, 32 insertions(+), 4 deletions(-) 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