diff --git a/.zshrc b/.zshrc index 3b9bb98..30aa70a 100644 --- a/.zshrc +++ b/.zshrc @@ -125,3 +125,4 @@ source $ZSH/oh-my-zsh.sh [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh source ~/.pgr-linux-defaults/.zshrc_manual +. "/home/herz/.deno/env" \ No newline at end of file diff --git a/README.md b/README.md index fc22e4a..62e180d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ mv ~/.zshrc ~/.zshrc_pre_pgr_defaults ln ~/.pgr-linux-defaults/.zshrc ~/.zshrc 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 chmod +x /usr/local/bin/oh-my-posh # mkdir ~/.poshthemes diff --git a/ssh_config b/ssh_config new file mode 100644 index 0000000..a3063fb --- /dev/null +++ b/ssh_config @@ -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