Update SSH client config and ZSHRC stuff

Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2021-11-01 13:10:20 +08:00
parent 613fd68bfc
commit 0ba992c41e
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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