From: Sean C. <se...@ti...> - 2010-04-16 18:31:17
|
Hi there, I'm trying to make SSHKeychain work with auth-pf. Note I've never written Objective-C code before so bear with my ignorance. As it stands the -N switch kills authpf as you need a console to display the message. Once I figured out how to build SSHKeychain I removed the -N option and well it hasn't fixed the issue so I can only assume stdout is closed which has the same effect as -N. I'm not sure what to fiddle with regarding NSTask either. Now in case i'm considered insane off the go, authenticating with auth-pf to a firewall works perfectly fine from a terminal... where my only parameter is my uid@host. I've tried adding -N interactively and sure enough auth-pf breaks. Any ideas what I can try with respect to the SSHKeychain tunnel class? -- Sean P.S. 10.6.3 ,XCode 3.2.1, OpenBSD4.6 running sshd with auth-pf enabled. |