Connecting on Windows

PuTTY

Download and install the latest version of PuTTY.

  1. Open PuTTY:
    Attach:putty-config.png
    1. Host Name: username@fruit.ircnow.org -- for example, if your username is john, and your server address is fruit.ircnow.org, then fill in john@example.ircnow.org.
    2. Port: 22
    3. Click Open at the bottom.
  2. Verify the SSH host keys:
    Attach:putty-fpr.png
    1. You can consult the SSH Fingerprints page or check the DNS SSHFP records.
  3. Type in your password (the password is invisible):
    Attach:putty-login.png

NOTE: In PuTTY, you must use Shift+[Ins] in order to paste. Ctrl+v does not work for PuTTY.

Fixing the [Esc] key

Ctrl+[ is an alternate key for [Esc].

To get the [Esc] key to work properly on PuTTY:

  1. Go to Terminal > Keyboard and change The Function keys and keypad to VT100+.
    Attach:putty-keyboard.png
  2. Go to Terminal > Features and check Disable application keypad mode.

Logging in with Keys

To log in with private keys, please see the PuTTYgen guide.