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
|
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
|
||||||
|
18
README.org
18
README.org
@@ -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
|
||||||
|
Reference in New Issue
Block a user