doskey macro and putty

By default, putty just takes too many clicks to open a single ssh connection.

If you’re used to simply typing ssh <hostname> on your UNIX based shell,
here’s how you can get the same effect on Windows.

Use the following command to map the ssh command to putty.

C:\windows\system32\doskey ssh=c:\putty\putty.exe -ssh $*

(source: lee.e.rian[at]census[dot]gov on cisco-nsp mailing list)

Related posts:

  1. Dialer Groups and Pools
  2. cisco vpn client on ubuntu 6.06 LTS
  3. NANOG 42
  4. Firewall ACL Bypass
  5. Catalyst VSS

This entry was posted on Saturday, February 23rd, 2008 at 1:04 pm and is filed under technology. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply