Created
September 11, 2013 18:45
-
-
Save paulmars/6528004 to your computer and use it in GitHub Desktop.
Revisions
-
paulmars created this gist
Sep 11, 2013 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ # 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