From 0ba992c41ed53c048c1d512f15192b3ef9b2b8c4 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Mon, 1 Nov 2021 13:10:20 +0800 Subject: [PATCH] Update SSH client config and ZSHRC stuff Signed-off-by: Andrei Jiroh Eugenio Halili --- ssh-client/ubuntu | 12 ++++++++---- zshrc/ubuntu.zshrc | 1 + 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ssh-client/ubuntu b/ssh-client/ubuntu index af493ff..5b5fc12 100644 --- a/ssh-client/ubuntu +++ b/ssh-client/ubuntu @@ -37,16 +37,20 @@ Host ghost-localhost User ubuntu IdentityFile ~/.ssh/github-personal -# Even fucking physicial computers! +# Even fucking physicial computers thrugh Tailscale! # TODO: Find that StackExchange ref! -Host winblows.bullshit.hq - Hostname 192.168.254.161 +Host stellapent + Hostname stellapent.tailnet User cursed-remote-user IdentityFile ~/.ssh/launchpad # There's no such thing as guilded.gg/guildedguy as there will be only # discord.gg/gildedguy if you're looking for an place to discuss the lore # or possibly want to find some fan art as your desktop wallpaper. Host guildedguy - Hostname 192.168.254.142 + Hostname gildedguy.tailnet User gildedguy IdentityFile ~/.ssh/launchpad +# in case the mesh network went fucked-up by ISP d**kheads +Host stellapent.local + User cursed-remote-user + IdentityFile ~/.ssh/launchpad diff --git a/zshrc/ubuntu.zshrc b/zshrc/ubuntu.zshrc index d419c49..87a2b36 100644 --- a/zshrc/ubuntu.zshrc +++ b/zshrc/ubuntu.zshrc @@ -132,6 +132,7 @@ else *) export EDITOR="nano" ;; esac fi +#export GIT_EDITOR=$EDITOR # As long as possible, attempt to setup our GnuPG agent when we're on an SSH session. if [[ -n "$SSH_CLIENT" ]] || [[ -n "$SSH_TTY" ]]; then