• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Mac Users - Any free SSH client for OS-X

Murpheeee

Diamond Member
Setting up some Macs at work....

Need to find a free SSH client
Had been using Nifty Telnet, but want to use something in OS-X rather than classic.

I know that in OS-X you can use SSH from terminal, but I'd rather use a client if one were available.

Anything out there?
 
I know that in OS-X you can use SSH from terminal, but I'd rather use a client if one were available.

What are you looking for that the command line client wont do? It's not like you are gonna find a graphical SSH client.
 
Originally posted by: notfred
I know that in OS-X you can use SSH from terminal, but I'd rather use a client if one were available.

What are you looking for that the command line client wont do? It's not like you are gonna find a graphical SSH client.


Most of the users are not capable of using the command line client....

Most of the time they are accessing only 2 main sites (mail servers) so I would like to be able to bookmark those in some kinda GUI client so they only have to click on some stuff, rather than type....thats the way it was set up in Nifty Telnet.....
 
What I would do is just make a simple little Applescript program that launches them into the command line and starts the SSH connection so that it just asks for their password in order to log in.

It's pretty easy to call a shell script from a Apple script.

Then stick that applescript in the Dock.

Unless you want to use sftp or scp...
 
Back
Top