hosted by liquidweb


Go Back   Web Hosting Talk : Other Forums : Web Hosting Lounge : Best SSH client for several open connections
Reply

Web Hosting Lounge Forum for general conversation, share interests, have a laugh or discuss topics not related to the above or below forums.
Forum Jump

Best SSH client for several open connections

Reply Post New Thread In Web Hosting Lounge Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 11-14-2010, 02:47 PM
ThatScriptGuy ThatScriptGuy is offline
Web Hosting Master
 
Join Date: Feb 2003
Location: AR
Posts: 2,370

Best SSH client for several open connections


Lately I've been working a lot with 3 or more open SSH connections at once and have found putty to be extremely lacking when trying to navigate between them. What SSH client do you guys use, free or paid? I would prefer it to have some sort of tabbed interface and also would prefer that it could save my passwords for the few servers that I use password authentication on.

__________________
Kevin Cackler
Tech Daddies - A Conway, Arkansas based development company.
501-205-1512

Reply With Quote
Sponsored Links
  #2  
Old 11-14-2010, 02:51 PM
elicitservers elicitservers is offline
Web Hosting Guru
 
Join Date: Aug 2010
Location: Canada
Posts: 314
How about the best of both worlds?! In the links on the putty site has this:
http://puttycm.free.fr/cms/

I've used it previously, its basically a tabbed interface to the putty executable, and you can keep a database of SSH logins.

__________________
ElicitServers - Canadian hosting dedicated customer satisfaction! Shared/Reseller/VPS/Dedi/Colo
100% redundant, 100% owned/maintained, GigE connectivity
Offsite backups, 24/7 support (1-877-533-8993), 30-day money back | cPanel hosting

Reply With Quote
  #3  
Old 11-14-2010, 02:52 PM
MichelleH MichelleH is offline
Good food is wise medicine
 
Join Date: Mar 2008
Location: NW Ohio
Posts: 8,828
SecureCRT is my favorite! I would be lost without it

__________________
is currently hosting with A Small Orange and Big Brain Global Networks

Reply With Quote
Sponsored Links
  #4  
Old 11-14-2010, 02:54 PM
ThatScriptGuy ThatScriptGuy is offline
Web Hosting Master
 
Join Date: Feb 2003
Location: AR
Posts: 2,370
@elicit...I have actually tried the tabbed putty program and had stability issues with it.
@Michelle - SecureCRT looks promising. Downloading the demo.

__________________
Kevin Cackler
Tech Daddies - A Conway, Arkansas based development company.
501-205-1512

Reply With Quote
  #5  
Old 11-14-2010, 03:38 PM
bear bear is offline
Community Leader
 
Join Date: Oct 2002
Location: cognito
Posts: 17,311
Quote:
Originally Posted by MichelleH View Post
SecureCRT is my favorite! I would be lost without it
Just moved to this from Penguinet, and haven't looked back. SecureCRT is a far better program, in my opinion.

