[Developers] Development plan for SSHKeychain
Eric Warnke
ericew at gmail.com
Thu Jan 10 02:05:56 CET 2008
#1 http://www.chiark.greenend.org.uk/ucgi/~cjwatson/cvsweb/openssh/
contrib/ssh-copy-id?rev=1.6;content-type=text%2Fplain
#2 I have launchd and a location for that. Set up a "proxy/
untrusted" location that proxies everything through socks5 localhost
3333. I then dropped this into Library/LaunchAgents/proxy.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd
">
<plist version="1.0">
<dict>
<key>Label</key>
<string>proxy.myserver</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/ssh</string>
<string>-D</string>
<string>3333</string>
<string>-o</string>
<string>ExitOnForwardFailure=yes</string>
<string>-N</string>
<string>user at myserver</string>
</array>
<key>RunAtLoad</key>
<false/>
</dict>
</plist>
and so I switch to the location and run launchctl start proxy.myserver
and I'm good to go.
Cheers,
Eric
On Jan 9, 2008, at 6:17 pm, TjL wrote:
> On 1/7/08, Bart Matthaei <bart at sshkeychain.org> wrote:
>> Hi guys,
>>
>> It's been a while since my last post. What should we do with
>> SSHKeychain now that Tiger has ample ssh-agent possibilities?
>
> I assume you mean Leopard :-)
>
> Here's my biggest hassle when dealing with SSH:
>
> 1) Setting up password-less login on a new machine
>
> 2) Setting up SSH tunnels for secure browsing from public wifis, etc
>
> Any help SSHKeychain could give in those areas would be great.
>
> TjL
> _______________________________________________
> developers mailing list
> developers at sshkeychain.org
> http://www.sshkeychain.org/cgi-bin/mailman/listinfo/developers
More information about the developers
mailing list