You can also use ssh shorthands in ~/.ssh/config
- 0 Posts
- 8 Comments
Joined 2 years ago
Cake day: October 6th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
With the added benefit of it looking like you’re yelling at your prompt in order to get it to use sudo.
jwt@programming.devto Privacy@lemmy.ml•US embassy wants 'every social media username of past five years' for new visas33·22 days ago“I am very intelligent.”
jwt@programming.devto Linux@lemmy.ml•Occurences of swearing in the Linux kernel source code over time13·28 days agoMeh, crap is barely a swear word is it?
‘a’ body mass
Betelgeuse’s body mass?
Cross paths with you at an intersection.
I don’t think this image shows her being in a position to backpedal from. I see her providing him with a platform to counter some points that were made elsewhere; she has not necessarily taken a position one way or the other.
We almost have the same setup then, I use
ssh_hostnames=$(grep "^Host " ~/.ssh/config | awk '!/*/ {print $2}') for host in $ssh_hostnames do alias $host="ssh $host" done
in my .bash_aliases to parse the ~/.ssh/config file and cut off the 'ssh ’ part automatically for every Host I have in there.