Is there any nice looking terminal with more features and sexy looks than putty?

I find it very boring.

link|improve this question

69% accept rate
3  
What features do you want? – Stephen Jennings May 1 '11 at 7:30
isn't putty for windows ? else you could use whatever terminal you wanted. – Journeyman Geek May 1 '11 at 7:34
putty is solving my needs but just curious to know if there are some programs like that . i am using windows – Moorage May 1 '11 at 8:05
1  
Putty Connection Manager (puttycm) adds a lot of features to Putty, such as tabbed connections and a whole lot of other things. – ultrasawblade May 1 '11 at 17:03
show 1 more comment
feedback

8 Answers

up vote 4 down vote accepted

Well, it's not just a simple terminal like PuTTY, but I'm hugely fond of MobaXterm - it has tabs, a good amount of *nix native plugins on Windows, multiple terminals and you can use it just like any Linux terminal. The more recent builds also do SSH X forwarding and quite a few other interesting things.

Unlike PuTTY though, you'd need to use SSH from CLI to connect to a system via SSH.

enter image description here

link|improve this answer
Btw, mobaXterm uses a modified version of mintty as its terminal component, which in turn is derived from PuTTY. – ak2 May 1 '11 at 8:50
and cygwin and... the main advantage to it, to me is that its a single executable and can be popped on a thumbdrive ;p – Journeyman Geek May 1 '11 at 23:49
feedback

It's the other way round (may be I'm biased): putty is the windows replacement for linux/unix ssh.

So if you just type ssh myaccount@server, you have a terminal emulator session to the node server. What I mean is that putty makes up for the lack of ssh command under Windows standard installation.

Having said that, I do understand what you mean and have better answers.

  • For one thing putty works perfectly well with wine if you really miss putty or if you are looking for a common toolset between Linux and Windows.

  • I'm told there is also a native putty binary (credits to @Journeyman Geek)

  • There are plenty of alternative terminal emulator for Linux, the vast majority of them support the SSH protocol. I would recommend Terminator for all its nice features like splitting windows horizontally and/or vertically.

link|improve this answer
1  
there IS a native linux build of putty - but its one of those 'if you need to ask' things ;p – Journeyman Geek May 1 '11 at 8:21
feedback

Kitty

  • An icon for each session
  • Transparency
  • Roll-up
  • Always visible
  • Background image
link|improve this answer
Yep, Kitty, coupled with SuperPuTTY for multi-tabbed/windowing github.com/phendryx/superputty – Linker3000 May 1 '11 at 18:10
feedback

There's also Cygwin mintty and Tera Term, which are handy at times. Mintty is useful if you happen to use the Cygwin environment. Tera Term is nice because it keeps the configuration in a config file rather than in the registry.

enter image description here

link|improve this answer
Mintty stores its config in a file rather than the registry as well. – ak2 May 2 '11 at 1:45
feedback

Here are a couple I came accross that you might find more appealing. I have to say though that if you find PuTTY boring you're not a geek!

SecureCRT

securecrt

Tunnelier

Tunnelier

link|improve this answer
feedback

"Link only answers are bad"

http://alternativeto.net/software/putty/?platform=linux since you tagged it with Linux, but in your comments you say you are using Windows, so http://alternativeto.net/software/putty/?platform=windows

link|improve this answer
sorry for that i tagged linux as putty was used to link linux systems – Moorage May 1 '11 at 8:16
2  
that looks like a link only answer ;p – Journeyman Geek May 1 '11 at 8:18
feedback

I've started using Cygwin instead of PuTTY. ssh, scp, and a bunch of other features work right out of the box and now that I'm so used to the bash, I find myself preferring it to cmd.exe.

It's probably not really what you're looking for in terms of eye candy, but it hits a sweet spot for a programmer like me with its functionality.

link|improve this answer
feedback

I recently found a terminal which could be used as a replacement for PuTTY, called ClearTerminal. It's free, seems fairly simple and easy to use, and at the same time has many good features which are not freely available otherwise.

enter image description here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.