Hi,
After upgrade ssh keeps asking for password.
I WOULD LIKE TIPS - ABOUT .PLIST, LAUNCHD, INSTALLING SSH FROM SOURCE
(i think ssh is not repairable by configuration at this point)
Just (a week) ago I'd used an ssh tutorial for setting up ssh to use id_dsa keys to avoid having to type in password (which obviously kills ssh as an alternative to remote procedure calls in obj c for automated computing between hosts). I was quiet bland and didn't configure anything not advised in tutorial.
On remote side I used X-LFS-2010 on old pc and Debain Squeeze on old laptop. THEY still are working. Only going in or out of iMac is the issue. I did re-create ~/.ssh no help
I checked system.log, no help. i newly found this - though it doesn't tell me what exactly i can fix.
./install.log: "/System/Library/LaunchDaemons/ssh.plist",
./install.log:Sep 20 15:49:30 iMac OSInstaller[492]: /System/Library/PrivateFrameworks/SystemMigration.framework/Resources/MigrationData/Scripts/reloadLaunchdConfigs: /System/Library/LaunchDaemons/ssh.plist: Could not find specified service
./install.log:Sep 20 15:49:30 iMac OSInstaller[492]: /System/Library/PrivateFrameworks/SystemMigration.framework/Resources/MigrationData/Scripts/reloadLaunchdConfigs: /System/Library/LaunchDaemons/ssh.plist: Service is disabled
however my system settings dont agree, i was and still is enabled (i tried disabling / re-enabling, had no effect)
MY PLAN, since OS X has no component re-install for apps in "bsd world", is find download for ssh, compile, install. (i'll see what is installed and what ssh files on system are not part of it when i do that)
I'm new to iMac dev, coming from DOS-3.1-win2000 / linux 0.92-sqeeze (familiar with those) so dont expect i know anything much about BSD or iMAC.
Also i'm a fan of rsh (why? simplicity and speed, though not secure for inet except within a vpn). as for ssh: each option in an app becomes factorial as to bugs and when there is 100! (100 factorial is too many for humans) options that can be a bug or misunderstood combination to those configuring, likey few if any ever have managed to set configuration so it is actually does what they think it does. Complexity is never a virtue (part the tau of programming, and Donald Knuth advice. its good to have an option for every decision in code so that code is not inflexible. however security is to big to be an option... if it were not built in one could choose which and have fall-backs incase of failure, other brand, etc). how many security issues and bug fixes does ssh have compared to rsh? keep an eye on.
I will say it should be a feature of iMac to fetch, build, install as a menu item choice on app store (for some items). there are many reason building from source - app store was a perfect idea - they shouldn't have short-changed install from source, but made it an option in the list
thank you !