1
1

samplessh uses ssh_options_getopt()

Этот коммит содержится в:
Aris Adamantiadis 2009-10-09 22:28:03 +02:00
родитель 4b65aea401
Коммит 1e0e8a5493

Просмотреть файл

@ -46,6 +46,7 @@ int main(int argc, char **argv){
sshbind=ssh_bind_new();
session=ssh_new();
ssh_options_getopt(session,&argc,argv);
ssh_bind_options_set(sshbind, SSH_BIND_OPTIONS_DSAKEY, KEYS_FOLDER "ssh_host_dsa_key");
ssh_bind_options_set(sshbind, SSH_BIND_OPTIONS_RSAKEY, KEYS_FOLDER "ssh_host_rsa_key");