Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

After Security Update today: "Bus error" when starting "ssh" client

Hi,

I'm using OS X 10.5.2 and updated my system with the newest Safari 3.1 and Security Update a few hours ago. After I did this update, I cant use the command-line ssh client anymore. When I start the ssh, I immediately get a "Bus error" on the shell.

Any suggestions?

Thanks, Marc

Macbook Pro, Mac OS X (10.5.2)

Posted on Mar 18, 2008 2:02 PM

Reply
93 replies

Mar 18, 2008 7:47 PM in response to hirschnase

Ok...this is definitely not best practice but as I literally can't work without ssh (and MindTerm just feels really clunky) I've found a functional workaround for now. Basically ssh seems work fine when run as root (not sudo but really root).

-enable root if you haven't already
-in Terminal "sudo su -" to become root with root's environment -- you'll have to put in your users password of course (and have to be an admin as well to use that password for sudo)
-as root, if you need any bash shortcuts just "ln -s /Users/<username>/.profile .profile" (replace <username> with your actual username....this is just making a symlink in case you're not sure)
-as root, if you need your ssh private key/known public keys (as I'm guessing most do), then "ln -s /Users/<username>/.ssh .ssh"
-Log out from root and then log back in so bash rereads those files

You're now good to go (or at least I am 🙂 ).

I won't be doing anything else in the shell as root but running ssh so hopefully won't do anything too stupid.

Message was edited by: Andrew and Jamie Miller

After Security Update today: "Bus error" when starting "ssh" client

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.