Skip to content

Instantly share code, notes, and snippets.

@atoponce
Created June 26, 2019 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atoponce/247f041c73fa12a53a953ff932d81e8b to your computer and use it in GitHub Desktop.
Save atoponce/247f041c73fa12a53a953ff932d81e8b to your computer and use it in GitHub Desktop.
Testing negotiated MACs with OpenSSH 7.9
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
---
debug1: kex: server->client cipher: aes128-ctr MAC: umac-64-etm@openssh.com compression: none
debug1: kex: client->server cipher: aes128-ctr MAC: umac-64-etm@openssh.com compression: none
---
debug1: kex: server->client cipher: aes192-ctr MAC: umac-64-etm@openssh.com compression: none
debug1: kex: client->server cipher: aes192-ctr MAC: umac-64-etm@openssh.com compression: none
---
debug1: kex: server->client cipher: aes256-ctr MAC: umac-64-etm@openssh.com compression: none
debug1: kex: client->server cipher: aes256-ctr MAC: umac-64-etm@openssh.com compression: none
---
debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: <implicit> compression: none
---
debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: <implicit> compression: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment