kryptco / kr

DEPRECATED A dev tool for SSH auth + Git commit/tag signing using a key stored in Krypton.
https://krypt.co/developers/
Other
1.59k stars 109 forks source link

kex_exchange_identification: banner line contains invalid characters #276

Closed selfagency closed 2 years ago

selfagency commented 5 years ago
➜ git add .; git commit -m "initial commit"; git push origin master;
On branch master
nothing to commit, working tree clean
kex_exchange_identification: banner line contains invalid characters
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

sass-starter on  master is 📦 v0.1.0
➜ ssh selfagency@apps.selfagency.net
kex_exchange_identification: banner line contains invalid characters
selfagency commented 5 years ago

Can verify that if I comment out krssh from my ssh config, everything works fine.

# Added by Krypton
Host *
    IdentityAgent ~/.kr/krd-agent.sock
    #ProxyCommand /usr/local/bin/krssh %h %p
    IdentityFile ~/.ssh/id_krypton
    IdentityFile ~/.ssh/id_ed25519
    IdentityFile ~/.ssh/id_rsa
    IdentityFile ~/.ssh/id_ecdsa
    IdentityFile ~/.ssh/id_dsa
selfagency commented 2 years ago

closing this because it's 3 years old, this project is defunct, and i want to clean up my issues tab

9xN commented 2 years ago

closing this because it's 3 years old, this project is defunct, and i want to clean up my issues tab

did you find a solution