errors on getaddrinfo(): nodename nor servname provided, or not known
Jesse Armand
mnemonic.fx at gmail.com
Fri Oct 17 21:27:41 EST 2008
Thanks a lot for the info, and guidance on the right direction.
On Fri, Oct 17, 2008 at 8:31 AM, Peter Stuge <peter at stuge.se> wrote:
>
> What does your plist look like?
>
>
This is my plist, this plist is working on iPhone OS 2.1 with openssh
from telesphoreo.org packages, I have my own usage of ssh, and I can't
disclose it, but basically I use the similar configuration, building,
and installing:
<?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>com.openssh.sshd</string>
<key>Program</key>
<string>/path/to/ssh/libexec/sshd-keygen-wrapper</string>
<key>ProgramArguments</key>
<array>
<string>/path/to/ssh/sbin/sshd</string>
<string>-i</string>
<string>-e</string>
<string>-ddd</string>
</array>
<key>SessionCreate</key>
<true/>
<key>Sockets</key>
<dict>
<key>Listeners</key>
<dict>
<key>Bonjour</key>
<array>
<string>ssh</string>
</array>
<key>SockServiceName</key>
<string>ssh</string>
</dict>
</dict>
<key>StandardErrorPath</key>
<string>/dev/null</string>
<key>inetdCompatibility</key>
<dict>
<key>Wait</key>
<false/>
</dict>
</dict>
</plist>
Note: /path/to/ssh is my prefix for ssh installation
More information about the openssh-unix-dev
mailing list