On 11/26/2016 05:30 AM, Gene Heskett wrote:
>
> Anyway, the point of this is, are you familiar enough to know the fastest
> of this bunch:
> gene@raspberrypi:~ $ ssh -Q cipher
> 3des-cbc
> blowfish-cbc
> cast128-cbc
> arcfour
> arcfour128
> arcfour256
> aes128-cbc
> aes192-cbc
> aes256-cbc
> rijndael-...@lysator.liu.se
> aes128-ctr
> aes192-ctr
> aes256-ctr
> aes128-...@openssh.com
> aes256-...@openssh.com
> chacha20-poly1...@openssh.com
>
> And is there a way to query the link, that actually returns the cipher in
> use? That is so NOT in the man pages.
>
> I hope you are feeling better now.
>
> Cheers, Gene Heskett

Gene,

sshd is the one that actually controls which ciphers are in use. ssh 
selects which one it wants from from the laundry list sshd usually 
provides, unless you limit the choices.  You can limit the choices 
either through the /etc/ssh_config, or the /etc/sshd_config.  Do a "man 
sshd_config" or "man ssh_config".

Look for "ciphers."

Mark



------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to