OpenSSH /etc/ssh/ssh_host_rsa_key.pub

Original 📋 Debian 13 (Trixie) 1 lines

Details

Size
1 lines
MD5
c3cfa14fe7f7f71a146bbae78b260552
SHA256
37ef09aa6ce061f06f87ecc796f98b72aeb3f56db1bbd9ef94f2c2f826ea13f3
/etc/ssh/ssh_host_rsa_key.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKdX1PyWF48rU13wwomhEt3TBtNpwx2sOWyz4O+qm+OthC+CNMsZBq4cSNCZUUae/lVHTnzGVZiDCr6u1L6W/7GP/gKtjmZuRIIoXWlyVvlcbOK5UIVmQJvyiMGCZTTk5/PWiNEndy7W6laLZ6kjg/EpGvLUDlnodR0orROhqiyWxP+izey17C2fkQaNzmXlP9PUcbBIiwpPrO49VSKAUwk4cSEO5utzFJis2wgISdJa1kAt9iUzJuV107RuS2qOCBDn6FfK9IrobmlYZBaywDuxw4MMgNLbICe7mQXVtpNXFsS3FR7aBirphihoYQhUb9relFgWTauSoYOpw8ekSfBG8foL6dKdlS+YaQnbkPX/1YC5GT3xItxuMBVp5DM4gHhe/qqD84N9Ruo4H4GjLQ/6fZe82lrKWmB06DDTFg+SKMMbuohF6p7ir6ysGXHaU0gQ7E6hmYgoLFpxRejYbdXdGFJv7y7AlXq2w6Fv6ZufUV0GEbFcb4Z/kvVz/gHGs= root@45f7b860d084

Copy & Paste

curl:
curl https://exampleconfig.com/api/v1/config/original/c3cfa14fe7f7f71a146bbae78b260552?hint=ssh_host_rsa_key.pub
wget:
wget -O ssh_host_rsa_key.pub https://exampleconfig.com/api/v1/config/original/c3cfa14fe7f7f71a146bbae78b260552?hint=ssh_host_rsa_key.pub

For AI Agents

<prompt><role>DevOps agent</role><source url='https://exampleconfig.com/api/v1/config/original/c3cfa14fe7f7f71a146bbae78b260552?hint=ssh_host_rsa_key.pub' /><config><app>OpenSSH</app><os>Debian 13 (Trixie)</os><location>/etc/ssh/ssh_host_rsa_key.pub</location><lines>1</lines><md5>c3cfa14fe7f7f71a146bbae78b260552</md5><sha256>37ef09aa6ce061f06f87ecc796f98b72aeb3f56db1bbd9ef94f2c2f826ea13f3</sha256></config></prompt>

Paste into Claude, ChatGPT, or any AI assistant.

Install OpenSSH

Alpine Linux

sudo apk add openssh-server

Debian

sudo apt update && sudo apt install openssh-server

Red Hat Enterprise Linux

sudo yum install openssh-server

Ubuntu

sudo apt update && sudo apt install openssh-server

File Location

File Path
/etc/ssh/ssh_host_rsa_key.pub
Directory
/etc/ssh/
Significance
System-wide configuration directory
Description
Files in /etc/ contain system-wide configuration settings that affect all users.

FAQ

When should I use this ssh_host_rsa_key.pub?

Use it to restore a missing default, confirm what shipped, or diff against your current OpenSSH config.

How do I restore OpenSSH defaults?

Download the file, back up the current one in /etc/ssh/ssh_host_rsa_key.pub, replace it, then reload or restart OpenSSH.

Is ssh_host_rsa_key.pub safe for production?

It is the vendor default for Debian 13 (Trixie). Treat it as a baseline and review security and performance settings before production use.

How does this differ from other OS versions?

Defaults vary by distro and version. This copy matches Debian 13 (Trixie).

Can I use this for OpenSSH troubleshooting?

Yes. Diff it against yours to find drift, then restore only the sections you need.