1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-05-19 07:13:42 +03:00
Ruben Garcia Azuara 5a2abd34ce Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.
Added OpenSSH parameters to libssh:
  - StrictHostKeyChecking
  - UserKnownHostsFile

This parameters are useful to avoid checking the fingerprint. Eg:

~/.ssh/config:
    Host 192.10.20.30
    StrictHostKeyChecking no
    UserKnownHostsFile /dev/null

Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es>
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2010-04-07 11:29:47 +02:00
..
2010-01-06 21:12:00 +01:00
2010-01-25 23:23:01 +01:00
2010-04-04 15:51:54 +02:00
2010-04-04 15:51:54 +02:00
2010-03-25 16:48:30 +01:00
2010-04-06 23:24:25 +02:00
2010-04-04 15:51:54 +02:00
2009-07-25 23:19:41 +02:00
2010-01-06 21:12:00 +01:00
2010-04-04 15:51:54 +02:00
2010-04-04 15:51:54 +02:00
2009-09-23 23:51:04 +02:00
2010-02-07 22:36:03 +01:00
2010-04-04 15:51:54 +02:00
2010-04-04 17:38:50 +02:00
2010-03-29 23:13:39 +02:00
2010-02-07 21:50:38 +01:00