Re: encrypting authentication vs payload
From: Jeff P. Van Dyke (jpv_at_vandyke.com)
Date: 06/11/03
- Previous message: Markus Friedl: "Re: encrypting authentication vs payload"
- In reply to: Phil Dibowitz: "encrypting authentication vs payload"
- Next in thread: root: "Re: encrypting authentication vs payload"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: "Phil Dibowitz" <phil@ipom.com>, <secureshell@securityfocus.com> Date: Wed, 11 Jun 2003 09:02:44 -0600
> At work we'd like to rdist over ssh, but since clearly the data is
> available on every host, its by no means confidential, and since there
> is a LOT of it and it has to happen in a small window each night, we'd
> like to turn off encryption for the session ONLY...
>
> I found this in the archives:
> http://marc.theaimsgroup.com/?l=secure-shell&m=93387968720848&w=2
>
> But no one seems to have answered his question... if we set the server
> and client to accept the '-c none' flag, that doesn't encrypt the
> authentication anymore does it? (We're using openssh)
>
> I have some co-workers who swear that '-c none' in commercial ssh still
> encrypted the authentication and only sent the session data in the
> clear... I'm not convinced that is so, anyone know off-hand?
>
> Either way, this doesn't seem to, from the docs, to be the behavior of
> openssh....
>
> Comments, suggestions?
Phil,
With SSH2, as the protocol is defined, if encryption is turned off,
the username and password are sent in the clear.
With public key authentication, the username will be sent in
the clear, but your private key is never sent on the wire. So,
this may be an alternative for you.
I'm pretty sure OpenSSH doesn't support encryption none. Some
of the commercial vendors include VanDyke allow you to enable
encryption none.
Jeff P. Van Dyke
jpv@vandyke.com
www.vandyke.com
- Previous message: Markus Friedl: "Re: encrypting authentication vs payload"
- In reply to: Phil Dibowitz: "encrypting authentication vs payload"
- Next in thread: root: "Re: encrypting authentication vs payload"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|