Removing an SSH MAC

Removes SSH Server and Client Message Authentication Codes (MACs).

The "no" form of the ssh server mac and ssh client mac commands removes the MACs.

  1. Enter configure terminal mode.
    device# configure terminal
  2. On the SSH server, enter the no ssh server mac command to set the SSH server MACs to default values.
  3. On the SSH client, enter the no ssh client mac command to set the SSH server MACs to default values.
  4. Restart the SSH server from EXEC mode using the ssh-server restart command.
    device# ssh-server restart