Created
June 26, 2019 22:53
-
-
Save atoponce/247f041c73fa12a53a953ff932d81e8b to your computer and use it in GitHub Desktop.
Testing negotiated MACs with OpenSSH 7.9
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
debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none | |
debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none | |
--- | |
debug1: kex: server->client cipher: aes128-ctr MAC: [email protected] compression: none | |
debug1: kex: client->server cipher: aes128-ctr MAC: [email protected] compression: none | |
--- | |
debug1: kex: server->client cipher: aes192-ctr MAC: [email protected] compression: none | |
debug1: kex: client->server cipher: aes192-ctr MAC: [email protected] compression: none | |
--- | |
debug1: kex: server->client cipher: aes256-ctr MAC: [email protected] compression: none | |
debug1: kex: client->server cipher: aes256-ctr MAC: [email protected] compression: none | |
--- | |
debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none | |
debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none | |
--- | |
debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none | |
debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment