dgit
dgit copied to clipboard
various problems with ssh remotes
There is now preliminary support for ssh remotes (currently only in ls-remote) but it has the following problems:
- It does not validate host keys to ensure they haven't changed
- ~It can only get keys from factotum, not $HOME/.ssh/~ (#153)
- It doesn't support password authentication
- There isn't very good documentation anywhere
- There is no easy way to get your public key from factotum into your github account
Point 2 is addressed by #153