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