Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Configure New SSH Keys on Apstra Server

You can replace SSH host keys on new or existing Apstra server VMs.

  1. SSH into the Apstra server as user admin. (ssh admin@<apstra-server-ip> where <apstra-server-ip> is the IP address of the Astra server.)
  2. Run the command sudo rm /etc/ssh/ssh_host* to remove SSH host keys.
  3. Run the command sudo dpkg-reconfigure openssh-server to configure new SSH host keys.
  4. To restart the SSH server process, run the command sudo systemctl restart ssh.