Evil_TTL> show | s

PuTTY Shortcuts

Category:Tools -> Optimization

To optimize multiple network device management there’s a handy shortcut file script:

1. Create a shortcut file with the hostname of the network device.
2. Go to “Properties” tab.
3. In “Target” field type in the following:

"C:\Program Files\PuTTY\putty.exe" -ssh <username>@<IP address> -pw <password

4. In “Start In” field type in the following:

"C:\Program Files\PuTTY" 

* Assuming you keep PuTTY in the folder mentioned above, else correct the path to PuTTY.exe.

 

By privilege15