Created
September 11, 2013 18:45
-
-
Save paulmars/6528004 to your computer and use it in GitHub Desktop.
ssh back to my mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cribed from this post | |
# http://onethingwell.org/post/27835796928/remote-ssh-bact-to-my-mac | |
dns-sd -E # gets your member id for icloud | |
# SSH command | |
ssh -2 -6 [USERNAME]@[COMPUTER NAME].[account number].members.btmm.icloud.com | |
# ~/.ssh/config | |
Host mac-remote | |
User username | |
HostName computername.123456789.members.btmm.icloud.com | |
AddressFamily inet6 | |
Protocol 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment