![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: ssh wrapperby radiantmatrix (Parson) |
on Mar 28, 2006 at 18:33 UTC ( [id://539774]=note: print w/replies, xml ) | Need Help?? |
I did something similar to this, but with a shell script. I created a directory 'ssh' in my home dir, with a script ssh.sh, which I symlink to the short names of the servers I wish to attach to. I didn't care about shortname->longname expansion because tab completion was fast enough (for boxes that didn't end in one of the local domains anyhow).
So, when I want to connect to myhost.org with the username 'radmat', I can just:
When I can't remember usernames, I make an entry in ~/.ssh/config to remember it for me. Hostnames are expanded by tab completion, and this saves me a ton of time. Perl equivalent, if you want:
<-radiant.matrix->
A collection of thoughts and links from the minds of geeks The Code that can be seen is not the true Code I haven't found a problem yet that can't be solved by a well-placed trebuchet
In Section
Cool Uses for Perl
|
|