From: Tom Harrington on 15 Jan 2010 12:32 In article <howard-550C84.11284915012010(a)host81-136-209-74.in-addr.btopenworld.com> , Howard S Shubs <howard(a)shubs.net> wrote: > I've got this working from a G5 running 10.5.8 to a MacBook Pro running > 10.6.2, but not the reverse. When I try to go from the MBP to the G5, > it always prompts for password. Any idea what I should be looking for? > I tried everything I can think of. Normally it's looking for an SSH key. When ssh'ing to a remote host, SSH can log in automatically if you have a private key on the local Mac that corresponds to a public key on the remote host. You need to make sure this public key is available on the remote Mac for auto-login to work. -- Tom "Tom" Harrington Independent Mac OS X developer since 2002 http://www.atomicbird.com/
From: shine on 15 Jan 2010 12:41 Howard S Shubs took to the world wide interwebs to proclaim: > I tried everything I can think of. And we're supposed to guess what you've /tried/? Your post wins the award for "post that provides no information at all". Congratulations.
From: shine on 15 Jan 2010 17:14 Jolly Roger took to the world wide interwebs to proclaim: > PermitRootLogin no As long as you don't enable or use root, that one should be fine.
From: Jolly Roger on 15 Jan 2010 18:22 In article <hiqpbl$ia8$1(a)news.eternal-september.org>, shine <useraddshine-nospam(a)gmail.com> wrote: > Jolly Roger took to the world wide interwebs to proclaim: > > PermitRootLogin no > > As long as you don't enable or use root, that one should be fine. In Mac OS X there is typically no reason at all to ever enable or use the root account. -- Send responses to the relevant news group rather than email to me. E-mail sent to this address may be devoured by my very hungry SPAM filter. Due to Google's refusal to prevent spammers from posting messages through their servers, I often ignore posts from Google Groups. Use a real news client if you want me to see your posts. JR
From: Jolly Roger on 15 Jan 2010 18:22
In article <hiqpbl$ia8$1(a)news.eternal-september.org>, shine <useraddshine-nospam(a)gmail.com> wrote: > Jolly Roger took to the world wide interwebs to proclaim: > > PermitRootLogin no > > As long as you don't enable or use root, that one should be fine. In Mac OS X there is typically no reason to enable or use the root account - much less allow others to log in as root from over the network. In fact, doing so presents some serious security risks. -- Send responses to the relevant news group rather than email to me. E-mail sent to this address may be devoured by my very hungry SPAM filter. Due to Google's refusal to prevent spammers from posting messages through their servers, I often ignore posts from Google Groups. Use a real news client if you want me to see your posts. JR |