SSHing for fun and profit
I'm sure you've heard all the cool kids talking about SSH in the cafeteria during lunch, but you had no idea what it was. Be ignorant no more, because Devanshu Mehta is writing a series of posts about using SSH for Apple Matters.The first in the series explains the basics of SSH and what you'll need to setup before you can start securely tunneling like a spy.
Here's the really short explanation of SSH: it allows you to create secure connections between two computers. The protocol is a standard, so you can SSH into almost any kind of computer, assuming it is running SSH and you have the proper credentials.
I'll be keeping my eye out for the upcoming parts in this series, because who can't use some more secure connections in their life?
Share
Categories
I'm sure you've heard all the cool kids talking about SSH in the cafeteria during lunch, but you had no idea what it was. Be ignorant no...
Add a Comment
Sorry for the double post TUAW overlords.
May 06 2008 at 10:06 AM Report abuse Permalink rate up rate down ReplyI have to make a quick plug for my nearly-released SSH tunnel managing app, Meerkat:
http://codesorcery.net/meerkat/
You can check out some screenshots in these posts:
http://codesorcery.net/category/meerkat/
If anyone would like to test it and provide some useful feedback, I'd be happy to add you to the beta testing.
For those of you who don't like to fight with the terminal: Try Shimo 2.0 - it comes with full tunnel support with SSH!
--> http://www.nexumoja.org/projects/Shimo2/
Interarchy is another excellent GUI SSH client for OSX:
http://nolobe.com/interarchy/
Can you guys talk about how to do ssh tunneling for the apple vnc server? I just have it checked on and I can get to it with just the vnc password which I hear is very insecure. A simple step by step tutorial might help plenty of people out, especially those that are too lazy to figure it out :D
May 05 2008 at 5:57 PM Report abuse Permalink rate up rate down ReplyIf you want something that'll really bake your noodle, you can use an SSH connection as a full SOCKS proxy to dodge frustrating port restrictions or just get yourself some easy encryption when you're surfing from public places. It's kinda like magic, but the cool kind, not the kind your great uncle does with the quarter.
ssh -D username@server
You've now got a SOCKS proxy running on your localhost:9999. Hicka bicka boo.
I gotta imagine that this is what our AppleMatters guy will get to in the end. He'll probably talk about specific port tunneling as well, which is also supremely useful, but the SOCKS proxy thing really shook the foundations of my worldview.
To follow-on to Aron T's comment, once you have ssh figured out you'll probably fall in love with sshfs. Basically, if you can ssh to a computer, then you can mount that computer as a drive on your Mac.
I'm a big fan of the MacFUSE sshfs which can be found here:
http://code.google.com/p/macfuse/wiki/MACFUSE_FS_SSHFS
SSH FTW!
I use it daily - I have an automator workflow that I drop files onto which copies them to the downloads directory of my mac mini @home.
I also have an applescript to mount/unmount an sshfs volume on the same mac mini if I need read/write access.
Ps, One should also be compelled to visit here: http://tinyurl.com/5hlz9a (not blog spam, I promise) and look at the instructions for setting up keys and aliases so SSH'ing is as easy as "ssh server".
it took me a while to figure out what ssh really was and how to do it. yeah i know i know. i just heard misinformation that kept throwing me off.
this will be good for some.
Hot Apps on TUAW
Deals of the Day
more deals- Verizon Leather Sleeve for Tablets for $4 + free shipping
- Wicked Jaw Breaker Noise-Isolating In-Ear Headphones for $6 + free shipping
- Refurb Apple MacBook Air Laptops: 12" 64GB SSD for $699 + free shipping
- JVC Motion Sensing Clock Radio with Dual iPod Docks for $55 + free shipping
- Apple iPhone Headset with Mic for $4 + $2 s&h
- Refurb Apple iPod nano 8GB MP3 Player for $99 + free shipping, 16GB for $119
Software Updates
more updates- EFI Firmware Update brings Lion Internet Recovery to 2010-model Macs
- OS X Lion 10.7.3 released with Safari 5.1.3, Wi-Fi bug fix
- Aperture updated to 3.2.2, addresses Photo Stream issue
- Apple updates Keynote to address Lion issues
- Google Search app gets new look on iPad
- Apple releases Apple TV Software Update 4.4.3



20 Comments