We have moved to www.dataGenX.net, Keep Learning with us.
Showing posts with label Putty. Show all posts
Showing posts with label Putty. Show all posts

Monday, July 29, 2013

Setting Up and Using PuTTY

  •  
  • Run the installer package and extract the PuTTY components. PuTTY may be downloaded from http://www.chiark.greenend.org.uk/~sgtatham/putty/
  • Start the PuTTYGen application. This application is used to create your authentication keys. Select either "SSH2 RSA" or "SSH2 DSA" for the "Type of key to generate", with 1024 bit key size or greater. Press the "Generate" button and follow the instructions on the screen.

Thursday, July 18, 2013

Generating an SSH key pair using PuTTY



    1. Start PuTTYgen by clicking Start > Programs > PuTTY > PuTTYgen. The PuTTY Key Generator panel is displayed.
    2. Click SSH-2 RSA as the type of key to generate.
    Note: Leave the number of bits in a generated key value at 1024.
    1. Click Generate and then move the cursor around the blank area of the Key section to generate the random characters that create a unique key. When the key has been completely generated, the information about the new key is displayed in the Key section.

    Wednesday, June 26, 2013

    Saturday, June 15, 2013

    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.
     
    
    

    Monday, June 10, 2013

    Putty Sessions Time Out due to Inactivity




    The ssh client PuTTY can be configured to maintain a connection and not time out due to inactivity.

     

    To set up a new connection with "keep alives" to maintain your connection follow the steps below:


    1. Open the PuTTy application and navigate to the Options panel.
    2. Select Connection
    3. In the field Sending null packets to keep session active change the default value from 0 to 1800 (30 minutes)

    Thursday, June 06, 2013

    How to save User Name in Putty Sessions



    1. Clicked on Any Saved Session and Load it 
    2. Click Connection > Data in the Category navigation tree.

    Wednesday, November 14, 2012

    SSH Alternatives for Linux


     
    Putty
    Putty is a Windows SSH client/suite. Putty includes an ssh agent, and command line file transfer tools. Simple GUI interface for virtually all settings. A simple, lightweight client for connecting to a Linux shell from your Windows machine!

    SSH Alternatives for Windows



     Putty – the best
    Putty is a Windows SSH client/suite. Putty includes an ssh agent, and command line file transfer tools. Simple GUI interface for virtually all settings. A simple, lightweight client for connecting to a Linux shell from your Windows machine!

    Saturday, July 14, 2012

    How to Restore/backup the PuTTy settings…


    Hello guys,
    I don’t know if this is useful or not but sharing here a small tricks of taking a backup/restore the PuTTy sessions settings.

    Putty stores its settings in the Windows registry. To save a backup of your Putty settings, you'll need to export this registry key to a file.

    HKEY_CURRENT_USER\Software\SimonTatham


    1.      Click Start->Run and type "regedit" in the "Open" dialog. Click "Ok"


    2.      Once Registry Editor starts, you'll be presented with an application which looks something like:

    3.      Press "Ctrl+F" to bring up the Find dialog. Enter the name of the key, "SimonTratham" in the "Find What" field, and make sure only "Keys" is checked in the "Look At" section of the dialog. Finally, click "Find Next"

    4.      The search may take a while. When the search completes we'll see the key name for which we're looking Or Go to this path  HKEY_CURRENT_USER à Software à SimonTatham

    5.      Select “SimonTatham” and Click File->Export. Give your file an appropriate name like, "putty.reg" and click "Save"

    6.      Save the putty.reg file somewhere safe. The file doesn't contain any passwords or actual SSH key values so no need to worry about if someone stole your settings

    7.      Whenever you want to restore these settings, you have to Right Click on reg file and select the option Merge. This will add these settings to your Putty.

    8.      Don’t double click on the Reg file otherwise it will overwrite your existing settings with the Reg files settings.


    We are done here.



    njoy the simplicity.......
    Atul Singh

    Tuesday, July 10, 2012

    Backspace Key Not Working in PuTTY


    If you access your NIX machines from a Windows workstations by SSH, most probably you are using PuTTY..
    One example is the backspace key. It just won’t work in PuTTY connecting to SUSE server. I have to put the cursor before the character I want to delete and press the DELETE key.

    Go to your PuTTY configuration ---> Terminal ---> Keyboard
    Look for Change Sequences Sent By ---> The Backspace Key
    From there, select Control-H.
    Save your session and try it.




    njoy the simplicity.......
    Atul Singh