Monthly Archives April 2009

links for 2009-04-21

macosxhints.com – 10.5: A fix for failing SSH Bouncing Here's where you need to understand the above-referenced bouncing hint page first: the problem here has nothing to do with SSH at all! It's with the executable ~/.ssh/netcat-proxy-command file! Specifically, where you see this line… ssh $bouncehost nc -w 1 $target 22 …the nc -w 1 [...]

links for 2009-04-16

macosxhints.com – Access Bonjour discovery info from the command line access BonJour (nee Rendezvous) discovery services from the command line by using the command dns-sd in 10.4, or mDNS in 10.3. There doesn't appear to be a man page for mDNS in 10.3, but it appears that the options for dns-sd, favored in 10.4, work [...]