-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
funky suckage with Mac OSX sshd/ssh #4
Comments
I wrote an article on how to update ssh on OSX. It should help you for outgoing connections, I didn't test sshd, but it should also work. Maybe you need to re-link the bin's in /usr/bin. Please let me know what you find, so I can put it in the article. https://mochtu.de/2015/01/07/updating-openssh-on-mac-os-x-10-10-yosemite/ |
yeah I know how to do that. Just thought I would mention it. So maybe it's worth to add it to the articel |
Actually GCM is no good because for some reason SSH doesn't encrypt the message size field when using GCM. Nothing wrong with GCM in general as far as I know. It's an SSH thing. I don't have OSX and I don't like recommending stuff I didn't try. I can add your link though. |
The old OpenSSH also complains about [email protected] at my system – so I recommend the update and also to stay up to date (in contrast of Apple's believes). If you find it useful, add the link, sure. |
https://mochtu.de/2015/01/07/updating-openssh-on-mac-os-x-10-10-yosemite/ works for 10.8.5 too! :) |
Confirmed openssh5.9 on ElementaryOS doesn't support ed25519, as well as openssh6.2 on my Macbook running Mavericks. Linux Mint 17.1 has openssh6.6 and supports ed25519. |
I put |
Can you post |
Yosemite's default |
|
@kevinburke Maybe you missed to |
@kevinburke Something might be wrong / out-of-date with your brew environment because the current dupes ssh formula requires linking against brewed OpenSSL (see 10.10.1 system versions
brew versions
This might help |
OSX (at least Yosemite) ships with:
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
and it says it would support
[email protected],[email protected] (Man pages and ssh -v output if you don't configure anything)
But it does not 👎
If you add it to your .ssh/config you will get:
Bad SSH2 cipher spec '[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr'.
But whats more worse is if you connect form a client that does support [email protected],[email protected] to an Mac OSX sshd it will just explode and the error message is not very telling.
Guess would be that OSSLShim 0.9.8r just does not support any gcm. But why apple didn't patch it to at least not announce and execpt gcm mode I don't know.
Might be worth to mention.
The text was updated successfully, but these errors were encountered: