Home
last modified time | relevance | path

Searched refs:ssh1 (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
DChangeLog1713 Skip ssh1 specfic ciphers.
1804 Remove ssh1 host key generation, add ssh-keygen -A
2874 remove ssh1 server code; ok djm@
3031 Skip generating missing RSA1 key on startup unless ssh1 support is enabled.
4155 move SSH_MSG_NONE, so we don't have to include ssh1.h;
4176 missing const in prototypes (ssh1)
6984 Correct default value for --with-ssh1.
7934 s/--with-ssh1/--without-ssh1/
9196 to quiet warnings from ssh1 keys present when compiled !ssh1.
9198 also identify ssh1 keys when scanning, even when compiled !ssh1
[all …]
Dconfigure.ac112 ssh1=no
113 COMMENT_OUT_RSA1="#no ssh1#"
118 ssh1=no
130 AC_ARG_WITH([ssh1], optwith
131 [ --with-ssh1 Enable support for SSH protocol 1],
137 ssh1=yes
140 ssh1=no
142 AC_MSG_ERROR([unknown --with-ssh1 argument])
147 if test "x$ssh1" = "xyes" ; then
Dconfigure1433 --with-ssh1 Enable support for SSH protocol 1