Re: verify RSA 2048



The mechanism to encrypt the information will be negotiated as stated by

http://www.openssh.org/txt/draft-ietf-secsh-architecture-12.txt
-------snip
3.3 Policy Issues

The protocol allows _full_negotiation_of_encryption_, integrity, key
exchange, compression, and public key algorithms and formats.
Encryption, integrity, public key, and compression algorithms can be
different for each direction.
-------snip

Options may be:
Ciphers:
AES-*, twofish, blowfish, 3des, rc4
MACs:
MD5, SHA1

Use "ssh -vvv" if you want to see what you actually use for each connection.



On 12/21/06, Jeff Sadowski <jeff.sadowski@xxxxxxxxx> wrote:
This goes along with my question on decrypting ssh
From what I gather ssh does not use RSA to encrypt. It uses RSA to Authenticate.
And uses a faster method to form a secure channel.
I'm kind of curious as to what others have to say I could be mislead.
I would like to know if there is a way to increase the amount of
encryption that ssh uses
and by your question I think you would also be interested.

On 12/21/06, Dustin Seeger <dustin.seeger@xxxxxxxxx> wrote:
> I am using OpenSSH version 4.3p2. I was wondering how I could verify
> that the data going from one computer to another over the internet is
> using RSA 2048. I set both of the keys on each machine to that bit
> strength. Is there a tool out there that I can you that could verify
> that the information is being sent at 2048 or is even being encrypted?
>
> Thanks,
>
> --
> Dustin
>



--
El bosque sería muy triste si sólo cantaran los pájaros que mejor lo hacen.
Rabindranath Tagore


Relevant Pages

  • Re: how to have a gpg public key?
    ... Having just a public key doesn't do you much good. ... You need both a private key and a public key; ... can encrypt and decrypt your messages and you are just ...
    (Debian-User)
  • Re: RSA Encrypt/Decrypt Problems
    ... You can generate a snk for each and replicate the public key part to each ... Then sym encrypt your data with the key and iv and store in the ... You could actually do it with small blocks and only the public rsa key, ... > key) with the symmetric key embedded in the file and encrypted using the ...
    (microsoft.public.dotnet.security)
  • RE: Cannot decrypt files encrypted using Crypto API on a different
    ... On the client computer you app first would try to open the container ... the server generates session key, wraps it with the client's public key, ... encrypts the content with the session key and sends both the wrapped session ... encrypt your data with this key ...
    (microsoft.public.platformsdk.security)
  • Re: RSACryptoServiceProvider decrypt with public key
    ... key/decrypt with the private key and encrypt with the private key/decrypt ... encrypt data and send it back to Alice. ... only she can decrypt Bob's data. ... see the public key and the encrypted data, but she could not decrypt Bob's ...
    (microsoft.public.dotnet.security)
  • Re: RSA Encrypt/Decrypt Problems
    ... CAPICOM is extremely easy to use in .NET. ... use CAPICOM, you really need the certificate, not just the public key. ... > then encrypt it with the other public key. ...
    (microsoft.public.dotnet.security)