Free SSH Client other than PUTTY

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Free SSH Client other than PUTTY
# 1  
Old 04-23-2010
Free SSH Client other than PUTTY

Is there any Better FREE SSH client similar to Secure CRT ?


We are working on cluster db servers. PROD/DEV/UAT/QA/TEST server hostnames are just one letter differences. it always confuse me to which one I am logging in.

So I am looking for a free SSH client, for windows where I can store hostnames with different catagories and acess it.
# 2  
Old 04-23-2010
PuTTY is quite capable of naming saved sessions whatever you want, so I don't understand the problem.
Image
# 3  
Old 04-23-2010
I wanted to store hostsnames by categories as follows

Dev
-hostname1
-hostname2
...
PROD
-hostname1
-hostname2
..
UAT
--hostname1
--hostname2

Is it possible in putty? in which version, if possible could you please provide exact link for download
# 4  
Old 04-23-2010
Ah..

I recall there being at least one commercial product based around an enhanced PuTTY GUI but I don't recall a free one.

Naming things "PROD hostnamep" "DEVEL hostnamed" instead of just "hostnamep" "hostnamed" etc. would work to categorize them since the list is always sorted alphabetically(which is why the top names all have == in them, I added those to force them to the top.)

[edit] mremote seems to have what you want.

Last edited by Corona688; 04-23-2010 at 07:01 PM..
# 5  
Old 04-24-2010
You can use Putty Connection Manager on Windows. It's free, you can organize your connections using folders, save username and password (the last one is not recommended, of course), initial commands etc. You can encrypt the database that contains all that information.

On Linux I use a small expect script (if anyone is interested, I'll share it, there are only few lines of code) and different aliases, so with the Z-Shell completion it's quite good.

I just type the first letters of the project name, I press tab and I get a nice selection menu (courtesy of zsh), and then the connection/authentication (via ssh) is automatic.

We're not allowed to use PKI (corporate policy ...), so I wrote an expect script.
Free SSH Client  other than PUTTY-screenshot-terminalpng

Last edited by radoulov; 04-24-2010 at 05:44 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Query regarding PuTTY SSH Tunneling

I have a process running on my local server. http://dev.techx.com:6060/proct I wish to block port 6060 and expose port 7777 to the outside world. I block port 6060 and open port 7777 on the firewall. What should be the PuTTY Settings -> Connection -> SSH -> Tunnels 1. Destination ... (3 Replies)
Discussion started by: mohtashims
3 Replies

2. UNIX for Advanced & Expert Users

Making SSH coonection through putty

Hi Folks , I am using putty to connect to a unix box machine the issue is that every time i need to enter the credentials of the servers (unix box) , please advise is there any way i can configure putty so that only i need to eneter the user id of the server and password is automatically pass... (1 Reply)
Discussion started by: n4noida
1 Replies

3. SuSE

Unable to putty using ssh at port 22

I installed linux on one of my system and assigned valid network ip to it. I am able to connect to net properly. But when I try to putty this system from another system using ssh at port 22 then it gives me connection timed out error. When I ping the system it responds fine but still unable to... (2 Replies)
Discussion started by: rupeshkp728
2 Replies

4. Solaris

Putty SSH connection not working

I am trying to connect to a solaris server using putty from a indows client. SSH connection is not working. The terminal indow just gives an error message "Network error:Connection refused". I verified SSHD and its running correctly! #svcs -p ssh STATE STIME FMRI online 17:54:44... (3 Replies)
Discussion started by: herbich1985
3 Replies

5. Linux

Help!! trying to connect to linux SSH from windows putty client

Hi, i am trying to connect my Putty session on a windows box to a linux SSH, i have generated private and public key pairs using puttygen, i have set the public one to be in an OPENSSH format... and have put this in my authorized_keys file in linux, when i connect i get the following errors: ... (1 Reply)
Discussion started by: Jtyreman
1 Replies

6. Solaris

how to get to openboot through ssh putty?

hi, iīm trying to get openboot through ssh putty, could you tell me the way because i donīt have a sun keyboard.. thanks... (3 Replies)
Discussion started by: pabloli150
3 Replies

7. UNIX for Dummies Questions & Answers

Pls help me urgently.... Regarding Putty SSH Config.

I have downloaded the Putty SSH configuration. I have entered my Host name as illinois.engr.sjsu.edu and i am trying to save that. But i am unable to save. Also i opened the session and entered my log in name But it says using keyboard interactive authentication.I am not able to get into $ ... (1 Reply)
Discussion started by: VamsiVasili
1 Replies

8. UNIX for Advanced & Expert Users

Automate with Putty-SSH for 2 users

Hi, I have automated logins to Unix boxes with Ssh - Putty combination. Have created a Pub - Pvt key combination for the same. Added the entry of username in "User name" box of Putty. This works perfectly for the specified user. I want this to happen now for another user as well, without... (0 Replies)
Discussion started by: vibhor_agarwali
0 Replies

9. Linux

Display to PC via ssh/putty (RHE 5)

Hi all, I just installed Red Hat Enterprise and I would like to have the KDE/GNOME windows display to my PC. When I am root (via ssh, putty) I type startx but it fails. I'm not sure what has to be configured! Any help would be greatly appreciated. Thanks! (1 Reply)
Discussion started by: kjbaumann
1 Replies

10. Solaris

SSH with Putty

I've been trying to setup my SunBlade as an SSH server. I configured the sshd_config file, but I cannot get the keys to exchange properly. I generate a key pair in Putty on my laptop (the host, running Win2K), exported the Private key as OpenSSH and then copied the public key to the a file I... (3 Replies)
Discussion started by: AJA
3 Replies
Login or Register to Ask a Question