therealpaulgg / ssh-sync

An SSH syncing application built with Go.
https://sshsync.io/
MIT License
4 stars 1 forks source link

Cannot upload ssh keys without an existing config #34

Closed therealpaulgg closed 3 months ago

therealpaulgg commented 3 months ago

We should create a configuration for the user if they do not have any ssh keys/configuration. Currently we are unable to upload (400 error) if users don't have an SSH config but they create a key and attempt to upload.

At the bare minimum, simply creating an empty file should suffice.

ssh configs probably shouldnt be required (but very much encouraged)