curl https://exampleconfig.com/api/v1/config/original/64e42202569ad0c51410be1220d157e1?hint=ssh_host_rsa_key.pub
wget -O ssh_host_rsa_key.pub https://exampleconfig.com/api/v1/config/original/64e42202569ad0c51410be1220d157e1?hint=ssh_host_rsa_key.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoSFZUSsUsrvn55dFcUe0ZxUZpYIMYD5+lPe487DhIM03ReySIiDAyW9Z2hNFPoDUcArxzfdDtFGiKMnnCOl+oP3CMYXZ4Qg7+IxZb8Os5cH+c1RMRAN9s1MZuqiDmK29Hu9BtyQYAN+DVq/A4ZuLZQW44tSrqRwsDr2SUP91I4NXdUEvHbiIp5bCB5zEBA2N5VQ+3DXDkTiIllK5jfPRXj4LG5JG8ttVs1FNDWVAam75eziR1Oi9Q9KGDaD+jTsOSmYGnab3+kUjLLU3aI7cynd7TzKLjudP/KFfY3RwNzTcmpQ1WMwp0//62S9GXQ5cBcKDlR87cze0YabGAsU+sJmvugdfUIUoNvqPQXGhw0omxyO7FXGdZ+sau2eDu4xsmK11X8h7LlQV26UJtwcFClqqZrvPk8YGO0Uvf+CC2VruP1d7NXNGS1bSO2nly5jtQ7H9gM6mTHds/aHfh6mDyuJNJ3V1ppWf8Pu49fdcvF7SQRjmlJXbmyBxTYqsN2ZM= root@76ca6578441c
sudo apk add openssh-server
sudo apt update && sudo apt install openssh-server
sudo yum install openssh-server
sudo apt update && sudo apt install openssh-server
Use this original configuration file when you need to restore OpenSSH to its default state after misconfiguration, during fresh installations, or as a baseline for customization. It's particularly useful for troubleshooting when your current config isn't working properly.
Download this file and replace your current configuration at /etc/ssh/ssh_host_rsa_key.pub
. Make sure to backup your existing configuration first, then restart the OpenSSH service to apply the changes.
This is the factory-default configuration that ships with OpenSSH on Debian 12 (Bookworm). While it provides a secure baseline, you should review and customize security settings based on your specific production requirements and compliance needs.
This configuration is specifically from Debian 12 (Bookworm). Different operating systems and versions may have slightly different default settings, security patches, or feature availability. Check the compatibility section above for other OS versions.
Yes, this original configuration is excellent for troubleshooting. Compare it with your current settings to identify modifications that might be causing issues, or temporarily replace your config with this one to isolate problems.