Created
November 17, 2015 11:57
-
-
Save CODeRUS/fc01fdb1aac15ebc5bec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [nemo@Jolla-1 ~]$ sudo sshd -T | grep "\(ciphers\|macs\|kex\)" | |
| Пароль: | |
| Could not load host key: /etc/ssh/ssh_host_ecdsa_key | |
| Could not load host key: /etc/ssh/ssh_host_ed25519_key | |
| ciphers aes128-cbc,chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com | |
| macs umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 | |
| kexalgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment