Keepass
Is a common password setting and saving tool, Putty
It is a common Server login tool. We often operate on keepass
Save the password, CP the password during login, and use putty
But keepass
You can call putty directly.
Double-click to automatically enter the password to log on. At least Putty is ignored.
, CP password, paste, and then perform the following steps:
1. Putty Configuration
The putty configuration is very simple. The key here is to use the session name. Here we assume that the session name is Login server.
2. keepass Configuration:
Addentry, which has the following settings:
-Title: Use the session name in putty. (It is not the IP address to log on)
-UserName: The Login User Name
-Password: Password
-URL: This is the key. Putty is called directly here. The configuration is as follows:
CMD: // putty.exe-l {username}-load {Title}-PW {password}
1). CMD: // The specific path of the worker. The URL can also be something like http://www.example.com
Or SSH.
2). The following is the command line Setting of Putty:
2.1)-l {username} specifies the user name. {username} is a macro provided by keepass, which is the username configuration mentioned above;
2.2)-PW {password} is similar to the user name, specifying the password;
2.3)-load {Title} Where {Title} is also a macro provided by keepass, that is, Putty
The session name.
Now, save the configuration and press Ctrl + u to log on to the server smoothly without entering anything.
Http://www.sanotes.net/html/y2009/307.html