__________________
Have problems (don't we all)? Head over to the help desk
If at first you don't succeed, that's one data point.


Reply With Quote
  #6  
Old 11-14-2010, 03:49 PM
pubcrawler pubcrawler is offline
Aspiring Evangelist
 
Join Date: Aug 2007
Posts: 351
What platform are you running?

We just use ssh from commandline along with Terminator (terminal enhancement).

Love Terminator because we can group terminal together and broadcast what we are typing out to the group of remote servers. Works for generic or identical configs of say 3-4 machines at a time.

Putty is still very popular under Windows, but needs some additional new features.

You should look into passwordless SSH sessions where you have your key information saved locally. Writing a shell script (if using linux) to spawn multiple sessions in say Terminator would be what I would try.

Reply With Quote
  #7  
Old 11-14-2010, 03:54 PM
offshoresolutions offshoresolutions is offline
Junior Guru Wannabe
 
Join Date: Nov 2007
Location: Spring, Tx
Posts: 44
Quote:
Originally Posted by elicitservers View Post
How about the best of both worlds?! In the links on the putty site has this:
http://puttycm.free.fr/cms/

I've used it previously, its basically a tabbed interface to the putty executable, and you can keep a database of SSH logins.

This - Putty connection manager is great.

Reply With Quote
  #8  
Old 11-14-2010, 04:14 PM
unixorn unixorn is offline
Web Hosting Evangelist
 
Join Date: May 2003
Location: Annapolis, MD
Posts: 515
Quote:
Originally Posted by ThatScriptGuy View Post
Lately I've been working a lot with 3 or more open SSH connections at once and have found putty to be extremely lacking when trying to navigate between them. What SSH client do you guys use, free or paid? I would prefer it to have some sort of tabbed interface and also would prefer that it could save my passwords for the few servers that I use password authentication on.
Several connections at a time? SecureCRT bar none. Pay for it, it is worth every penny. http://www.vandyke.com/products/securecrt/ You can even program "buttons" on the button bar to do specific commands.

Let's say you use "find -maxdepth 1 -type d | while read dir; do echo $dir; echo cmd2; done" often and you don't want to type it each time or even cut/paste from a file. Program one of the buttons to do it and you just click for the command.

Reply With Quote
  #9  
Old 11-14-2010, 04:29 PM
ThatScriptGuy ThatScriptGuy is offline
Web Hosting Master
 
Join Date: Feb 2003
Location: AR
Posts: 2,370
Quote:
Let's say you use "find -maxdepth 1 -type d | while read dir; do echo $dir; echo cmd2; done" often and you don't want to type it each time or even cut/paste from a file. Program one of the buttons to do it and you just click for the command.
That sold me. Purchasing as soon as I get back home....

__________________
Kevin Cackler
Tech Daddies - A Conway, Arkansas based development company.
501-205-1512

Reply With Quote
  #10  
Old 11-14-2010, 05:24 PM
TonyB TonyB is offline
Corporate Member
 
Join Date: Aug 2004
Location: Canada
Posts: 3,182
SecureCRT it's well worth every penny.

__________________
Tony B. - Chief Executive Officer
Hawk Host Inc. Proudly serving websites since 2004
Quality Shared and VPS Hosting
PHP 5.3.x & PHP 5.4.x & PHP 5.5.X Support!

Reply With Quote
  #11  
Old 11-14-2010, 07:03 PM
sasha sasha is offline
Hail Eris !
 
Join Date: Oct 2002
Location: Canada
Posts: 3,100
Quote:
Originally Posted by unixorn View Post
Let's say you use "find -maxdepth 1 -type d | while read dir; do echo $dir; echo cmd2; done" often and you don't want to type it each time or even cut/paste from a file. Program one of the buttons to do it and you just click for the command.
Slightly bit of topic and probably not news for most here but ... One of the most useful builtin bash features is reverse history search. So you just start typing ANY part of one-liner you posted and hit ctrl+r - that will search your history for the last time you typed it in and put it in the prompt.

Reply With Quote
  #12  
Old 11-17-2010, 01:05 AM
BarackObama BarackObama is offline
Disabled
 
Join Date: Apr 2009
Location: whitehouse
Posts: 569
Just my 2 cents...maybe its time to switch to linux distros as there are lot of ssh clients that provides a tab and much more..
Quote:
Originally Posted by ThatScriptGuy View Post
Lately I've been working a lot with 3 or more open SSH connections at once and have found putty to be extremely lacking when trying to navigate between them. What SSH client do you guys use, free or paid? I would prefer it to have some sort of tabbed interface and also would prefer that it could save my passwords for the few servers that I use password authentication on.

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
Anyone know of any free or open-source live support client with a linux client? MikeSpears Running a Web Hosting Business 16 04-14-2010 07:00 AM
SSH connections limited to 2. Channel Web Hosting 13 05-02-2008 09:33 PM
MySQL Open connections flashwebhost Hosting Security and Technology 1 12-18-2004 07:05 AM
How to Kill Open Connections in Windows? Mrdredd Hosting Security and Technology 1 10-16-2003 04:33 PM
Too many defunct and open httpd, mysql connections huh Hosting Security and Technology 1 01-15-2002 07:20 PM

Related posts from TheWhir.com
Title Type Date Posted
50ec521c-66a0-4966-bad8-09af45a799a0 Listing 2013-03-05 18:25:08
Google Launches Open Source Apache HTTP Server Module mod_pagespeed Web Hosting News 2012-10-12 12:01:56
NGINX 1.2.0 Update of Web Server Improves HTTP Proxy Support Web Hosting News 2012-04-24 16:47:23
Email Firm OpenXchange Names New Chief Operating Officer Web Hosting News 2012-01-10 18:20:31
Japanese Web Host IIJ to Open Seventh Data Center in Tokyo Web Hosting News 2011-09-19 15:47:13


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?