r228152: anyone got the None cipher working with base OpenSSH?
Jeremy Chadwick
freebsd at jdc.parodius.com
Fri Dec 2 23:39:31 UTC 2011
On Fri, Dec 02, 2011 at 03:32:20PM -0800, Jeremy Chadwick wrote:
> There are multiple places where this needs to get defined for it to
> work.
Sorry I should be more clear (I woke up ~15 minutes ago). I'm referring
to the fact that OpenSSH build points in FreeBSD are ""scattered all
over"", e.g. src/secure/lib/libssh, src/secure/usr.bin/scp,
src/secure/usr.bin/sftp, src/secure/usr.bin/ssh*, etc... You get the
idea. The above make.conf addition will handle everything. And yes I
have tested it.
You also need to read README.hpn to understand fully how to get None
cipher to work from the server AND client side, *AND* what the limits
and caveats are. There are changes you need to make to
/etc/ssh/sshd_config, and there are *multiple* -o switches you will need
to use with the client (e.g. ssh -oCipher=none -oNoneEnabled=yes
-oNoneSwitch=yes). If the WARNING message that is output to stderr
bothers you, use -T.
Good luck.
--
| Jeremy Chadwick jdc at parodius.com |
| Parodius Networking http://www.parodius.com/ |
| UNIX Systems Administrator Mountain View, CA, US |
| Making life hard for others since 1977. PGP 4BD6C0CB |
More information about the freebsd-stable
mailing list