SSHKeychain - 0.8.2GUI for ssh-agent and ssh-add |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Got Tunnel? 



- Version: 0.8.2, 1/17/2008 12:00AM PST
thee.consumer
Quite easy to set up a tunnel into work, and super easy to use it. It's been solid. Also, FREE.
I like having the icon in my dock.
I like having the icon in my dock.
Buggy password warning - Version: 0.8.2, 9/14/2007 12:01PM PST
sjk
Since updating to 0.8.2 I've noticed this console message (with typo):
2007-09-05 19:24:40.548 SSHKeychain[20474] Buggy password in keycahin workaround
No errors when running Keychain First Aid in Keychain Access.
2007-09-05 19:24:40.548 SSHKeychain[20474] Buggy password in keycahin workaround
No errors when running Keychain First Aid in Keychain Access.
.gdb_history junk - Version: 0.8.2, 8/24/2007 01:43PM PST
sjk
The v0.8.2 installer package contains a .gdb_history file that gets installed in the destination folder (e.g. /Applications).
package installer - Version: 0.8, 8/3/2007 11:17AM PST
sjk
In case anyone wonders, 0.8 uses a package installer to support this new feature:
• Added support for tunneling ports < 1024
The installer runs this post{install,upgrade} script to give the TunnelRunner helper app setuid root permission:
#!/bin/sh
chown root:admin /Applications/SSHKeychain.app/Contents/Resources/TunnelRunner
chmod u+s /Applications/SSHKeychain.app/Contents/Resources/TunnelRunner
Latest public revision of source code on the developer's site is 0.7b3.
• Added support for tunneling ports < 1024
The installer runs this post{install,upgrade} script to give the TunnelRunner helper app setuid root permission:
#!/bin/sh
chown root:admin /Applications/SSHKeychain.app/Contents/Resources/TunnelRunner
chmod u+s /Applications/SSHKeychain.app/Contents/Resources/TunnelRunner
Latest public revision of source code on the developer's site is 0.7b3.
package installer - Version: 0.8, 8/3/2007 11:16AM PST
sjk
In case anyone wonders, 0.8 uses a package installer to support this new feature:
• Added support for tunneling ports < 1024
The installer runs this post{install,upgrade} script to give the TunnelRunner helper app setuid root permission:
#!/bin/sh
chown root:admin /Applications/SSHKeychain.app/Contents/Resources/TunnelRunner
chmod u+s /Applications/SSHKeychain.app/Contents/Resources/TunnelRunner
Last public revision of source code on the developer's site is 0.7b3.
• Added support for tunneling ports < 1024
The installer runs this post{install,upgrade} script to give the TunnelRunner helper app setuid root permission:
#!/bin/sh
chown root:admin /Applications/SSHKeychain.app/Contents/Resources/TunnelRunner
chmod u+s /Applications/SSHKeychain.app/Contents/Resources/TunnelRunner
Last public revision of source code on the developer's site is 0.7b3.
Tiger problem - Version: 0.7.1, 5/5/2005 04:14PM PST
prspn_dotmac
Great program, very useful.
Using 0.7.1 with Tiger 10.4.0, everything has worked ok so far, but suddenly I'm having trouble editing the port forwarding settings, in both tableviews.
(Maybe I didn't notice it before now)
The program logs an exception after trying to edit an NSDictionary.
Removing the pref .plist and adding tunnels, it works ok but leaving the tunnels tab (or quitting), then returning to add or edit in the portmap tableviews, will produce the exception.
I can workaround by setting the portmaps last and not editing them, or by editing the .plist directly.
On my machine, anyway. Anyone else?
Using 0.7.1 with Tiger 10.4.0, everything has worked ok so far, but suddenly I'm having trouble editing the port forwarding settings, in both tableviews.
(Maybe I didn't notice it before now)
The program logs an exception after trying to edit an NSDictionary.
Removing the pref .plist and adding tunnels, it works ok but leaving the tunnels tab (or quitting), then returning to add or edit in the portmap tableviews, will produce the exception.
I can workaround by setting the portmaps last and not editing them, or by editing the .plist directly.
On my machine, anyway. Anyone else?
memory leak? - Version: 0.6, 6/25/2004 02:28PM PST
(4 of 4 users found this comment useful)
sjk
Tunnel support is great, thanks! One less utility now for that functionality.
Unfortunately there's still a memory usage issue. Observing top RSIZE or ps RSS values over time shows them steadily increasing. Will send more details directly to developer...
Unfortunately there's still a memory usage issue. Observing top RSIZE or ps RSS values over time shows them steadily increasing. Will send more details directly to developer...
very nice 



- Version: 0.5.1, 3/3/2004 03:55PM PST
sjk
SSHKeychain, combined with SSH Tunnel Manager and Apple Keychain, have made non-interactive ssh key and tunnel management possible.
So far 0.5.1 seems to have resolved a memory leak; RSS usage actually *decreased* a bit since first launching this version ~4 hours ago.
So far 0.5.1 seems to have resolved a memory leak; RSS usage actually *decreased* a bit since first launching this version ~4 hours ago.
sleep issues - Version: 0.5, 2/2/2004 09:41AM PST
Da Bear
The program does precisely what it says it will, and it's very handy. That said, after I'd installed it, it became impossible to put my 500 MHz TiBook to sleep without first removing all keys. It also disabled my "require password on wake" setting. A bit of a pain, that. But a decidedly neat idea. Very much hope the wrinkles get ironed out....
Most Recent Replies: View All 2 Replies
- sleep issues
I've used SSH Agent (the Mac GUI app) for many years, and combined with shortcuts (now "functions" in ~/bash_profile, like function gent { ssh -2C root@192.168.0.101; } ) the process has made it very easy and fast to login very securely to my various servers. Agent, however, recently lost the ability to grab my passphrases from the keychain, so every few weeks when I reboot I've needed to type them in to startup the agent again, and finally got fed up.
This looks like it will do very nicely, as well as adding some extra security tweaks to my process. Only hitch was digging far enough into the developer site to find the bit about going to prefs, Environment tab, and enabling the checkbox, then logging out and back in to get it to work. Oh, also that when I turned off display in the dock, it removed any display at all, anywhere, and lost the ability to reset or interact with the application at all. Had to delete the prefs file and reboot to see or talk to SSH Keychain again. That done, though, it is working very nicely now!! Thanks and kudos!