|
#1
| |||
| |||
| ssh-keygen throws "Bus error" Under OS X 10.5.4, if I try "ssh-keygen", I get a Bus error. It will run if I "sudo ssh-keygen", but then all of my ssh commands require me to sudo to get them to run. Any ideas? |
|
#2
| ||||
| ||||
| That is strange. Are you doing it from within your home path when in the Terminal?
__________________ • Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.4.11 • Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1 • Apple PowerBook Duo 230 (33 MHz MC68030) - System 7.1 • "JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 12.1 • "Kidbuntu" (2.8 GHz Celeron D 335) - Ubuntu 8.04 |
|
#3
| |||
| |||
| Yes - here's a cut/paste: Code: imac:~ djames$ pwd /Users/djames imac:~ djames$ ssh-keygen Bus error imac:~ djames$ sudo ssh-keygen Password: Generating public/private rsa key pair. Enter file in which to save the key (/var/root/.ssh/id_rsa): I do not have this problem on my macbook, which is at same OS version/build. |
|
#4
| ||||
| ||||
| Check permissions on ~/.ssh. ls -ld ~/.ssh and maybe, if there is already a file present that you don't have permission to override. ls -lr ~/.ssh
__________________ irc.lfnet.net #kilonet -+=join in=+- Quote:
Audio Engineer - ProTools and Logic Pro Certified. FCC Licensed RF Technician |
|
#5
| |||
| |||
| Solved Turns out it was a problem with an old version of Instant Hijack (a component of the Audio Hijack application). It was doing some "bad" kernel patching. I tried to post this before with a link to the article where I found the answer, but that post went into "waiting for approval"-land, so I'm leaving the link out this time in hopes that it will post. Google "ssh-keygen bus error audio hijack" to find the articles... |