Displaying 1 result from an estimated 1 matches for "67455a8".
Did you mean:
374558
2015 Jul 29
2
[PATCH] ssh: Add option to present certificates on command line
...void add_remote_forward(Options *, const struct Forward *);
void add_identity_file(Options *, const char *, const char *, int);
+void add_certificate_file(Options *, const char *, const char *, int);
#endif /* READCONF_H */
diff --git a/regress/Makefile b/regress/Makefile
index cba83f4..67455a8 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -74,6 +74,7 @@ LTESTS= connect \
hostkey-agent \
keygen-knownhosts \
hostkey-rotate \
+ ssh-cert \
principals-command
diff --git a/regress/ssh-cert.sh b/regress/ssh-cert.sh
new file mode 100644
index 0000000..152278b
--- /dev...