Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Make SSH connections via Rendezvous addresses' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Make SSH connections via Rendezvous addresses
Authored by: club60.org on Dec 01, '04 07:02:26AM
While trying to ssh with .local:
  • I can connect to myself.local
  • I can't connect to neighbormac.local (ssh: neighbormac.local: No address associated with nodename)
  • I can connect to my neighbor mac via IP
  • I can connect with Terminal's File menu (which in fact translates rendezvous name to IP)
What can be wrong?

[ Reply to This | # ]
Make SSH connections via Rendezvous addresses
Authored by: webdevnz on Mar 15, '05 05:01:20PM
club60.org just create a alias.
alias connectneibormac='ssh user@neighbormacip'
replace user with your username and neighbormacip with the ip. then just type connectneibormac or a shorter version that you can remember.

[ Reply to This | # ]