Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Use Safari for SSH bookmarking' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Use Safari for SSH bookmarking
Authored by: kokaviel on Jun 01, '05 11:15:13AM

Unfortunately, this bypasses your .bash_profile, so if you have ssh-agent/keychain setup if doesn't do the authentication properly. bummer.



[ Reply to This | # ]
10.4: Use Safari for SSH bookmarking
Authored by: mankoff on Jun 01, '05 11:24:25AM

You should probably upgrade from the CLI-based ssh-agent to the SSHKeychain.app. It works great for me.

---
http://spacebit.dyndns.org



[ Reply to This | # ]
id_rsa works
Authored by: lullabud on Jun 01, '05 01:00:56PM

I don't use ssh with the keychain at all, just the standard id_rsa stuff, and that works fine for me. This is sweet. :) ssh bookmark + quicksilver's safari plugin = easy remote shell access.



[ Reply to This | # ]
id_rsa works
Authored by: jaysoffian on Jun 01, '05 08:42:45PM

That means that your private key is not password protected. So should someone break into your machine, they can easily login to any account you've copied your public key to. Even worse, they can look at your .ssh/known_hosts file to find a convenient list of all those accounts.

You really should passphrase protect your private key and then use ssh-agent. You'll have the same level of convenience, but quite a bit more security. And it's easy with the application mentioned in the previous comment (though personally, I've rolled my own solution and that's posted here as well as a series of three hints.)



[ Reply to This | # ]
10.4: Use Safari for SSH bookmarking
Authored by: thornrag on Jun 02, '05 09:52:07AM

Try using .profile instead.



[ Reply to This | # ]