UPSRATE RSI STOCK BLOG FREEWARE DVD-CD PuTTY

April 22, 2008

PuTTY Backspace Error

Filed under: Software — HanaDaddy @ 6:59 pm

Backspace Error

This is a simple tip for PuTTY Configuration.
When you first use PuTTY , you will find the cases that BACKSPACE would not work and showing as strange sequence of ^ and question mark (^?^?^?) for some UNIX servers.

You can fix this problem just by changing the setting. Select Terminal Keyboard at the left TreeView control of the main PuTTY screen and select Control-H instead of default Control-?(127).
Also make sure you save the settings.

Terminal Keyboard Setting

Come visit again for more information on PuTTY Automation and Configuration Tips.

PuTTY Auto Login Macro - PuTTY Connection Manager

Filed under: Software — HanaDaddy @ 12:26 pm

Automatic Login or Login Macro function - Have you ever wanted to make the PuTTY login session automatic?

PuTTY is a great free telnet ssh client and I wouldn’t trade with any other client. But it lacks of this minor function that I really want - Automatic login.

Maybe the automatic login is not a big deal. You can just type in the userid and the password each time you log in to the development server . But if you do that regularly everyday, opening several times throughout the whole day, you would understand and agree with my little wish.

So I been looking for the solution , going through the every results of the Google search.

And here is the great helper application that can do automatic login macro!
PuTTY Connection Manager (http://puttycm.free.fr/) is the great .NET 2.0 application that can do the automatic login. Moreover, it supports tabbed windows just like the Firefox does it. Also it has quick connection menu bar that you just type in the address and connect which can be also useful.

Features

  • Tabs and dockable windows for PuTTY instances.
  • Able to load the profiles created from PuTTY.
  • Login macro - You can define Userid and Password and extra commands to execute after login.

Requirements

It can be little confusing when you first use the software and to use that Login Macro. By default the PuTTY CM shows existing PuTTY Session profiles in the TreeView located in the right pane. Don’t be fooled, you cannot set Login Macro with the existing PuTTY Session profiles. You will need to create a new database to do that.

Configuration Dialog

  1. Create a new database from File menu.
  2. You will see the newly created database icon in the right pane, above the PuTTY Session item. Copy the profile you want to set Login macro from the PuTTY Sessions and paste into the new database you just created. You can use traditional ctrl+C and ctrl+V shortcut.
  3. Right mouse click on the newly created item under the database and select Configuration.
  4. A new window dialog will show up with the same connection information as the original PuTTY profile. Check on the “Enable Login Macro Mode”.
  5. Select “Login Macro” in the left TreeView and you will be able to define the userid ,password, timeout seconds, and post login commands.
  6. After inputting data, click on the OK button and connect by double clicking the item.

Also, don’t forget to save your database settings, so you can use the settings later on.

Come visit again for more information on PuTTY Automation.

April 18, 2007

PuTTY: Exporting Profile Data for migration

Filed under: Software — HanaDaddy @ 10:50 pm

I was using the PuTTY with several profiles stored and was happy with it. One day, I got this new labtop and decided to migrate whole desktop system to this new labtop.

But for PuTTY,there was no menu for the profile export. So I spent some time to find out how to do it.

The solution was posted in the FAQ of the PuTTY Homepage.

A.5.2 Where does PuTTY store its data?

On Windows, PuTTY stores most of its data (saved sessions, SSH host keys) in the Registry. The precise location is

HKEY_CURRENT_USER\Software\SimonTatham\PuTTY

Alright, you can extract Registry data by using regedit. Open regedit and browse the path in the left treeview upto HKEY_CURRENT_USER\Software\SimonTatham\PuTTY

Once you highlight the PuTTY node, click right mouse button and select the ‘Export’ Menu. A new Save Dialog window will be shown and you will be able to save the information into a file.

Export PuTTY Profile data from the Registry

After you copy the data file (*.reg) to the new computer, you can register it to registry by simply double clicking on the file.

Updated : 20070629
Here is a better way to do it

Create a batch file that executes regedit.

regedit /ea putty.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY

Run it by double clicking. Then you will get putty.reg.

Then you can send it to your Gmail account and download the file from any other computer connected to the Internet and import it by double clicking again.

And here is the batch file if you are lazy enough to download one instead of creating one by yourself.
http://www.neox.net/w/wp-content/data/putty_export.bat

PuTTY : A Free Telnet/SSH Client

Filed under: Software — HanaDaddy @ 10:27 pm

They used to charge high prices for the commercial SSH client software.(SecureCRT is one of them) Then this free SSH client was released in the Internet. And we are able to enjoy secure shell environment for free! Thanks to Simon Tatham. Below is the excerpt from the PuTTY homepage.

PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator. It is written and maintained primarily by Simon Tatham.

If you are a developer or a system admin , you may access to the UNIX server using telnet application everyday. Telnet uses a simple raw data transmission without encryption , so if you use telnet over the public Internet, your authentication data(Password) may be captured and viewed by anyone with the right tool and the motivation. It is very vulnerable and not recommended.

SSH (Secure Shell) is similar to telnet but it is very secure. It encrypts the data before the transmission, so you can rest knowing that your password is safe with you.

PuTTY first screen

When you first run the application, you will see the screen looks like above image. You can right connect to the SSH server right away by typing in the IP or domain name of the host in the HOSTNAME field and press Enter key.

There are various options and settings that you can change by using the items in the left pane. (Windows Color, Font size)

There are few settings that you may want to change before starting a session.
1. Backspace Key: By default, Control-?(127) is the Backspace key, but you may need to set to Control-H.(It depends on the server’s setting).
Changing Backspace Key value

(more…)

 

45 queries. 1.883 seconds. Powered by WordPress