My blog has moved!

You should be automatically redirected in 2 seconds. If not, visit
http://www.programmersmind.com/blog/
and update your bookmarks.

Thursday, April 26, 2007

Quick Putty Login

A simple convenience command line option for using putty for SSH logins...I always run putty from the command line (Windows Key + R).

To take it a step further, for lower security logins, you can add the user/pass to the command line as well. For example:

putty -l username -pw password hostname.com

Works like a charm

No comments:

Thursday, April 26, 2007

Quick Putty Login

A simple convenience command line option for using putty for SSH logins...I always run putty from the command line (Windows Key + R).

To take it a step further, for lower security logins, you can add the user/pass to the command line as well. For example:

putty -l username -pw password hostname.com

Works like a charm

No comments: