On Sat, 10 Aug 2013, Lance Ferrer wrote: > Thank you for the help, I think I hadn't done a reboot. I saw sshd > starting during the boot I believe. > > What else would I need to do to be able to use my MacBook to ssh to the > openbsd system? My domain is <hostname>.my.domain. On my MacBook I type > ssh <hostname>.my.domain and after awhile it returns operation timed > out. > That would probably be a DNS issue; check the IP of the OBSD box
ifconfig -a to see all interfaces ifconfig <active interface> to see just the active one If you ssh to that IP from your MacBook you will not need a DNS or hosts entry. Lee