Update SSH Config with portainer and rename hosts
This commit is contained in:
18
.ssh/config
18
.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
|
||||
|
18
README.org
18
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
|
||||
|
Reference in New Issue
Block a user