added ssh config
This commit is contained in:
parent
3932c83741
commit
467d4c3177
1
.zshrc
1
.zshrc
|
|
@ -125,3 +125,4 @@ source $ZSH/oh-my-zsh.sh
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|
||||||
source ~/.pgr-linux-defaults/.zshrc_manual
|
source ~/.pgr-linux-defaults/.zshrc_manual
|
||||||
|
. "/home/herz/.deno/env"
|
||||||
|
|
@ -18,6 +18,11 @@ mv ~/.zshrc ~/.zshrc_pre_pgr_defaults
|
||||||
ln ~/.pgr-linux-defaults/.zshrc ~/.zshrc
|
ln ~/.pgr-linux-defaults/.zshrc ~/.zshrc
|
||||||
touch ~/.pgr-linux-defaults/.zshrc_manual
|
touch ~/.pgr-linux-defaults/.zshrc_manual
|
||||||
|
|
||||||
|
|
||||||
|
mkdir ~/.ssh
|
||||||
|
ln ~/.pgr-linux-defaults/ssh_config ~/.ssh/config
|
||||||
|
|
||||||
|
|
||||||
# sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
|
# sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
|
||||||
# sudo chmod +x /usr/local/bin/oh-my-posh
|
# sudo chmod +x /usr/local/bin/oh-my-posh
|
||||||
# mkdir ~/.poshthemes
|
# mkdir ~/.poshthemes
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,98 @@
|
||||||
|
|
||||||
|
#MGMT-VM
|
||||||
|
Host herz-mgmt
|
||||||
|
Port 1337
|
||||||
|
Hostname denied-gaming.de
|
||||||
|
|
||||||
|
#ansible-vm
|
||||||
|
Host ansible-vm
|
||||||
|
Hostname 192.168.1.25
|
||||||
|
User root
|
||||||
|
|
||||||
|
#clab
|
||||||
|
Host clab
|
||||||
|
Hostname 192.168.1.26
|
||||||
|
|
||||||
|
|
||||||
|
#Hetzner-Cloud-VM
|
||||||
|
Host dgg-hetzner-cloud
|
||||||
|
Port 22
|
||||||
|
Hostname 5.75.230.166
|
||||||
|
User root
|
||||||
|
ProxyJump herz-mgmt
|
||||||
|
|
||||||
|
#Infra
|
||||||
|
Host cephgeorep
|
||||||
|
User herz
|
||||||
|
Port 22
|
||||||
|
Hostname 172.16.0.9
|
||||||
|
ProxyJump herz-mgmt
|
||||||
|
|
||||||
|
Host proxmox01 pve01
|
||||||
|
User root
|
||||||
|
Port 22
|
||||||
|
Hostname 172.16.0.10
|
||||||
|
ProxyJump herz-mgmt
|
||||||
|
Host proxmox02 pve02
|
||||||
|
User root
|
||||||
|
Port 22
|
||||||
|
Hostname 172.16.0.20
|
||||||
|
ProxyJump herz-mgmt
|
||||||
|
Host proxmox03 pve03
|
||||||
|
User root
|
||||||
|
Port 22
|
||||||
|
Hostname 172.16.0.30
|
||||||
|
ProxyJump herz-mgmt
|
||||||
|
|
||||||
|
#Internal VMs
|
||||||
|
Host plex
|
||||||
|
Port 22
|
||||||
|
Hostname 192.168.1.99
|
||||||
|
ProxyJump herz-mgmt
|
||||||
|
|
||||||
|
Host containerlab
|
||||||
|
Port 22
|
||||||
|
User root
|
||||||
|
Hostname 192.168.1.45
|
||||||
|
ProxyJump herz-mgmt
|
||||||
|
|
||||||
|
Host sonarr
|
||||||
|
Port 22
|
||||||
|
Hostname 192.168.1.50
|
||||||
|
ProxyJump herz-mgmt
|
||||||
|
|
||||||
|
#Docker Hosts
|
||||||
|
Host docker01
|
||||||
|
Port 22
|
||||||
|
Hostname 192.168.1.191
|
||||||
|
ProxyJump herz-mgmt
|
||||||
|
|
||||||
|
Host docker02
|
||||||
|
Port 22
|
||||||
|
Hostname 192.168.1.192
|
||||||
|
ProxyJump herz-mgmt
|
||||||
|
|
||||||
|
Host docker03
|
||||||
|
Port 22
|
||||||
|
Hostname 192.168.1.193
|
||||||
|
ProxyJump herz-mgmt
|
||||||
|
|
||||||
|
#Gameserver
|
||||||
|
Host pterodactyl-panel
|
||||||
|
Port 22
|
||||||
|
Hostname 192.168.2.180
|
||||||
|
|
||||||
|
Host pterodactyl-gs01
|
||||||
|
Port 22
|
||||||
|
Hostname 172.16.100.101
|
||||||
|
ProxyJump herz-mgmt
|
||||||
|
|
||||||
|
Host pterodactyl-gs02
|
||||||
|
Port 22
|
||||||
|
Hostname 172.16.100.102
|
||||||
|
ProxyJump herz-mgmt
|
||||||
|
|
||||||
|
Host pterodactyl-gs03
|
||||||
|
Port 22
|
||||||
|
Hostname 172.16.100.103
|
||||||
|
ProxyJump herz-mgmt
|
||||||
Loading…
Reference in New Issue