Ciphers none error in sshd_config
From: John Doe (compsec3_at_hotmail.com)
Date: 07/14/03
- Previous message: Robert.Baskerville_at_Vistorm.com: "RE: Question about passphrases with protocol 1."
- Next in thread: Ben Lindstrom: "Re: Ciphers none error in sshd_config"
- Reply: Ben Lindstrom: "Re: Ciphers none error in sshd_config"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: secureshell@securityfocus.com Date: Mon, 14 Jul 2003 21:25:54 +0000
All,
I am using OpenSSH-3.6.1p1 on two Redhat 7.2 i386 machines.
I am trying to transfer already encrypted files between machines. I don't
want to re-encrypt the files but I do want to use ssh because of its strong
authentication mechanisms (i.e. public key authentication). However, when I
specify "Ciphers none" in my sshd_config file I get an error:
Starting sshd:/etc/ssh/sshd_config line 12: Bad SSH2 cipher spec 'none'.
I get the same error whether I specify Protocol 1 and or Protocol 2.
Following advice from O'Reilly's book "SSH The Secure Shell, The Definitive
Guide", I tried recompiling from source using:
./configure --with-none
but it hasn't made any difference. In fact, "--with-none" isn't even listed
as a configure option when I ran:
./configure --help
My question then is this, has support for no encryption (i.e. Ciphers none)
been eliminated from OpenSSH or am I doing something really stupid?
James
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
- Previous message: Robert.Baskerville_at_Vistorm.com: "RE: Question about passphrases with protocol 1."
- Next in thread: Ben Lindstrom: "Re: Ciphers none error in sshd_config"
- Reply: Ben Lindstrom: "Re: Ciphers none error in sshd_config"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|