]> git.proxmox.com Git - libgit2.git/commit - src/transports/ssh.c
Introduce git_cred_ssh_interactive_new()
authorJacques Germishuys <jacquesg@striata.com>
Thu, 17 Apr 2014 21:03:44 +0000 (23:03 +0200)
committerJacques Germishuys <jacquesg@striata.com>
Fri, 18 Apr 2014 15:58:25 +0000 (17:58 +0200)
commit478408c01006f39ab916675bc84b8a7340bae086
tree48bc3acd3a69ad8b4144d31b7c8ea1efd5472e5a
parent3c69bebc1c18444e9358c33f56c7cfefea4d1a8f
Introduce git_cred_ssh_interactive_new()

This allows for keyboard-interactive based SSH authentication
include/git2/transport.h
src/transports/cred.c
src/transports/ssh.c