From: Phill <ph...@sm...> - 2007-05-07 08:36:20
|
Background - I use ssh-agent to store my keys for logging in to remote machines via ssh, this avoids typing my passphrase each time. I have to be logged-in locally to make use of the keychain before I ssh to a remote machine. I'm trying to create a bookmark that will log me in locally and then ssh to a remote server and for the command I've tried: login -fp phil; ssh myremoteserver login -fp phil && ssh myremoteserver Neither of these work as it seems to run as one command. Any suggestions appreciated. Thanks Phil |