View Full Version : SSH Client - Like Putty?
ckeck
Jul 17, 2006, 10:24 AM
Anyone know of a good SSH client similar to Putty?
Open to any suggestions...*somewhat* new to Macs and cannot seem to find anything :(
Thanks!
scott182
Jul 17, 2006, 10:33 AM
Simple. Open Terminal -- it's in Applications -> Utilities. Among all the other standard Unix/BSD utilities, there is an SSH client. Just enter the ssh command you want to run. If you are coming from Windows and aren't familiar with ssh, the typical command you will run is:
ssh username@host.name
ckeck
Jul 17, 2006, 10:50 AM
Simple. Open Terminal -- it's in Applications -> Utilities. Among all the other standard Unix/BSD utilities, there is an SSH client. Just enter the ssh command you want to run. If you are coming from Windows and aren't familiar with ssh, the typical command you will run is:
ssh username@host.name
Thanks...I know I can do this in terminal, but the interface is pretty weak and I am looking for something with more options and something I can customize more.
scott182
Jul 17, 2006, 10:57 AM
Sorry...I'm not sure what else you would be looking for in an SSH client. I thought Putty was just a command-line SSH client as well. There is a program called Fugu (http://rsug.itd.umich.edu/software/fugu/), but I think that is more of an SFTP client.
Eraserhead
Jul 17, 2006, 11:01 AM
Thanks...I know I can do this in terminal, but the interface is pretty weak and I am looking for something with more options and something I can customize more.
If you want SCP (ala WinSCP) access try Cyberduck (http://cyberduck.ch/) or Fugu (http://rsug.itd.umich.edu/software/fugu/)
The only extra feature putty gives is saving sessions, you can replicate this by editing the .profile file (it's in your home directory) and adding this line to it
alias gemma='ssh user@server.com'
where gemma is replaced by the required alias, check out that it isn't already a command in terminal first by typing it into terminal.
Vigor12:~ Matthew$ gemma
-bash: gemma: command not found
should be returned if gemma isn't a real UNIX command (which it kinda obviously isn't) so that would be an acceptable alias, if its a real UNIX command (eg rm) then that command will be overwritten and that is never a good thing.
reh
Jul 17, 2006, 11:05 AM
Thanks...I know I can do this in terminal, but the interface is pretty weak and I am looking for something with more options and something I can customize more.
command-line ssh may not have a pretty GUI, but it's certainly not weak. It'll have any option needed.
Eraserhead
Jul 17, 2006, 11:10 AM
Just realised the .profile is invisible click here (http://www.macgeekery.com/tips/view_hidden_files_and_folders_in_finder) for instructions on how to make hidden files visible, and then logout or press Command-Option-Escape and relaunch Finder. (replace the true in the terminal command with false to hide them again)
howesey
Jul 17, 2006, 05:10 PM
Putty will compile and run on any UNIX or Unix like system as well as Windows
Get the source and make.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.