UPDATE:
From version 1.0.5 authorized_keys format is supported as well (in this case name the file authorized_keys
).
How does the public key file look like?
We support two formats - a raw binary format, and a Base64-encoded format that looks like this:
---- BEGIN SSH2 PUBLIC KEY ----
Comment: "rsa-key-20161118"
AAAAB3NzaC1yc2EAAAABJQAAAQEAwAdg3eizKcQ5INIMJOL3mIkRbv5QR6uQAdpM
dBr3AZOVdhJUs76/JXbDqvJJGI5s29Bp0pnAhgTA8FZAjE63lGq7/t1Ovzjt0RDD
4IT+9fRXTye+CCHpN1vcYmiQcFzkyS6qyxTrSumP2zsGPczi9DVMoRXqPV2/10g9
8531mJFMed28zl5AK5lSUQQN5b1LIINYf89OUxB8ElObJGowQlHelNtH/2PAN9tF
0dfLlUIewRhHM6zLoIo5JvXtn/QQcP/+za/zHe6zgOhwvG/QS7Cz1z7uuNzwKund
2GadgpcAjLOWavMXncZKofRP/7vAgGpT9AER41y3vcGqfTUbXQ==
---- END SSH2 PUBLIC KEY ----
(The raw binary format is equivalent to Base64-decoded form of the encoded public key.)
If your public key is using any other format, could you please post it here or mail it to support@rebex.net?