Putty tricks and tips. Most Important Putty commands to know about
PuTTY is hands-down the best SSH client for Windows. It’s light-weight with a single putty.exe file and nothing else to install.
For example, when you are running Unix top command, if you try to
resize the window, the output will get cut-off in the PuTTY as shown
below.
Launch PuTTY -> Select a Session -> Click on Load. From left side tree menu click on Window -> select the “Change the size of the font” under “When window size is resized” section as shown below -> Click on ‘Open’ at the bottom of this window to start the session.
After the above change, start the PuTTY SSH session and login again. Start the Unix top command and try to resize the window. When you reduce the window size, the font size will become smaller and adjust the top command output automatically to fit in the small size screen as shown below.
Note: Instead of automatically adjusting the font size during window resize, you can also set the following options “When window is resized” from the PuTTY configuration window.
Launch PuTTY -> Select a Session -> Click on Load. From left side tree menu click on Window -> Behavior. On the right panel, in the ‘Window Title’ text box enter the desired windows title as shown below. After this change, make sure to save the session.
Load this saved PuTTY SSH session and login again to the server, which will display the new updated window title as shown below.
This will be very helpful to debug any PuTTY SSH session issues.
Launch PuTTY terminal -> Select a Session -> Click on Load. From left side tree menu click on Window -> Selection. On the right panel, select the check-box where it says “Paste to clipboard in RTF as well as plain text” as shown in the image below.
Launch PuTTY terminal -> Select a Session -> Click on Load. From left side tree menu click on Window -> Behavior. On the right panel, click on the check-box where it says “Ensure window is always on top” as shown below.
After this change, login to the PuTTY FTP or SSH or telnet session. This particular session will always stay on top irrespective of any other application you open in the windows.
Method 1: When the PuTTY client session is running, right mouse-click on the window title and select ‘Full Screen’ (or)
Method 2: Launch PuTTY -> Select a Session -> Click on Load. From left side tree menu click on Window -> Behavior. On the right panel, click on the check-box where it says “Full Screen on Alt Enter” as shown below.
After this change, when the PuTTY terminal session is running, press Alt Key + Enter Key to run that particular PuTTY session in full screen.
On the destination machine, import the PuTTY SSH session registry, by right mouse-click on the putty-registry.reg and click on ‘Merge’. This will transfer all the PuTTY session information from one windows system to another.
PuTTY Trick 1: Delete All PuTTY Sessions Together
When you are swapping an old computer with a new computer, you may end-up transferring all PuTTY sessions to new computer. Once you’ve transferred all PuTTY sessions, execute “putty -cleanup” from the command line as shown below.C:>putty -cleanupThis will display following warning message. Click on ‘Yes’ to wipe-out all PuTTY session and random seed files from the Windows registry. This is a better process to delete all saved PuTTY sessions from Windows registry instead of deleting one-by-one from the PuTTY session list.
PuTTY Trick 2: Change Font Size Automatically when Resizing PuTTY Window
By default when you resize a PuTTY window, the font size doesn’t change. Sometimes it would be good if font size decrease when you reduce the PuTTY window size (or) font size increase when you increase the PuTTY window size.Launch PuTTY -> Select a Session -> Click on Load. From left side tree menu click on Window -> select the “Change the size of the font” under “When window size is resized” section as shown below -> Click on ‘Open’ at the bottom of this window to start the session.
After the above change, start the PuTTY SSH session and login again. Start the Unix top command and try to resize the window. When you reduce the window size, the font size will become smaller and adjust the top command output automatically to fit in the small size screen as shown below.
Note: Instead of automatically adjusting the font size during window resize, you can also set the following options “When window is resized” from the PuTTY configuration window.
- Change the number of rows and columns.
- Change the size of the font. (this is the option we discussed in this tip)
- Change font size only when maximized.
- Forbid resizing completely. (This option can be very helpful, when you don’t want PuTTY window resizing to happen)
PuTTY Trick 3: Change the PuTTY SSH Session Window Title
By default, PuTTY software displays “username@hostname:~” in the PuTTY window title after you login. You can change this to any user-friendly text.Launch PuTTY -> Select a Session -> Click on Load. From left side tree menu click on Window -> Behavior. On the right panel, in the ‘Window Title’ text box enter the desired windows title as shown below. After this change, make sure to save the session.
Load this saved PuTTY SSH session and login again to the server, which will display the new updated window title as shown below.
PuTTY Trick 4: View PuTTY Event log
When you are logged-in to a PuTTY SSH session, right mouse-click on the PuTTY window title, which will display PuTTY menu. Select ‘Event Log’ menu-item, which will display the following PuTTY event log window.This will be very helpful to debug any PuTTY SSH session issues.
PuTTY Trick 5: Paste to Clipboard in Rich Text Editor (RTF) Format
Typically when you copy/paste from PuTTY window to a word document, it will paste only in plain text as explained below.- Login to PuTTY Telnet or SSH session without setting the ‘Paste to clipboard in RTF’ option that was explained below.
- Execute ‘man ssh’ from the command line.
- Copy the first few lines of the man output.
- Launch Microsoft Word and paste the output. You’ll see only the text output without any formatting.
Launch PuTTY terminal -> Select a Session -> Click on Load. From left side tree menu click on Window -> Selection. On the right panel, select the check-box where it says “Paste to clipboard in RTF as well as plain text” as shown in the image below.
- Login to PuTTY telnet or SSH session after setting the ‘Paste to clipboard in RTF’ option that was explained above.
- Execute ‘man ssh’ from the command line.
- Copy the first few lines of the man output.
- Launch Microsoft Word and paste the output. You’ll see only the text output getting copied with all the format as shown below.
PuTTY Trick 6. Make PuTTY SSH Session Always Stay On Top
Sometimes when you are running a monitoring session (for example, unix top command), you may want the PuTTY client window to stay on top all the times.Launch PuTTY terminal -> Select a Session -> Click on Load. From left side tree menu click on Window -> Behavior. On the right panel, click on the check-box where it says “Ensure window is always on top” as shown below.
After this change, login to the PuTTY FTP or SSH or telnet session. This particular session will always stay on top irrespective of any other application you open in the windows.
PuTTY Trick 7: Launch PuTTY Client In Full Screen Mode
Following are the two methods to launch PuTTY client in full screen mode.Method 1: When the PuTTY client session is running, right mouse-click on the window title and select ‘Full Screen’ (or)
Method 2: Launch PuTTY -> Select a Session -> Click on Load. From left side tree menu click on Window -> Behavior. On the right panel, click on the check-box where it says “Full Screen on Alt Enter” as shown below.
After this change, when the PuTTY terminal session is running, press Alt Key + Enter Key to run that particular PuTTY session in full screen.
PuTTY Trick 8: Launch PuTTY Window Maximized by Default
By default when you launch any PuTTY terminal session, it runs in the normal window size. Sometimes you may prefer it to start in a maximized mode. Follow the steps mentioned below.- Create a new PuTTY windows shortcut.
- Right mouse-click on this windows shortcut and select properties.
- Click on the Run drop-down list and select ‘Maximized’ as shown below.
- Now, anytime you use this PuTTY shortcut to launch any session, it will be displayed in maximized mode by default.
PuTTY Trick 9. Move Putty sessions to another computer
PuTTY stores all the session information in Windows registry. On the source machine, export the PuTTY session registry information as shown below.C:> regedit /e "%userprofile%\desktop\putty-registry.reg" HKEY_CURRENT_USER\Software\SimontathamTransfer this putty-registry.reg file from source machine to destination machine.
On the destination machine, import the PuTTY SSH session registry, by right mouse-click on the putty-registry.reg and click on ‘Merge’. This will transfer all the PuTTY session information from one windows system to another.
PuTTY Trick 10: Launch Most frequently Used PuTTY Session Quickly
To launch a most frequently used PuTTY session quickly, follow the steps below.- Create a new PuTTY windows shortcut
- Rename this shortcut to your favorite name. For example, dev-db.
- Right mouse-click on this shortcut and select properties.
- In the Target field, at the end append “-load putty-session-name” as shown below.
- Now, anytime you click on the dev-db windows shortcut, it will automatically launch the dev-db PuTTY session.
Comments
Post a Comment