Skip to content

Instantly share code, notes, and snippets.

@teddyhwang
Created October 27, 2013 15:47
Show Gist options
  • Save teddyhwang/7184053 to your computer and use it in GitHub Desktop.
Save teddyhwang/7184053 to your computer and use it in GitHub Desktop.
Back to my Mac via SSH
# Find out your iCloud BTMM domain
dns-sd -E
# List Computers
dns-sd -B _ssh <12345678>.members.btmm.icloud.com
# Connect
ssh <username>@<computer-name>.<12345678>.members.btmm.icloud.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment