Closed ian-howell closed 3 years ago
Closing as invalid
I encountered this issue when attempting to clone from GitHub, which does not support password authentication over ssh.
Additionally, when attempting to clone from GH via ssh keys, it's important to note that the username must be "git". Not sure if this is common knowledge or not, so I don't think we should update documentation, but it was new to me.
Describe the bug The
airshipctl
config file indicates that it can pull documents via ssh using only a username and password, but go-git does not support that functionality.Steps To Reproduce Create a config file which specifies
ssh-pass
as the auth type, as in the following:run
airshipctl document pull -n --debug
Expected behavior The repo should exist at the
targetPath
, but it does not: