I want to use the none cipher from a remote client. The none cipher on the client works and has been tested to other sshd's. What can be wrong with this compiled sshd not to work with none cipher?
this is correct behavior -- the None cipher is for data transfer, not for authentication. you must authenticate with a properly encrypted channel first before you can do anything else.
Hi,
I want to use the none cipher from a remote client. The none cipher on the client works and has been tested to other sshd's. What can be wrong with this compiled sshd not to work with none cipher?
I downloaded and un-tar file found here https://github.com/rapier1/openssh-portable/archive/hpn-NoneSwitch-7_2_P2.tar.gz
I then do building.
Build cmds:
autoconf autoheader ./configure --with-ipv4-default --with-none --sysconfdir=/etc/sshx/custom --with-md5-passwords --with-privsep-path=/var/lib/sshdx --with-pam --with-ssl-dir=/opt/openssl-1.0.1t --prefix=/opt/openssh make sudo make install
All is fine.
sshd_config: NoneEnabled yes
Starting up new sshd object in debug and trying to connect to it from remote client with cipher none I get this: