search for: add_identity_file

Displaying 5 results from an estimated 5 matches for "add_identity_file".

2017 May 31
1
[PATCH 0/1] Process the IdentityFile option from the included files
Hello, This change is to get the IdentityFile option processed from the included configuration files. Regards, Oleg Oleg Zhurakivskyy (1): Process the IdentityFile option from the included files readconf.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) -- 2.9.3
2015 Jul 23
2
[Bug 2433] New: please add debug output when resolving
...ng options for * 0.000099 debug1: Reading configuration data /etc/ssh/ssh_config 0.000107 debug1: /etc/ssh/ssh_config line 19: Applying options for * 0.000114 debug1: Hostname has changed; re-reading configuration 0.000121 debug1: Reading configuration data /home/vinc17/.ssh/config 0.000128 debug2: add_identity_file: ignoring duplicate key ~/.ssh/id_rsa-internal 0.000135 debug2: add_identity_file: ignoring duplicate key ~/.ssh/id_rsa 0.000143 debug1: /home/vinc17/.ssh/config line 374: Applying options for * 0.000150 debug1: Reading configuration data /etc/ssh/ssh_config 0.000157 debug1: /etc/ssh/ssh_config lin...
2015 Jul 29
2
[PATCH] ssh: Add option to present certificates on command line
...+ debug2("%s: ignoring duplicate key %s", __func__, path); + free(path); + return; + } + } + + options->certificate_file_userprovided[options->num_certificate_files] = + userprovided; + options->certificate_files[options->num_certificate_files++] = path; +} + +void add_identity_file(Options *options, const char *dir, const char *filename, int userprovided) { @@ -981,6 +1014,20 @@ parse_time: } break; + case oCertificateFile: + arg = strdelim(&s); + if (!arg || *arg == '\0') + fatal("%.200s line %d: Missing argument.", filename, linenum);...
2015 Oct 21
7
[Bug 2481] New: Tilde expansion in -i option inconsistent
https://bugzilla.mindrot.org/show_bug.cgi?id=2481 Bug ID: 2481 Summary: Tilde expansion in -i option inconsistent Product: Portable OpenSSH Version: 6.6p1 Hardware: All OS: Linux Status: NEW Severity: trivial Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org
2013 Oct 07
4
Feature request: FQDN Host match
Hello! I'm hoping that Gmail won't HTML format this mail so that I'll get flamed :) Anyway, my question relates to ssh_config. The problem I find is that the Host pattern is only applied to the argument given on the command line, as outlined in the man page: "The host is the hostname argument given on the command line (i.e. the name is not converted to a canonicalized host name