Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Applications > SSH Client Suggestions

SSH Client Suggestions
Thread Tools
Mac Elite
Join Date: Apr 2003
Location: Hong Kong
Status: Offline
Reply With Quote
Aug 4, 2006, 04:47 AM
 
Hi Guys,

I need some suggestions on a mac SSH client.
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Aug 4, 2006, 07:58 AM
 
Originally Posted by Andy8
Hi Guys,

I need some suggestions on a mac SSH client.

The terminal.

Really, why would you need a GUI client for SSH? Makes absolutely no sense to me...

Unless I'm misunderstanding you?
     
Andy8  (op)
Mac Elite
Join Date: Apr 2003
Location: Hong Kong
Status: Offline
Reply With Quote
Aug 4, 2006, 08:32 AM
 
Originally Posted by besson3c
The terminal.

Really, why would you need a GUI client for SSH? Makes absolutely no sense to me...

Unless I'm misunderstanding you?
I really do not know how to drive terminal, so unless someone wants to give me some pointers I would prefer a GUI client.
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Aug 4, 2006, 10:00 AM
 
Originally Posted by Andy8
I really do not know how to drive terminal, so unless someone wants to give me some pointers I would prefer a GUI client.

What do you need to do? SSH is a command line tool that gives you remote access to another computer via a Unix shell. A GUI may help you with the connection part, but the connection part is a piece of cake - knowing what to do once you have connected is the trickier part, which is why I was asking what you need to do, so perhaps we can help?


To establish a connection in your terminal simply type:


ssh username@servername



Where username is the username you will connect as, and server name is the DNS name or IP for the server you are connecting to. Connecting for the first time will ask you if you want to add the host key to your known hosts file, type in "yes", and then it will prompt you for your password.

Something tells me this is not where you'll get hung up though. Asking for a GUI for a command line client is kind of like asking for a stick to control the steering wheel of your car with, i.e. sooner or later you will need to know how to steer.
     
Addicted to MacNN
Join Date: Jan 2003
Location: ~/
Status: Offline
Reply With Quote
Aug 4, 2006, 11:59 AM
 
Originally Posted by Andy8
I really do not know how to drive terminal, so unless someone wants to give me some pointers I would prefer a GUI client.
Yep. As Besson says, SSH is a method of securely connecting to another computer's command line interface.

Tell us exactly what you want to do with a remote computer and perhaps we can help.

Do you simply want to control a remote computer as if you're using it locally? Check out VNC clients (do a search for VNC on MacUpdate.com), Timbuktu or Apple Remote Desktop.

If you want encrypted FTP via SSH tunnel (SFTP), check out Transmit, Fugu or other similar FTP clients.

Do you simply want to send remote commands? That can be done with remote Applescript.
     
Andy8  (op)
Mac Elite
Join Date: Apr 2003
Location: Hong Kong
Status: Offline
Reply With Quote
Aug 21, 2006, 10:58 PM
 
Originally Posted by Cadaver
Yep. As Besson says, SSH is a method of securely connecting to another computer's command line interface.

Tell us exactly what you want to do with a remote computer and perhaps we can help.

Do you simply want to control a remote computer as if you're using it locally? Check out VNC clients (do a search for VNC on MacUpdate.com), Timbuktu or Apple Remote Desktop.

If you want encrypted FTP via SSH tunnel (SFTP), check out Transmit, Fugu or other similar FTP clients.

Do you simply want to send remote commands? That can be done with remote Applescript.

I am trying to set up a secure tunnel between my mac and a unix/freebsd server so i can edit some text files and or upload additional text files as required.
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Aug 21, 2006, 11:14 PM
 
Originally Posted by Andy8
I am trying to set up a secure tunnel between my mac and a unix/freebsd server so i can edit some text files and or upload additional text files as required.

Do you have root access to the FreeBSD server? If so, I'd suggest installing the Netatalk port (if you have the portupgrade port installed, you can install Netatalk by typing: sudo portinstall -r netatalk). This will allow you to setup AFP connections to the FBSD server so that you can browse your files and edit them via the Finder.

Short of this, check out the Unix commands "rsync" and "scp". scp (and sftp are utilities included with OpenSSH, which is a part of FreeBSD. All you need to do is enable and start ssh to use these utilities.

Hope this helps. Let me know if you happen to have any other FBSD questions
     
Andy8  (op)
Mac Elite
Join Date: Apr 2003
Location: Hong Kong
Status: Offline
Reply With Quote
Aug 22, 2006, 06:26 AM
 
Originally Posted by besson3c
Do you have root access to the FreeBSD server? If so, I'd suggest installing the Netatalk port (if you have the portupgrade port installed, you can install Netatalk by typing: sudo portinstall -r netatalk). This will allow you to setup AFP connections to the FBSD server so that you can browse your files and edit them via the Finder.

Short of this, check out the Unix commands "rsync" and "scp". scp (and sftp are utilities included with OpenSSH, which is a part of FreeBSD. All you need to do is enable and start ssh to use these utilities.

Hope this helps. Let me know if you happen to have any other FBSD questions
I do not have root access and Netatalk port is not installed, so i guess my hands are tied?
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Aug 22, 2006, 06:44 AM
 
Originally Posted by Andy8
I do not have root access and Netatalk port is not installed, so i guess my hands are tied?


So is SSH enabled?
     
Addicted to MacNN
Join Date: Oct 2002
Location: England | San Francisco
Status: Offline
Reply With Quote
Aug 22, 2006, 06:45 AM
 
terminal.app
but do some of these hints seriously, the terminal.app is borked.
we don't have time to stop for gas
     
Andy8  (op)
Mac Elite
Join Date: Apr 2003
Location: Hong Kong
Status: Offline
Reply With Quote
Aug 22, 2006, 06:50 AM
 
Originally Posted by besson3c
So is SSH enabled?
Yes SSH is enabled
     
Andy8  (op)
Mac Elite
Join Date: Apr 2003
Location: Hong Kong
Status: Offline
Reply With Quote
Aug 22, 2006, 06:57 AM
 
I keep getting a message "This account is currently not available" after i login using ssh.
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Aug 22, 2006, 10:22 AM
 
Originally Posted by Andy8
I keep getting a message "This account is currently not available" after i login using ssh.

It is possible that your username was not granted access to connect via SSH. Do you have access to view the contents of /etc/ssh/sshd_config?

What happens when you do a:

telnet <servername> 22


Do you get anything saying that you are connected to the server?
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Aug 22, 2006, 10:23 AM
 
Originally Posted by Peter
terminal.app
but do some of these hints seriously, the terminal.app is borked.


Or use iTerm.
     
Addicted to MacNN
Join Date: Oct 2002
Location: England | San Francisco
Status: Offline
Reply With Quote
Aug 22, 2006, 10:37 AM
 
Originally Posted by besson3c
Or use iTerm.
I had problems with that forgetting my terminal colours.
we don't have time to stop for gas
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Aug 22, 2006, 06:19 PM
 
Originally Posted by Peter
I had problems with that forgetting my terminal colours.

You could try using SSH Keychain as well. Not only is it useful GUI to ssh-agent, but it can also set environment variables.
     
   
Thread Tools
Forum Links
Forum 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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 03:41 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2