Dec 21, 2006

Putty in Ubuntu

Yesterday I wanted to connect to the Source Forge servers. With windows, I've always used Putty. So I started googling for a port of Putty for Ubuntu. Then I realized the fact!

hee hee hee. Every great person makes silly mistakes. So now that I've made one, I too can be listed in the "great persons" list :-)

Related links:
Ubuntu Titbits
Eclipse in Ubuntu
Auto Login in Ubuntu
Screen resolution got struck in Ubuntu
Configure DSL in Ubuntu

5 comments:

  1. Anonymous7:03 AM

    Good one :-)

    ReplyDelete
  2. Anonymous2:11 PM

    Actually Putty does exist in Ubuntu Edgy and in Debian:

    http://packages.ubuntu.com/edgy/net/putty
    http://packages.debian.org/stable/net/putty

    I'm sure it's available in Linux for some specific reasons; But I'm not sure what they are...

    ReplyDelete
  3. Anonymous2:17 PM

    hmmm interesting !
    So sad that now I can't claim to be a great person :-(

    ReplyDelete
  4. Anonymous7:07 PM

    Possibly the reason it exists is that through the terminal accessing ssh through a different port is not so easy. I have tried this, using the : extension, and in terminal it seems not to work. However, with putty, it does.

    cheers

    ReplyDelete
  5. Anonymous9:45 PM

    derek - You can use -p to specify a port.

    ssh user@my-hostname -p 1234

    ReplyDelete