Server Host Keys
TLDR - Quick Summary
Location: Server host keys stored in
/opt/sftpgw/Format: Public/private key pairs per algorithm (e.g.,
ssh-rsaandssh-rsa.pub)Backup: Copy key files to Linux admin home directory to transfer off server
Back up the server host keys
The SFTP Gateway server host keys are located in:
/opt/sftpgw/
There's a public and private key pair for each algorithm. For example:
ssh-rsa
ssh-rsa.pub
Copy these files to the Linux admin home directory, so you can copy them off the server.