FAQ / Troubleshooting¶
SSHException: Server not in known_hosts¶
If you get an error like this:
You need to add the server to your known_hosts file. You can do this by running:
or simply by connecting to the server via SSH once.Warning
b4 can only authenticate using SSH keys. Make sure you have set up SSH keys for your server and that your public key is added to the ~/.ssh/authorized_keys file on the server.