Re: Disabling Encryption and just using Port Forwarding? Can that be done?

From: Dimitri Maziuk (dima_at_127.0.0.1)
Date: 05/15/04

  • Next message: Joachim Pense: "scp w/ forced command - official?"
    Date: Sat, 15 May 2004 00:54:44 +0000 (UTC)
    
    

    zantar@verizon.net sez:
    > Replying to myself here:
    >
    > Searched long and wide and talked to a few people. Its not a practical
    > request. Why care about login security and then let the data go
    > plaintext. I guess s/key or something might be something to consider.
    >
    > I can't find anyway to turn off the encryption and I dont know why
    > anyone (except this client) would ever want to.

    Using key-based authenticaton is very handy for scripts -- you
    don't have to muck around with expect or whatever and work around
    tty resets.

    Passwordless logins are handy on an intranet and if someone manages
    to install a sniffer, passwords are safe. But there's little reason
    to encrypt intranet traffic.

    There's little reason to encrypt downloads from your public CVS
    server and there are very good reasons to use SSH instead of CVS
    pserver for authentication.

    And so on. IOW, there are good reasons to turn off encryption.

    Problem is, client and server negotiate the cipher, and it's
    possible that they'll settle on null cipher and turn off data
    encryption when they shouldn't. So if you want to use null
    cipher you should enable it only for specific hosts and make
    sure the it's disabled by default. IOW, you have to know what
    you're doing.

    Main difference between unix and macwindows used to be that
    unix users were supposed to know what they're doing. Nowadays
    unix users are presumed to be morons just like the rest of us,
    and they should be Saved From Themselves(tm). So its best to
    remove Dangerous Features(tm) lest they shoot themselves in
    both feet.

    The best part is that unix sysadmins, who possibly aren't
    complete morons and could configure their servers properly,
    cannot do so. Ciphers (at least in OpenSSH) are set on client
    side only. There are no "Host ..." blocks in sshd_config, nor
    "ciphers=" option in authorized_keys.

    HTH, HAND
    Dima

    -- 
    Politics and religion are just like software and hardware. They all suck, the
    documentation is provably incorrect, and all the vendors tell lies.
                                                                -- Andrew Dalgleish
    

  • Next message: Joachim Pense: "scp w/ forced command - official?"

    Relevant Pages

    • Re: How to use scp without encryption ?
      ... Anyway, whatever your reason might be you can do it, and here's a link ... Just look for disable encryption on this link and it will take you to do ... >I do not any cipher i.e., ... >Do you Yahoo!? ...
      (SSH)
    • Re: Crypto Mini-FAQ
      ... > one where encryption and decryption are the same function. ... The real reason that weak keys are bad that nobody has hit on [that I ... can tell] is using the cipher in a hash construction. ...
      (sci.crypt)
    • Re: Should Initialization Vectors be public ?
      ... CBC XORes every previous cipher block with next plain text block before ... encryption key on the same plain text, ... add them at the beginning of your plaintext data ...
      (microsoft.public.dotnet.security)
    • Re: Should Initialization Vectors be public ?
      ... > CBC XORes every previous cipher block with next plain text block before ... Chaining and feedback modes does provide extra strength to ... > encryption key on the same plain text, ... >>>> then to decrypt. ...
      (microsoft.public.dotnet.security)
    • Re: cryptoloop CBC mode
      ... >> identical it could be the case that two would get same encryption. ... For such blocks you will know exactly which bits differ ... and the two IVs are different. ... > the key will still be the same (ok, different cipher output, but the ...
      (comp.os.linux.security)