Community Page
- www.typicalmacuser.com/wordpress Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- I use this cable https://www.amazon.com/dp/B00004Z6ON?tag=typmacusepod-20&camp=0&creative=0&linkCode=as4&creativeASIN=B00004Z6ON&adid=0ANGDRSDQ3CAR6V4ETPY&
- Hi Victor, On a MacBook (at least the white ones), the rear-most USB port is the powered port. The one closer to you is the non-powered port. I have a 1st gen MB (Core Duo, not Core 2 Duo) that...
- Hi Victor, On a MacBook (at least the white ones), the rear-most USB port is the powered port. The one closer to you is the non-powered port. I have a 1st gen MB (Core Duo, not Core 2 Duo) that...
- Thank you Jose, I'll check it out.
- Very good episode I enjoy it a lot! I want also to share with you a related presentation that I found fantastic: http://www.slideshare.net/thecroaker/death-by-powerpoint I was listen to the episode...
Jump to original thread »
Typical Mac User Podcast » Mac OSX Remote Login Acess Screencast Part 8
Started by typicalmacuser · 9 months ago
9 months ago
Regards,
Hardy
Web Hosting
9 months ago
I am trying to follow the series to set up on my home mac. I have a couple of questions-
1) Does keys have anything to do with port number and ip address. Can I change port number after generating keys? Same as IP addresses?
2) if we ever install a new operating system on imac at home, do i need to do the whole thing again? If so what about on mac book? Do I need to do thing anything different apart from replacing the id_rsa file?
3) How does my mac book know which key to use, if i am trying to ssh in to two different macs like office imac and home i mac.
4) If I want to use screen sharing, or itunes do i need to make any changes?
Thanks for the great work.
9 months ago
1. Keys have nothing to do with network settings. The only relationship is private and public keys are a pair that go together.
2. Yes you have to setup software like you would any software if you reloaded your mac. The only difference is as long as you keep your keys somewhere you do not have to make new ones. Just put the public key back. The file on the mac you connect to is called authorized_keys, you copy your public key into that as shown in the video.
3. Because you would tell it which file to use. In this case you would have different private keys named differently instead of one file called id_rsa. If connecting to a mac at work make sure your IT department approves it. Otherwise you may be violating company policy and can risk your job in some places.
4. Yes as linked in the notes itunes sharing is a different process you can read about it on my blog. Screen sharing uses the vnc port 5900.
9 months ago
8 months ago
It is me again! I am not able to succeed with keys.
I am not sure wether my earlier message went through or not.
1) On which machines do you create keys? On laptops (clients) or Desktops(servers)? On some tutorials they are instructing to generate keys on laptop and place authorized keys on server. Doesn't it matter as long authorized key is on server and pvt and public keys are on laptop?
2) How do you add more than one authorized keys. Because I want to access my iMac(server) both from my mac book (client) and my mac pro(client) at work. How do i append? Is it just cut and past at the end of first authorized key?
3) Is authorized_keys2 ibetter than authorized_key?
Thanks for any help.
8 months ago
The public and any other public go in the authorized_keys file. yes you can stack them, one per line.
Just use authorized_keys on a mac and you will be fine.
8 months ago
Everything goes well until keys are created. When I tried to login it says "permission denied(publickey)". But everything works If I revert it to access with passwords instead of keys. I am not sure why It is causing problems with keys. In fact it asks for pass-phrase, I also can see my own banner. But denies access. Is there any criteria for the pass phrase such as number of characters. Mine 79pitha59. I am going to change it gain. Do you see this kind of pass phrase causing problems.
Thank you for your patience.
8 months ago
8 months ago
I checked the location of authorized_keys. It is in ~/ .ssh. Any thoughts.
Thanks-chin