Re: applescript shell script SCP?
Re: applescript shell script SCP?
- Subject: Re: applescript shell script SCP?
- From: "Edward K. Chew" <email@hidden>
- Date: Tue, 9 Dec 2008 16:30:07 -0500
Leopard also has its own ssh agent that can look up your private key password from an OS X keychain. My only beef with it is that the agent seems to keep running indefinitely, so even if you lock your keychain at some point, the private key remains accessible. Still, it works well where automated scripts are concerned.
-Ted
On 8-Dec-08, at 11:32 PM, Mark J. Reed wrote: On Mon, Dec 8, 2008 at 11:23 PM, Paul Scott <email@hidden> wrote: When you generate the key pair, the private key is encrypted. If you try to use it with scp you'll be prompted for the private key password, which brings you back to the original problem of avoiding a password.
You can set up a passphraseless key, or you can install something like SSHKeychain, which lets you store your SSH key passphrases in the OS X Keychain.
-- Mark J. Reed <email@hidden>
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden