nareshkamboju

openssh test suite on redhat

Nov 4th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.82 KB | None | 0 0
  1. [ec2-user@ip-172-31-40-44 openssh-6.6p1]$ make tests
  2. (cd openbsd-compat && make)
  3. make[1]: Entering directory `/home/ec2-user/openssh-6.6p1/openbsd-compat'
  4. make[1]: Nothing to be done for `all'.
  5. make[1]: Leaving directory `/home/ec2-user/openssh-6.6p1/openbsd-compat'
  6. BUILDDIR=`pwd`; \
  7. TEST_SHELL="sh"; \
  8. TEST_SSH_SCP="${BUILDDIR}/scp"; \
  9. TEST_SSH_SSH="${BUILDDIR}/ssh"; \
  10. TEST_SSH_SSHD="${BUILDDIR}/sshd"; \
  11. TEST_SSH_SSHAGENT="${BUILDDIR}/ssh-agent"; \
  12. TEST_SSH_SSHADD="${BUILDDIR}/ssh-add"; \
  13. TEST_SSH_SSHKEYGEN="${BUILDDIR}/ssh-keygen"; \
  14. TEST_SSH_SSHPKCS11HELPER="${BUILDDIR}/ssh-pkcs11-helper"; \
  15. TEST_SSH_SSHKEYSCAN="${BUILDDIR}/ssh-keyscan"; \
  16. TEST_SSH_SFTP="${BUILDDIR}/sftp"; \
  17. TEST_SSH_SFTPSERVER="${BUILDDIR}/sftp-server"; \
  18. TEST_SSH_PLINK="plink"; \
  19. TEST_SSH_PUTTYGEN="puttygen"; \
  20. TEST_SSH_CONCH="conch"; \
  21. TEST_SSH_IPV6="yes" ; \
  22. TEST_SSH_ECC="yes" ; \
  23. cd ./regress || exit $?; \
  24. make \
  25. .OBJDIR="${BUILDDIR}/regress" \
  26. .CURDIR="`pwd`" \
  27. BUILDDIR="${BUILDDIR}" \
  28. OBJ="${BUILDDIR}/regress/" \
  29. PATH="${BUILDDIR}:${PATH}" \
  30. TEST_ENV=MALLOC_OPTIONS="" \
  31. TEST_SHELL="${TEST_SHELL}" \
  32. TEST_SSH_SCP="${TEST_SSH_SCP}" \
  33. TEST_SSH_SSH="${TEST_SSH_SSH}" \
  34. TEST_SSH_SSHD="${TEST_SSH_SSHD}" \
  35. TEST_SSH_SSHAGENT="${TEST_SSH_SSHAGENT}" \
  36. TEST_SSH_SSHADD="${TEST_SSH_SSHADD}" \
  37. TEST_SSH_SSHKEYGEN="${TEST_SSH_SSHKEYGEN}" \
  38. TEST_SSH_SSHPKCS11HELPER="${TEST_SSH_SSHPKCS11HELPER}" \
  39. TEST_SSH_SSHKEYSCAN="${TEST_SSH_SSHKEYSCAN}" \
  40. TEST_SSH_SFTP="${TEST_SSH_SFTP}" \
  41. TEST_SSH_SFTPSERVER="${TEST_SSH_SFTPSERVER}" \
  42. TEST_SSH_PLINK="${TEST_SSH_PLINK}" \
  43. TEST_SSH_PUTTYGEN="${TEST_SSH_PUTTYGEN}" \
  44. TEST_SSH_CONCH="${TEST_SSH_CONCH}" \
  45. TEST_SSH_IPV6="${TEST_SSH_IPV6}" \
  46. TEST_SSH_ECC="${TEST_SSH_ECC}" \
  47. EXEEXT="" \
  48. tests && echo all tests passed
  49. make[1]: Entering directory `/home/ec2-user/openssh-6.6p1/regress'
  50. /home/ec2-user/openssh-6.6p1/ssh-keygen -if /home/ec2-user/openssh-6.6p1/regress/rsa_ssh2.prv | diff - /home/ec2-user/openssh-6.6p1/regress/rsa_openssh.prv
  51. tr '\n' '\r' </home/ec2-user/openssh-6.6p1/regress/rsa_ssh2.prv > /home/ec2-user/openssh-6.6p1/regress/rsa_ssh2_cr.prv
  52. /home/ec2-user/openssh-6.6p1/ssh-keygen -if /home/ec2-user/openssh-6.6p1/regress/rsa_ssh2_cr.prv | diff - /home/ec2-user/openssh-6.6p1/regress/rsa_openssh.prv
  53. awk '{print $0 "\r"}' /home/ec2-user/openssh-6.6p1/regress/rsa_ssh2.prv > /home/ec2-user/openssh-6.6p1/regress/rsa_ssh2_crnl.prv
  54. /home/ec2-user/openssh-6.6p1/ssh-keygen -if /home/ec2-user/openssh-6.6p1/regress/rsa_ssh2_crnl.prv | diff - /home/ec2-user/openssh-6.6p1/regress/rsa_openssh.prv
  55. cat /home/ec2-user/openssh-6.6p1/regress/rsa_openssh.prv > /home/ec2-user/openssh-6.6p1/regress//t2.out
  56. chmod 600 /home/ec2-user/openssh-6.6p1/regress//t2.out
  57. /home/ec2-user/openssh-6.6p1/ssh-keygen -yf /home/ec2-user/openssh-6.6p1/regress//t2.out | diff - /home/ec2-user/openssh-6.6p1/regress/rsa_openssh.pub
  58. /home/ec2-user/openssh-6.6p1/ssh-keygen -ef /home/ec2-user/openssh-6.6p1/regress/rsa_openssh.pub >/home/ec2-user/openssh-6.6p1/regress//t3.out
  59. /home/ec2-user/openssh-6.6p1/ssh-keygen -if /home/ec2-user/openssh-6.6p1/regress//t3.out | diff - /home/ec2-user/openssh-6.6p1/regress/rsa_openssh.pub
  60. /home/ec2-user/openssh-6.6p1/ssh-keygen -lf /home/ec2-user/openssh-6.6p1/regress/rsa_openssh.pub |\
  61. awk '{print $2}' | diff - /home/ec2-user/openssh-6.6p1/regress/t4.ok
  62. /home/ec2-user/openssh-6.6p1/ssh-keygen -Bf /home/ec2-user/openssh-6.6p1/regress/rsa_openssh.pub |\
  63. awk '{print $2}' | diff - /home/ec2-user/openssh-6.6p1/regress/t5.ok
  64. /home/ec2-user/openssh-6.6p1/ssh-keygen -if /home/ec2-user/openssh-6.6p1/regress/dsa_ssh2.prv > /home/ec2-user/openssh-6.6p1/regress//t6.out1
  65. /home/ec2-user/openssh-6.6p1/ssh-keygen -if /home/ec2-user/openssh-6.6p1/regress/dsa_ssh2.pub > /home/ec2-user/openssh-6.6p1/regress//t6.out2
  66. chmod 600 /home/ec2-user/openssh-6.6p1/regress//t6.out1
  67. /home/ec2-user/openssh-6.6p1/ssh-keygen -yf /home/ec2-user/openssh-6.6p1/regress//t6.out1 | diff - /home/ec2-user/openssh-6.6p1/regress//t6.out2
  68. /home/ec2-user/openssh-6.6p1/ssh-keygen -lf /home/ec2-user/openssh-6.6p1/regress//t7.out > /dev/null
  69. /home/ec2-user/openssh-6.6p1/ssh-keygen -Bf /home/ec2-user/openssh-6.6p1/regress//t7.out > /dev/null
  70. /home/ec2-user/openssh-6.6p1/ssh-keygen -lf /home/ec2-user/openssh-6.6p1/regress//t8.out > /dev/null
  71. /home/ec2-user/openssh-6.6p1/ssh-keygen -Bf /home/ec2-user/openssh-6.6p1/regress//t8.out > /dev/null
  72. test "yes" != yes || \
  73. /home/ec2-user/openssh-6.6p1/ssh-keygen -lf /home/ec2-user/openssh-6.6p1/regress//t9.out > /dev/null
  74. test "yes" != yes || \
  75. /home/ec2-user/openssh-6.6p1/ssh-keygen -Bf /home/ec2-user/openssh-6.6p1/regress//t9.out > /dev/null
  76. /home/ec2-user/openssh-6.6p1/ssh-keygen -lf /home/ec2-user/openssh-6.6p1/regress//t10.out > /dev/null
  77. /home/ec2-user/openssh-6.6p1/ssh-keygen -Bf /home/ec2-user/openssh-6.6p1/regress//t10.out > /dev/null
  78. run test connect.sh ...
  79. ok simple connect
  80. run test proxy-connect.sh ...
  81. plain username
  82. username with style
  83. ok proxy connect
  84. run test connect-privsep.sh ...
  85. ok proxy connect with privsep
  86. run test proto-version.sh ...
  87. ok sshd version with different protocol combinations
  88. run test proto-mismatch.sh ...
  89. ok protocol version mismatch
  90. run test exit-status.sh ...
  91. test remote exit status: proto 1 status 0
  92. test remote exit status: proto 1 status 1
  93. test remote exit status: proto 1 status 4
  94. test remote exit status: proto 1 status 5
  95. test remote exit status: proto 1 status 44
  96. test remote exit status: proto 2 status 0
  97. test remote exit status: proto 2 status 1
  98. test remote exit status: proto 2 status 4
  99. test remote exit status: proto 2 status 5
  100. test remote exit status: proto 2 status 44
  101. ok remote exit status
  102. run test envpass.sh ...
  103. test environment passing: pass env, don't accept
  104. test environment passing: don't pass env, accept
  105. test environment passing: pass single env, accept single env
  106. test environment passing: pass multiple env, accept multiple env
  107. ok environment passing
  108. run test transfer.sh ...
  109. transfer data: proto 1
  110. transfer data: proto 2
  111. ok transfer data
  112. run test banner.sh ...
  113. test banner: missing banner file
  114. test banner: size 0
  115. test banner: size 10
  116. test banner: size 100
  117. test banner: size 1000
  118. test banner: size 10000
  119. test banner: size 100000
  120. test banner: suppress banner (-q)
  121. ok banner
  122. run test rekey.sh ...
  123. client rekey KexAlgorithms=diffie-hellman-group1-sha1
  124. client rekey KexAlgorithms=diffie-hellman-group14-sha1
  125. client rekey KexAlgorithms=diffie-hellman-group-exchange-sha1
  126. client rekey KexAlgorithms=diffie-hellman-group-exchange-sha256
  127. client rekey KexAlgorithms=ecdh-sha2-nistp256
  128. client rekey KexAlgorithms=ecdh-sha2-nistp384
  129. client rekey KexAlgorithms=ecdh-sha2-nistp521
  130. client rekey KexAlgorithms=diffie-hellman-group1-sha1
  131. client rekey [email protected]
  132. client rekey Ciphers=3des-cbc
  133. client rekey Ciphers=blowfish-cbc
  134. client rekey Ciphers=cast128-cbc
  135. client rekey Ciphers=arcfour
  136. client rekey Ciphers=arcfour128
  137. client rekey Ciphers=arcfour256
  138. client rekey Ciphers=aes128-cbc
  139. client rekey Ciphers=aes192-cbc
  140. client rekey Ciphers=aes256-cbc
  141. client rekey [email protected]
  142. client rekey Ciphers=aes128-ctr
  143. client rekey Ciphers=aes192-ctr
  144. client rekey Ciphers=aes256-ctr
  145. client rekey [email protected]
  146. client rekey [email protected]
  147. client rekey [email protected]
  148. client rekey MACs=hmac-sha1
  149. client rekey MACs=hmac-sha1-96
  150. client rekey MACs=hmac-sha2-256
  151. client rekey MACs=hmac-sha2-512
  152. client rekey MACs=hmac-md5
  153. client rekey MACs=hmac-md5-96
  154. client rekey MACs=hmac-ripemd160
  155. client rekey [email protected]
  156. client rekey [email protected]
  157. client rekey [email protected]
  158. client rekey [email protected]
  159. client rekey [email protected]
  160. client rekey [email protected]
  161. client rekey [email protected]
  162. client rekey [email protected]
  163. client rekey [email protected]
  164. client rekey [email protected]
  165. client rekey [email protected]
  166. client rekey [email protected]
  167. client rekey [email protected] diffie-hellman-group1-sha1
  168. client rekey [email protected] diffie-hellman-group14-sha1
  169. client rekey [email protected] diffie-hellman-group-exchange-sha1
  170. client rekey [email protected] diffie-hellman-group-exchange-sha256
  171. client rekey [email protected] ecdh-sha2-nistp256
  172. client rekey [email protected] ecdh-sha2-nistp384
  173. client rekey [email protected] ecdh-sha2-nistp521
  174. client rekey [email protected] diffie-hellman-group1-sha1
  175. client rekey [email protected] diffie-hellman-group1-sha1
  176. client rekey [email protected] diffie-hellman-group14-sha1
  177. client rekey [email protected] diffie-hellman-group-exchange-sha1
  178. client rekey [email protected] diffie-hellman-group-exchange-sha256
  179. client rekey [email protected] ecdh-sha2-nistp256
  180. client rekey [email protected] ecdh-sha2-nistp384
  181. client rekey [email protected] ecdh-sha2-nistp521
  182. client rekey [email protected] diffie-hellman-group1-sha1
  183. client rekey [email protected] diffie-hellman-group1-sha1
  184. client rekey [email protected] diffie-hellman-group14-sha1
  185. client rekey [email protected] diffie-hellman-group-exchange-sha1
  186. client rekey [email protected] diffie-hellman-group-exchange-sha256
  187. client rekey [email protected] ecdh-sha2-nistp256
  188. client rekey [email protected] ecdh-sha2-nistp384
  189. client rekey [email protected] ecdh-sha2-nistp521
  190. client rekey [email protected] diffie-hellman-group1-sha1
  191. client rekeylimit 16
  192. client rekeylimit 1k
  193. client rekeylimit 128k
  194. client rekeylimit 256k
  195. client rekeylimit default 5
  196. client rekeylimit default 10
  197. client rekeylimit default 5 no data
  198. client rekeylimit default 10 no data
  199. server rekeylimit default 5 no data
  200. server rekeylimit default 10 no data
  201. rekeylimit parsing
  202. ok rekey
  203. run test stderr-data.sh ...
  204. test stderr data transfer: proto 1 ()
  205. test stderr data transfer: proto 2 ()
  206. test stderr data transfer: proto 1 (-n)
  207. test stderr data transfer: proto 2 (-n)
  208. ok stderr data transfer
  209. run test stderr-after-eof.sh ...
  210. ok stderr data after eof
  211. run test broken-pipe.sh ...
  212. ok broken pipe test
  213. run test try-ciphers.sh ...
  214. test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha1
  215. test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha1-96
  216. test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha2-256
  217. test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha2-512
  218. test try ciphers: proto 2 cipher 3des-cbc mac hmac-md5
  219. test try ciphers: proto 2 cipher 3des-cbc mac hmac-md5-96
  220. test try ciphers: proto 2 cipher 3des-cbc mac hmac-ripemd160
  221. test try ciphers: proto 2 cipher 3des-cbc mac [email protected]
  222. test try ciphers: proto 2 cipher 3des-cbc mac [email protected]
  223. test try ciphers: proto 2 cipher 3des-cbc mac [email protected]
  224. test try ciphers: proto 2 cipher 3des-cbc mac [email protected]
  225. test try ciphers: proto 2 cipher 3des-cbc mac [email protected]
  226. test try ciphers: proto 2 cipher 3des-cbc mac [email protected]
  227. test try ciphers: proto 2 cipher 3des-cbc mac [email protected]
  228. test try ciphers: proto 2 cipher 3des-cbc mac [email protected]
  229. test try ciphers: proto 2 cipher 3des-cbc mac [email protected]
  230. test try ciphers: proto 2 cipher 3des-cbc mac [email protected]
  231. test try ciphers: proto 2 cipher 3des-cbc mac [email protected]
  232. test try ciphers: proto 2 cipher 3des-cbc mac [email protected]
  233. test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha1
  234. test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha1-96
  235. test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha2-256
  236. test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha2-512
  237. test try ciphers: proto 2 cipher blowfish-cbc mac hmac-md5
  238. test try ciphers: proto 2 cipher blowfish-cbc mac hmac-md5-96
  239. test try ciphers: proto 2 cipher blowfish-cbc mac hmac-ripemd160
  240. test try ciphers: proto 2 cipher blowfish-cbc mac [email protected]
  241. test try ciphers: proto 2 cipher blowfish-cbc mac [email protected]
  242. test try ciphers: proto 2 cipher blowfish-cbc mac [email protected]
  243. test try ciphers: proto 2 cipher blowfish-cbc mac [email protected]
  244. test try ciphers: proto 2 cipher blowfish-cbc mac [email protected]
  245. test try ciphers: proto 2 cipher blowfish-cbc mac [email protected]
  246. test try ciphers: proto 2 cipher blowfish-cbc mac [email protected]
  247. test try ciphers: proto 2 cipher blowfish-cbc mac [email protected]
  248. test try ciphers: proto 2 cipher blowfish-cbc mac [email protected]
  249. test try ciphers: proto 2 cipher blowfish-cbc mac [email protected]
  250. test try ciphers: proto 2 cipher blowfish-cbc mac [email protected]
  251. test try ciphers: proto 2 cipher blowfish-cbc mac [email protected]
  252. test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha1
  253. test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha1-96
  254. test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha2-256
  255. test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha2-512
  256. test try ciphers: proto 2 cipher cast128-cbc mac hmac-md5
  257. test try ciphers: proto 2 cipher cast128-cbc mac hmac-md5-96
  258. test try ciphers: proto 2 cipher cast128-cbc mac hmac-ripemd160
  259. test try ciphers: proto 2 cipher cast128-cbc mac [email protected]
  260. test try ciphers: proto 2 cipher cast128-cbc mac [email protected]
  261. test try ciphers: proto 2 cipher cast128-cbc mac [email protected]
  262. test try ciphers: proto 2 cipher cast128-cbc mac [email protected]
  263. test try ciphers: proto 2 cipher cast128-cbc mac [email protected]
  264. test try ciphers: proto 2 cipher cast128-cbc mac [email protected]
  265. test try ciphers: proto 2 cipher cast128-cbc mac [email protected]
  266. test try ciphers: proto 2 cipher cast128-cbc mac [email protected]
  267. test try ciphers: proto 2 cipher cast128-cbc mac [email protected]
  268. test try ciphers: proto 2 cipher cast128-cbc mac [email protected]
  269. test try ciphers: proto 2 cipher cast128-cbc mac [email protected]
  270. test try ciphers: proto 2 cipher cast128-cbc mac [email protected]
  271. test try ciphers: proto 2 cipher arcfour mac hmac-sha1
  272. test try ciphers: proto 2 cipher arcfour mac hmac-sha1-96
  273. test try ciphers: proto 2 cipher arcfour mac hmac-sha2-256
  274. test try ciphers: proto 2 cipher arcfour mac hmac-sha2-512
  275. test try ciphers: proto 2 cipher arcfour mac hmac-md5
  276. test try ciphers: proto 2 cipher arcfour mac hmac-md5-96
  277. test try ciphers: proto 2 cipher arcfour mac hmac-ripemd160
  278. test try ciphers: proto 2 cipher arcfour mac [email protected]
  279. test try ciphers: proto 2 cipher arcfour mac [email protected]
  280. test try ciphers: proto 2 cipher arcfour mac [email protected]
  281. test try ciphers: proto 2 cipher arcfour mac [email protected]
  282. test try ciphers: proto 2 cipher arcfour mac [email protected]
  283. test try ciphers: proto 2 cipher arcfour mac [email protected]
  284. test try ciphers: proto 2 cipher arcfour mac [email protected]
  285. test try ciphers: proto 2 cipher arcfour mac [email protected]
  286. test try ciphers: proto 2 cipher arcfour mac [email protected]
  287. test try ciphers: proto 2 cipher arcfour mac [email protected]
  288. test try ciphers: proto 2 cipher arcfour mac [email protected]
  289. test try ciphers: proto 2 cipher arcfour mac [email protected]
  290. test try ciphers: proto 2 cipher arcfour128 mac hmac-sha1
  291. test try ciphers: proto 2 cipher arcfour128 mac hmac-sha1-96
  292. test try ciphers: proto 2 cipher arcfour128 mac hmac-sha2-256
  293. test try ciphers: proto 2 cipher arcfour128 mac hmac-sha2-512
  294. test try ciphers: proto 2 cipher arcfour128 mac hmac-md5
  295. test try ciphers: proto 2 cipher arcfour128 mac hmac-md5-96
  296. test try ciphers: proto 2 cipher arcfour128 mac hmac-ripemd160
  297. test try ciphers: proto 2 cipher arcfour128 mac [email protected]
  298. test try ciphers: proto 2 cipher arcfour128 mac [email protected]
  299. test try ciphers: proto 2 cipher arcfour128 mac [email protected]
  300. test try ciphers: proto 2 cipher arcfour128 mac [email protected]
  301. test try ciphers: proto 2 cipher arcfour128 mac [email protected]
  302. test try ciphers: proto 2 cipher arcfour128 mac [email protected]
  303. test try ciphers: proto 2 cipher arcfour128 mac [email protected]
  304. test try ciphers: proto 2 cipher arcfour128 mac [email protected]
  305. test try ciphers: proto 2 cipher arcfour128 mac [email protected]
  306. test try ciphers: proto 2 cipher arcfour128 mac [email protected]
  307. test try ciphers: proto 2 cipher arcfour128 mac [email protected]
  308. test try ciphers: proto 2 cipher arcfour128 mac [email protected]
  309. test try ciphers: proto 2 cipher arcfour256 mac hmac-sha1
  310. test try ciphers: proto 2 cipher arcfour256 mac hmac-sha1-96
  311. test try ciphers: proto 2 cipher arcfour256 mac hmac-sha2-256
  312. test try ciphers: proto 2 cipher arcfour256 mac hmac-sha2-512
  313. test try ciphers: proto 2 cipher arcfour256 mac hmac-md5
  314. test try ciphers: proto 2 cipher arcfour256 mac hmac-md5-96
  315. test try ciphers: proto 2 cipher arcfour256 mac hmac-ripemd160
  316. test try ciphers: proto 2 cipher arcfour256 mac [email protected]
  317. test try ciphers: proto 2 cipher arcfour256 mac [email protected]
  318. test try ciphers: proto 2 cipher arcfour256 mac [email protected]
  319. test try ciphers: proto 2 cipher arcfour256 mac [email protected]
  320. test try ciphers: proto 2 cipher arcfour256 mac [email protected]
  321. test try ciphers: proto 2 cipher arcfour256 mac [email protected]
  322. test try ciphers: proto 2 cipher arcfour256 mac [email protected]
  323. test try ciphers: proto 2 cipher arcfour256 mac [email protected]
  324. test try ciphers: proto 2 cipher arcfour256 mac [email protected]
  325. test try ciphers: proto 2 cipher arcfour256 mac [email protected]
  326. test try ciphers: proto 2 cipher arcfour256 mac [email protected]
  327. test try ciphers: proto 2 cipher arcfour256 mac [email protected]
  328. test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha1
  329. test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha1-96
  330. test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha2-256
  331. test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha2-512
  332. test try ciphers: proto 2 cipher aes128-cbc mac hmac-md5
  333. test try ciphers: proto 2 cipher aes128-cbc mac hmac-md5-96
  334. test try ciphers: proto 2 cipher aes128-cbc mac hmac-ripemd160
  335. test try ciphers: proto 2 cipher aes128-cbc mac [email protected]
  336. test try ciphers: proto 2 cipher aes128-cbc mac [email protected]
  337. test try ciphers: proto 2 cipher aes128-cbc mac [email protected]
  338. test try ciphers: proto 2 cipher aes128-cbc mac [email protected]
  339. test try ciphers: proto 2 cipher aes128-cbc mac [email protected]
  340. test try ciphers: proto 2 cipher aes128-cbc mac [email protected]
  341. test try ciphers: proto 2 cipher aes128-cbc mac [email protected]
  342. test try ciphers: proto 2 cipher aes128-cbc mac [email protected]
  343. test try ciphers: proto 2 cipher aes128-cbc mac [email protected]
  344. test try ciphers: proto 2 cipher aes128-cbc mac [email protected]
  345. test try ciphers: proto 2 cipher aes128-cbc mac [email protected]
  346. test try ciphers: proto 2 cipher aes128-cbc mac [email protected]
  347. test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha1
  348. test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha1-96
  349. test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha2-256
  350. test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha2-512
  351. test try ciphers: proto 2 cipher aes192-cbc mac hmac-md5
  352. test try ciphers: proto 2 cipher aes192-cbc mac hmac-md5-96
  353. test try ciphers: proto 2 cipher aes192-cbc mac hmac-ripemd160
  354. test try ciphers: proto 2 cipher aes192-cbc mac [email protected]
  355. test try ciphers: proto 2 cipher aes192-cbc mac [email protected]
  356. test try ciphers: proto 2 cipher aes192-cbc mac [email protected]
  357. test try ciphers: proto 2 cipher aes192-cbc mac [email protected]
  358. test try ciphers: proto 2 cipher aes192-cbc mac [email protected]
  359. test try ciphers: proto 2 cipher aes192-cbc mac [email protected]
  360. test try ciphers: proto 2 cipher aes192-cbc mac [email protected]
  361. test try ciphers: proto 2 cipher aes192-cbc mac [email protected]
  362. test try ciphers: proto 2 cipher aes192-cbc mac [email protected]
  363. test try ciphers: proto 2 cipher aes192-cbc mac [email protected]
  364. test try ciphers: proto 2 cipher aes192-cbc mac [email protected]
  365. test try ciphers: proto 2 cipher aes192-cbc mac [email protected]
  366. test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha1
  367. test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha1-96
  368. test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha2-256
  369. test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha2-512
  370. test try ciphers: proto 2 cipher aes256-cbc mac hmac-md5
  371. test try ciphers: proto 2 cipher aes256-cbc mac hmac-md5-96
  372. test try ciphers: proto 2 cipher aes256-cbc mac hmac-ripemd160
  373. test try ciphers: proto 2 cipher aes256-cbc mac [email protected]
  374. test try ciphers: proto 2 cipher aes256-cbc mac [email protected]
  375. test try ciphers: proto 2 cipher aes256-cbc mac [email protected]
  376. test try ciphers: proto 2 cipher aes256-cbc mac [email protected]
  377. test try ciphers: proto 2 cipher aes256-cbc mac [email protected]
  378. test try ciphers: proto 2 cipher aes256-cbc mac [email protected]
  379. test try ciphers: proto 2 cipher aes256-cbc mac [email protected]
  380. test try ciphers: proto 2 cipher aes256-cbc mac [email protected]
  381. test try ciphers: proto 2 cipher aes256-cbc mac [email protected]
  382. test try ciphers: proto 2 cipher aes256-cbc mac [email protected]
  383. test try ciphers: proto 2 cipher aes256-cbc mac [email protected]
  384. test try ciphers: proto 2 cipher aes256-cbc mac [email protected]
  385. test try ciphers: proto 2 cipher [email protected] mac hmac-sha1
  386. test try ciphers: proto 2 cipher [email protected] mac hmac-sha1-96
  387. test try ciphers: proto 2 cipher [email protected] mac hmac-sha2-256
  388. test try ciphers: proto 2 cipher [email protected] mac hmac-sha2-512
  389. test try ciphers: proto 2 cipher [email protected] mac hmac-md5
  390. test try ciphers: proto 2 cipher [email protected] mac hmac-md5-96
  391. test try ciphers: proto 2 cipher [email protected] mac hmac-ripemd160
  392. test try ciphers: proto 2 cipher [email protected] mac [email protected]
  393. test try ciphers: proto 2 cipher [email protected] mac [email protected]
  394. test try ciphers: proto 2 cipher [email protected] mac [email protected]
  395. test try ciphers: proto 2 cipher [email protected] mac [email protected]
  396. test try ciphers: proto 2 cipher [email protected] mac [email protected]
  397. test try ciphers: proto 2 cipher [email protected] mac [email protected]
  398. test try ciphers: proto 2 cipher [email protected] mac [email protected]
  399. test try ciphers: proto 2 cipher [email protected] mac [email protected]
  400. test try ciphers: proto 2 cipher [email protected] mac [email protected]
  401. test try ciphers: proto 2 cipher [email protected] mac [email protected]
  402. test try ciphers: proto 2 cipher [email protected] mac [email protected]
  403. test try ciphers: proto 2 cipher [email protected] mac [email protected]
  404. test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha1
  405. test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha1-96
  406. test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha2-256
  407. test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha2-512
  408. test try ciphers: proto 2 cipher aes128-ctr mac hmac-md5
  409. test try ciphers: proto 2 cipher aes128-ctr mac hmac-md5-96
  410. test try ciphers: proto 2 cipher aes128-ctr mac hmac-ripemd160
  411. test try ciphers: proto 2 cipher aes128-ctr mac [email protected]
  412. test try ciphers: proto 2 cipher aes128-ctr mac [email protected]
  413. test try ciphers: proto 2 cipher aes128-ctr mac [email protected]
  414. test try ciphers: proto 2 cipher aes128-ctr mac [email protected]
  415. test try ciphers: proto 2 cipher aes128-ctr mac [email protected]
  416. test try ciphers: proto 2 cipher aes128-ctr mac [email protected]
  417. test try ciphers: proto 2 cipher aes128-ctr mac [email protected]
  418. test try ciphers: proto 2 cipher aes128-ctr mac [email protected]
  419. test try ciphers: proto 2 cipher aes128-ctr mac [email protected]
  420. test try ciphers: proto 2 cipher aes128-ctr mac [email protected]
  421. test try ciphers: proto 2 cipher aes128-ctr mac [email protected]
  422. test try ciphers: proto 2 cipher aes128-ctr mac [email protected]
  423. test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha1
  424. test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha1-96
  425. test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha2-256
  426. test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha2-512
  427. test try ciphers: proto 2 cipher aes192-ctr mac hmac-md5
  428. test try ciphers: proto 2 cipher aes192-ctr mac hmac-md5-96
  429. test try ciphers: proto 2 cipher aes192-ctr mac hmac-ripemd160
  430. test try ciphers: proto 2 cipher aes192-ctr mac [email protected]
  431. test try ciphers: proto 2 cipher aes192-ctr mac [email protected]
  432. test try ciphers: proto 2 cipher aes192-ctr mac [email protected]
  433. test try ciphers: proto 2 cipher aes192-ctr mac [email protected]
  434. test try ciphers: proto 2 cipher aes192-ctr mac [email protected]
  435. test try ciphers: proto 2 cipher aes192-ctr mac [email protected]
  436. test try ciphers: proto 2 cipher aes192-ctr mac [email protected]
  437. test try ciphers: proto 2 cipher aes192-ctr mac [email protected]
  438. test try ciphers: proto 2 cipher aes192-ctr mac [email protected]
  439. test try ciphers: proto 2 cipher aes192-ctr mac [email protected]
  440. test try ciphers: proto 2 cipher aes192-ctr mac [email protected]
  441. test try ciphers: proto 2 cipher aes192-ctr mac [email protected]
  442. test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha1
  443. test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha1-96
  444. test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha2-256
  445. test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha2-512
  446. test try ciphers: proto 2 cipher aes256-ctr mac hmac-md5
  447. test try ciphers: proto 2 cipher aes256-ctr mac hmac-md5-96
  448. test try ciphers: proto 2 cipher aes256-ctr mac hmac-ripemd160
  449. test try ciphers: proto 2 cipher aes256-ctr mac [email protected]
  450. test try ciphers: proto 2 cipher aes256-ctr mac [email protected]
  451. test try ciphers: proto 2 cipher aes256-ctr mac [email protected]
  452. test try ciphers: proto 2 cipher aes256-ctr mac [email protected]
  453. test try ciphers: proto 2 cipher aes256-ctr mac [email protected]
  454. test try ciphers: proto 2 cipher aes256-ctr mac [email protected]
  455. test try ciphers: proto 2 cipher aes256-ctr mac [email protected]
  456. test try ciphers: proto 2 cipher aes256-ctr mac [email protected]
  457. test try ciphers: proto 2 cipher aes256-ctr mac [email protected]
  458. test try ciphers: proto 2 cipher aes256-ctr mac [email protected]
  459. test try ciphers: proto 2 cipher aes256-ctr mac [email protected]
  460. test try ciphers: proto 2 cipher aes256-ctr mac [email protected]
  461. test try ciphers: proto 2 cipher [email protected] mac hmac-sha1
  462. test try ciphers: proto 2 cipher [email protected] mac hmac-sha1
  463. test try ciphers: proto 2 cipher [email protected] mac hmac-sha1
  464. test try ciphers: proto 1 cipher 3des
  465. test try ciphers: proto 1 cipher blowfish
  466. ok try ciphers
  467. run test yes-head.sh ...
  468. ok yes pipe head
  469. run test login-timeout.sh ...
  470. ok connect after login grace timeout
  471. run test agent.sh ...
  472. ok simple agent test
  473. run test agent-getpeereid.sh ...
  474. skipped: need SUDO to switch to uid nobody
  475. run test agent-timeout.sh ...
  476. ok agent timeout test
  477. run test agent-ptrace.sh ...
  478. skipped (SUDO not set)
  479. run test keyscan.sh ...
  480. ok keyscan
  481. run test keygen-change.sh ...
  482. ok change passphrase for key
  483. run test keygen-convert.sh ...
  484. ok convert keys
  485. run test key-options.sh ...
  486. key option proto 1 command="echo bar"
  487. key option proto 1 no-pty,command="echo bar"
  488. key option proto 2 command="echo bar"
  489. key option proto 2 no-pty,command="echo bar"
  490. key option proto 1 no-pty
  491. key option proto 2 no-pty
  492. key option proto 1 environment
  493. key option proto 2 environment
  494. key option proto 1 from="127.0.0.1"
  495. key option proto 1 from="127.0.0.0/8"
  496. key option proto 2 from="127.0.0.1"
  497. key option proto 2 from="127.0.0.0/8"
  498. ok key options
  499. run test scp.sh ...
  500. scp: simple copy local file to local file
  501. scp: simple copy local file to remote file
  502. scp: simple copy remote file to local file
  503. scp: simple copy local file to remote dir
  504. scp: simple copy local file to local dir
  505. scp: simple copy remote file to local dir
  506. scp: recursive local dir to remote dir
  507. scp: recursive local dir to local dir
  508. scp: recursive remote dir to local dir
  509. scp: shell metacharacters
  510. scp: disallow bad server #0
  511. scp: disallow bad server #1
  512. scp: disallow bad server #2
  513. scp: disallow bad server #3
  514. scp: disallow bad server #4
  515. scp: detect non-directory target
  516. /home/ec2-user/openssh-6.6p1/regress/copy2: Not a directory
  517. ok scp
  518. run test sftp.sh ...
  519. test basic sftp put/get: buffer_size 5 num_requests 1
  520. test basic sftp put/get: buffer_size 5 num_requests 2
  521. test basic sftp put/get: buffer_size 5 num_requests 10
  522. test basic sftp put/get: buffer_size 1000 num_requests 1
  523. test basic sftp put/get: buffer_size 1000 num_requests 2
  524. test basic sftp put/get: buffer_size 1000 num_requests 10
  525. test basic sftp put/get: buffer_size 32000 num_requests 1
  526. test basic sftp put/get: buffer_size 32000 num_requests 2
  527. test basic sftp put/get: buffer_size 32000 num_requests 10
  528. test basic sftp put/get: buffer_size 64000 num_requests 1
  529. test basic sftp put/get: buffer_size 64000 num_requests 2
  530. test basic sftp put/get: buffer_size 64000 num_requests 10
  531. ok basic sftp put/get
  532. run test sftp-chroot.sh ...
  533. skipped: need SUDO to create file in /var/run, test won't work without
  534. run test sftp-cmds.sh ...
  535. sftp commands: lls
  536. sftp commands: lls w/path
  537. sftp commands: ls
  538. sftp commands: shell
  539. sftp commands: pwd
  540. sftp commands: lpwd
  541. sftp commands: quit
  542. sftp commands: help
  543. sftp commands: get
  544. sftp commands: get quoted
  545. sftp commands: get filename with quotes
  546. sftp commands: get filename with spaces
  547. sftp commands: get filename with glob metacharacters
  548. sftp commands: get to directory
  549. sftp commands: glob get to directory
  550. sftp commands: get to local dir
  551. sftp commands: glob get to local dir
  552. sftp commands: put
  553. sftp commands: put filename with quotes
  554. sftp commands: put filename with spaces
  555. sftp commands: put to directory
  556. sftp commands: glob put to directory
  557. sftp commands: put to local dir
  558. sftp commands: glob put to local dir
  559. sftp commands: rename
  560. sftp commands: rename directory
  561. sftp commands: ln
  562. sftp commands: ln -s
  563. sftp commands: mkdir
  564. sftp commands: chdir
  565. sftp commands: rmdir
  566. sftp commands: lmkdir
  567. sftp commands: lchdir
  568. ok sftp commands
  569. run test sftp-badcmds.sh ...
  570. sftp invalid commands: get nonexistent
  571. sftp invalid commands: glob get to nonexistent directory
  572. sftp invalid commands: put nonexistent
  573. sftp invalid commands: glob put to nonexistent directory
  574. sftp invalid commands: rename nonexistent
  575. sftp invalid commands: rename target exists (directory)
  576. sftp invalid commands: glob put files to local file
  577. ok sftp invalid commands
  578. run test sftp-batch.sh ...
  579. sftp batchfile: good commands
  580. sftp batchfile: bad commands
  581. sftp batchfile: comments and blanks
  582. sftp batchfile: junk command
  583. ok sftp batchfile
  584. run test sftp-glob.sh ...
  585. sftp glob: file glob
  586. sftp glob: dir glob
  587. sftp glob: quoted glob
  588. sftp glob: escaped glob
  589. sftp glob: escaped quote
  590. sftp glob: quoted quote
  591. sftp glob: single-quoted quote
  592. sftp glob: escaped space
  593. sftp glob: quoted space
  594. sftp glob: escaped slash
  595. sftp glob: quoted slash
  596. sftp glob: escaped slash at EOL
  597. sftp glob: quoted slash at EOL
  598. sftp glob: escaped slash+quote
  599. sftp glob: quoted slash+quote
  600. ok sftp glob
  601. run test sftp-perm.sh ...
  602. sftp permissions: read-only upload
  603. sftp permissions: read-only setstat
  604. sftp permissions: read-only rm
  605. sftp permissions: read-only mkdir
  606. sftp permissions: read-only rmdir
  607. sftp permissions: read-only posix-rename
  608. sftp permissions: read-only oldrename
  609. sftp permissions: read-only symlink
  610. sftp permissions: read-only hardlink
  611. sftp permissions: explicit open
  612. sftp permissions: explicit read
  613. sftp permissions: explicit write
  614. sftp permissions: explicit lstat
  615. sftp permissions: explicit opendir
  616. sftp permissions: explicit readdir
  617. sftp permissions: explicit setstat
  618. sftp permissions: explicit remove
  619. sftp permissions: explicit mkdir
  620. sftp permissions: explicit rmdir
  621. sftp permissions: explicit posix-rename
  622. sftp permissions: explicit rename
  623. sftp permissions: explicit symlink
  624. sftp permissions: explicit hardlink
  625. sftp permissions: explicit statvfs
  626. ok sftp permissions
  627. run test reconfigure.sh ...
  628. ok simple connect after reconfigure
  629. run test dynamic-forward.sh ...
  630. skipped (no suitable ProxyCommand found)
  631. run test forwarding.sh ...
  632. ok local and remote forwarding
  633. run test multiplex.sh ...
  634. test connection multiplexing: envpass
  635. test connection multiplexing: transfer
  636. test connection multiplexing: status 0
  637. test connection multiplexing: status 1
  638. test connection multiplexing: status 4
  639. test connection multiplexing: status 5
  640. test connection multiplexing: status 44
  641. test connection multiplexing: cmd check
  642. test connection multiplexing: cmd forward local
  643. test connection multiplexing: cmd forward remote
  644. test connection multiplexing: cmd exit
  645. test connection multiplexing: cmd stop
  646. ok connection multiplexing
  647. run test reexec.sh ...
  648. test config passing
  649. reexec tests: proto 1
  650. reexec tests: proto 2
  651. test reexec fallback
  652. reexec tests: proto 1
  653. reexec tests: proto 2
  654. test reexec fallback without privsep
  655. reexec tests: proto 1
  656. reexec tests: proto 2
  657. ok reexec tests
  658. run test brokenkeys.sh ...
  659. ok broken keys
  660. run test cfgmatch.sh ...
  661. ok sshd_config match
  662. run test addrmatch.sh ...
  663. test first entry for user 192.168.0.1 somehost
  664. test negative match for user 192.168.30.1 somehost
  665. test no match for user 19.0.0.1 somehost
  666. test list middle for user 10.255.255.254 somehost
  667. test faked IP in hostname for user 192.168.30.1 192.168.0.1
  668. test bare IP4 address for user 1.1.1.1 somehost.example.com
  669. test localaddress for user 19.0.0.1 somehost
  670. test localport for user 19.0.0.1 somehost
  671. test bare IP6 address for user ::1 somehost.example.com
  672. test deny IPv6 for user ::2 somehost.exaple.com
  673. test IP6 negated for user ::3 somehost
  674. test IP6 no match for user ::4 somehost
  675. test IP6 network for user 2000::1 somehost
  676. test IP6 network for user 2001::1 somehost
  677. test IP6 localaddress for user ::5 somehost
  678. test IP6 localport for user ::5 somehost
  679. ok address match
  680. run test localcommand.sh ...
  681. test localcommand: proto 1 localcommand
  682. test localcommand: proto 2 localcommand
  683. ok localcommand
  684. run test forcecommand.sh ...
  685. ok forced command
  686. run test portnum.sh ...
  687. port number parsing: invalid port 0
  688. port number parsing: invalid port 65536
  689. port number parsing: invalid port 131073
  690. port number parsing: invalid port 2000blah
  691. port number parsing: invalid port blah2000
  692. port number parsing: valid port 1
  693. port number parsing: valid port 22
  694. port number parsing: valid port 2222
  695. port number parsing: valid port 22222
  696. port number parsing: valid port 65535
  697. ok port number parsing
  698. run test keytype.sh ...
  699. keygen dsa, 1024 bits: keygen rsa, 2048 bits: keygen rsa, 3072 bits: keygen ed25519, 512 bits: keygen ecdsa, 256 bits: keygen ecdsa, 384 bits: keygen ecdsa, 521 bits: userkey dsa-1024, hostkey dsa-1024: userkey dsa-1024, hostkey dsa-1024: userkey dsa-1024, hostkey dsa-1024: userkey rsa-2048, hostkey rsa-2048: userkey rsa-2048, hostkey rsa-2048: userkey rsa-2048, hostkey rsa-2048: userkey rsa-3072, hostkey rsa-3072: userkey rsa-3072, hostkey rsa-3072: userkey rsa-3072, hostkey rsa-3072: userkey ed25519-512, hostkey ed25519-512: userkey ed25519-512, hostkey ed25519-512: userkey ed25519-512, hostkey ed25519-512:userkey ecdsa-256, hostkey ecdsa-256: userkey ecdsa-256, hostkey ecdsa-256: userkey ecdsa-256, hostkey ecdsa-256: userkey ecdsa-384, hostkey ecdsa-384: userkey ecdsa-384, hostkey ecdsa-384: userkey ecdsa-384, hostkey ecdsa-384: userkey ecdsa-521, hostkey ecdsa-521: userkey ecdsa-521, hostkey ecdsa-521: userkey ecdsa-521, hostkey ecdsa-521: ok login with different key types
  700. run test kextype.sh ...
  701. kex diffie-hellman-group1-sha1
  702. kex diffie-hellman-group14-sha1
  703. kex diffie-hellman-group-exchange-sha1
  704. kex diffie-hellman-group-exchange-sha256
  705. kex ecdh-sha2-nistp256
  706. kex ecdh-sha2-nistp384
  707. kex ecdh-sha2-nistp521
  708. kex diffie-hellman-group1-sha1
  709. ok login with different key exchange algorithms
  710. run test cert-hostkey.sh ...
  711. certified host keys: sign host rsa cert
  712. certified host keys: sign host rsa_v00 cert
  713. certified host keys: sign host dsa cert
  714. certified host keys: sign host dsa_v00 cert
  715. certified host keys: sign host ed25519 cert
  716. certified host keys: sign host ecdsa-sha2-nistp256 cert
  717. certified host keys: sign host ecdsa-sha2-nistp384 cert
  718. certified host keys: sign host ecdsa-sha2-nistp521 cert
  719. certified host keys: host rsa cert connect privsep yes
  720. certified host keys: host dsa cert connect privsep yes
  721. certified host keys: host ed25519 cert connect privsep yes
  722. certified host keys: host ecdsa-sha2-nistp256 cert connect privsep yes
  723. certified host keys: host ecdsa-sha2-nistp384 cert connect privsep yes
  724. certified host keys: host ecdsa-sha2-nistp521 cert connect privsep yes
  725. certified host keys: host rsa_v00 cert connect privsep yes
  726. certified host keys: host dsa_v00 cert connect privsep yes
  727. certified host keys: host rsa cert connect privsep no
  728. certified host keys: host dsa cert connect privsep no
  729. certified host keys: host ed25519 cert connect privsep no
  730. certified host keys: host ecdsa-sha2-nistp256 cert connect privsep no
  731. certified host keys: host ecdsa-sha2-nistp384 cert connect privsep no
  732. certified host keys: host ecdsa-sha2-nistp521 cert connect privsep no
  733. certified host keys: host rsa_v00 cert connect privsep no
  734. certified host keys: host dsa_v00 cert connect privsep no
  735. certified host keys: host rsa revoked cert privsep yes
  736. certified host keys: host dsa revoked cert privsep yes
  737. certified host keys: host ed25519 revoked cert privsep yes
  738. certified host keys: host ecdsa-sha2-nistp256 revoked cert privsep yes
  739. certified host keys: host ecdsa-sha2-nistp384 revoked cert privsep yes
  740. certified host keys: host ecdsa-sha2-nistp521 revoked cert privsep yes
  741. certified host keys: host rsa_v00 revoked cert privsep yes
  742. certified host keys: host dsa_v00 revoked cert privsep yes
  743. certified host keys: host rsa revoked cert privsep no
  744. certified host keys: host dsa revoked cert privsep no
  745. certified host keys: host ed25519 revoked cert privsep no
  746. certified host keys: host ecdsa-sha2-nistp256 revoked cert privsep no
  747. certified host keys: host ecdsa-sha2-nistp384 revoked cert privsep no
  748. certified host keys: host ecdsa-sha2-nistp521 revoked cert privsep no
  749. certified host keys: host rsa_v00 revoked cert privsep no
  750. certified host keys: host dsa_v00 revoked cert privsep no
  751. certified host keys: host rsa revoked cert
  752. certified host keys: host dsa revoked cert
  753. certified host keys: host ed25519 revoked cert
  754. certified host keys: host ecdsa-sha2-nistp256 revoked cert
  755. certified host keys: host ecdsa-sha2-nistp384 revoked cert
  756. certified host keys: host ecdsa-sha2-nistp521 revoked cert
  757. certified host keys: host rsa_v00 revoked cert
  758. certified host keys: host dsa_v00 revoked cert
  759. certified host keys: host cert connect user-certificate rsa expect failure
  760. certified host keys: host cert connect user-certificate rsa_v00 expect failure
  761. certified host keys: host cert connect empty principals rsa expect success
  762. certified host keys: host cert connect empty principals rsa_v00 expect success
  763. certified host keys: host cert connect wrong principals rsa expect failure
  764. certified host keys: host cert connect wrong principals rsa_v00 expect failure
  765. certified host keys: host cert connect cert not yet valid rsa expect failure
  766. certified host keys: host cert connect cert not yet valid rsa_v00 expect failure
  767. certified host keys: host cert connect cert expired rsa expect failure
  768. certified host keys: host cert connect cert expired rsa_v00 expect failure
  769. certified host keys: host cert connect cert valid interval rsa expect success
  770. certified host keys: host cert connect cert valid interval rsa_v00 expect success
  771. certified host keys: host cert connect cert has constraints rsa expect failure
  772. certified host keys: host cert connect cert has constraints rsa_v00 expect failure
  773. certified host keys: host rsa v01 cert downgrade to raw key
  774. certified host keys: host dsa v01 cert downgrade to raw key
  775. certified host keys: host rsa v00 cert downgrade to raw key
  776. certified host keys: host dsa v00 cert downgrade to raw key
  777. certified host keys: host rsa connect wrong cert
  778. certified host keys: host dsa connect wrong cert
  779. certified host keys: host rsa connect wrong cert
  780. certified host keys: host dsa connect wrong cert
  781. ok certified host keys
  782. run test cert-userkey.sh ...
  783. certified user keys: sign user rsa cert
  784. certified user keys: sign host rsa_v00 cert
  785. certified user keys: sign user dsa cert
  786. certified user keys: sign host dsa_v00 cert
  787. certified user keys: sign user ed25519 cert
  788. certified user keys: sign user ecdsa-sha2-nistp256 cert
  789. certified user keys: sign user ecdsa-sha2-nistp384 cert
  790. certified user keys: sign user ecdsa-sha2-nistp521 cert
  791. certified user keys: rsa privsep yes missing authorized_principals
  792. certified user keys: rsa privsep yes empty authorized_principals
  793. certified user keys: rsa privsep yes wrong authorized_principals
  794. certified user keys: rsa privsep yes correct authorized_principals
  795. certified user keys: rsa privsep yes authorized_principals bad key opt
  796. certified user keys: rsa privsep yes authorized_principals command=false
  797. certified user keys: rsa privsep yes authorized_principals command=true
  798. certified user keys: rsa privsep yes wrong principals key option
  799. certified user keys: rsa privsep yes correct principals key option
  800. certified user keys: rsa privsep no missing authorized_principals
  801. certified user keys: rsa privsep no empty authorized_principals
  802. certified user keys: rsa privsep no wrong authorized_principals
  803. certified user keys: rsa privsep no correct authorized_principals
  804. certified user keys: rsa privsep no authorized_principals bad key opt
  805. certified user keys: rsa privsep no authorized_principals command=false
  806. certified user keys: rsa privsep no authorized_principals command=true
  807. certified user keys: rsa privsep no wrong principals key option
  808. certified user keys: rsa privsep no correct principals key option
  809. certified user keys: dsa privsep yes missing authorized_principals
  810. certified user keys: dsa privsep yes empty authorized_principals
  811. certified user keys: dsa privsep yes wrong authorized_principals
  812. certified user keys: dsa privsep yes correct authorized_principals
  813. certified user keys: dsa privsep yes authorized_principals bad key opt
  814. certified user keys: dsa privsep yes authorized_principals command=false
  815. certified user keys: dsa privsep yes authorized_principals command=true
  816. certified user keys: dsa privsep yes wrong principals key option
  817. certified user keys: dsa privsep yes correct principals key option
  818. certified user keys: dsa privsep no missing authorized_principals
  819. certified user keys: dsa privsep no empty authorized_principals
  820. certified user keys: dsa privsep no wrong authorized_principals
  821. certified user keys: dsa privsep no correct authorized_principals
  822. certified user keys: dsa privsep no authorized_principals bad key opt
  823. certified user keys: dsa privsep no authorized_principals command=false
  824. certified user keys: dsa privsep no authorized_principals command=true
  825. certified user keys: dsa privsep no wrong principals key option
  826. certified user keys: dsa privsep no correct principals key option
  827. certified user keys: ed25519 privsep yes missing authorized_principals
  828. certified user keys: ed25519 privsep yes empty authorized_principals
  829. certified user keys: ed25519 privsep yes wrong authorized_principals
  830. certified user keys: ed25519 privsep yes correct authorized_principals
  831. certified user keys: ed25519 privsep yes authorized_principals bad key opt
  832. certified user keys: ed25519 privsep yes authorized_principals command=false
  833. certified user keys: ed25519 privsep yes authorized_principals command=true
  834. certified user keys: ed25519 privsep yes wrong principals key option
  835. certified user keys: ed25519 privsep yes correct principals key option
  836. certified user keys: ed25519 privsep no missing authorized_principals
  837. certified user keys: ed25519 privsep no empty authorized_principals
  838. certified user keys: ed25519 privsep no wrong authorized_principals
  839. certified user keys: ed25519 privsep no correct authorized_principals
  840. certified user keys: ed25519 privsep no authorized_principals bad key opt
  841. certified user keys: ed25519 privsep no authorized_principals command=false
  842. certified user keys: ed25519 privsep no authorized_principals command=true
  843. certified user keys: ed25519 privsep no wrong principals key option
  844. certified user keys: ed25519 privsep no correct principals key option
  845. certified user keys: ecdsa-sha2-nistp256 privsep yes missing authorized_principals
  846. certified user keys: ecdsa-sha2-nistp256 privsep yes empty authorized_principals
  847. certified user keys: ecdsa-sha2-nistp256 privsep yes wrong authorized_principals
  848. certified user keys: ecdsa-sha2-nistp256 privsep yes correct authorized_principals
  849. certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_principals bad key opt
  850. certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_principals command=false
  851. certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_principals command=true
  852. certified user keys: ecdsa-sha2-nistp256 privsep yes wrong principals key option
  853. certified user keys: ecdsa-sha2-nistp256 privsep yes correct principals key option
  854. certified user keys: ecdsa-sha2-nistp256 privsep no missing authorized_principals
  855. certified user keys: ecdsa-sha2-nistp256 privsep no empty authorized_principals
  856. certified user keys: ecdsa-sha2-nistp256 privsep no wrong authorized_principals
  857. certified user keys: ecdsa-sha2-nistp256 privsep no correct authorized_principals
  858. certified user keys: ecdsa-sha2-nistp256 privsep no authorized_principals bad key opt
  859. certified user keys: ecdsa-sha2-nistp256 privsep no authorized_principals command=false
  860. certified user keys: ecdsa-sha2-nistp256 privsep no authorized_principals command=true
  861. certified user keys: ecdsa-sha2-nistp256 privsep no wrong principals key option
  862. certified user keys: ecdsa-sha2-nistp256 privsep no correct principals key option
  863. certified user keys: ecdsa-sha2-nistp384 privsep yes missing authorized_principals
  864. certified user keys: ecdsa-sha2-nistp384 privsep yes empty authorized_principals
  865. certified user keys: ecdsa-sha2-nistp384 privsep yes wrong authorized_principals
  866. certified user keys: ecdsa-sha2-nistp384 privsep yes correct authorized_principals
  867. certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_principals bad key opt
  868. certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_principals command=false
  869. certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_principals command=true
  870. certified user keys: ecdsa-sha2-nistp384 privsep yes wrong principals key option
  871. certified user keys: ecdsa-sha2-nistp384 privsep yes correct principals key option
  872. certified user keys: ecdsa-sha2-nistp384 privsep no missing authorized_principals
  873. certified user keys: ecdsa-sha2-nistp384 privsep no empty authorized_principals
  874. certified user keys: ecdsa-sha2-nistp384 privsep no wrong authorized_principals
  875. certified user keys: ecdsa-sha2-nistp384 privsep no correct authorized_principals
  876. certified user keys: ecdsa-sha2-nistp384 privsep no authorized_principals bad key opt
  877. certified user keys: ecdsa-sha2-nistp384 privsep no authorized_principals command=false
  878. certified user keys: ecdsa-sha2-nistp384 privsep no authorized_principals command=true
  879. certified user keys: ecdsa-sha2-nistp384 privsep no wrong principals key option
  880. certified user keys: ecdsa-sha2-nistp384 privsep no correct principals key option
  881. certified user keys: ecdsa-sha2-nistp521 privsep yes missing authorized_principals
  882. certified user keys: ecdsa-sha2-nistp521 privsep yes empty authorized_principals
  883. certified user keys: ecdsa-sha2-nistp521 privsep yes wrong authorized_principals
  884. certified user keys: ecdsa-sha2-nistp521 privsep yes correct authorized_principals
  885. certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_principals bad key opt
  886. certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_principals command=false
  887. certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_principals command=true
  888. certified user keys: ecdsa-sha2-nistp521 privsep yes wrong principals key option
  889. certified user keys: ecdsa-sha2-nistp521 privsep yes correct principals key option
  890. certified user keys: ecdsa-sha2-nistp521 privsep no missing authorized_principals
  891. certified user keys: ecdsa-sha2-nistp521 privsep no empty authorized_principals
  892. certified user keys: ecdsa-sha2-nistp521 privsep no wrong authorized_principals
  893. certified user keys: ecdsa-sha2-nistp521 privsep no correct authorized_principals
  894. certified user keys: ecdsa-sha2-nistp521 privsep no authorized_principals bad key opt
  895. certified user keys: ecdsa-sha2-nistp521 privsep no authorized_principals command=false
  896. certified user keys: ecdsa-sha2-nistp521 privsep no authorized_principals command=true
  897. certified user keys: ecdsa-sha2-nistp521 privsep no wrong principals key option
  898. certified user keys: ecdsa-sha2-nistp521 privsep no correct principals key option
  899. certified user keys: rsa_v00 privsep yes missing authorized_principals
  900. certified user keys: rsa_v00 privsep yes empty authorized_principals
  901. certified user keys: rsa_v00 privsep yes wrong authorized_principals
  902. certified user keys: rsa_v00 privsep yes correct authorized_principals
  903. certified user keys: rsa_v00 privsep yes authorized_principals bad key opt
  904. certified user keys: rsa_v00 privsep yes authorized_principals command=false
  905. certified user keys: rsa_v00 privsep yes authorized_principals command=true
  906. certified user keys: rsa_v00 privsep yes wrong principals key option
  907. certified user keys: rsa_v00 privsep yes correct principals key option
  908. certified user keys: rsa_v00 privsep no missing authorized_principals
  909. certified user keys: rsa_v00 privsep no empty authorized_principals
  910. certified user keys: rsa_v00 privsep no wrong authorized_principals
  911. certified user keys: rsa_v00 privsep no correct authorized_principals
  912. certified user keys: rsa_v00 privsep no authorized_principals bad key opt
  913. certified user keys: rsa_v00 privsep no authorized_principals command=false
  914. certified user keys: rsa_v00 privsep no authorized_principals command=true
  915. certified user keys: rsa_v00 privsep no wrong principals key option
  916. certified user keys: rsa_v00 privsep no correct principals key option
  917. certified user keys: dsa_v00 privsep yes missing authorized_principals
  918. certified user keys: dsa_v00 privsep yes empty authorized_principals
  919. certified user keys: dsa_v00 privsep yes wrong authorized_principals
  920. certified user keys: dsa_v00 privsep yes correct authorized_principals
  921. certified user keys: dsa_v00 privsep yes authorized_principals bad key opt
  922. certified user keys: dsa_v00 privsep yes authorized_principals command=false
  923. certified user keys: dsa_v00 privsep yes authorized_principals command=true
  924. certified user keys: dsa_v00 privsep yes wrong principals key option
  925. certified user keys: dsa_v00 privsep yes correct principals key option
  926. certified user keys: dsa_v00 privsep no missing authorized_principals
  927. certified user keys: dsa_v00 privsep no empty authorized_principals
  928. certified user keys: dsa_v00 privsep no wrong authorized_principals
  929. certified user keys: dsa_v00 privsep no correct authorized_principals
  930. certified user keys: dsa_v00 privsep no authorized_principals bad key opt
  931. certified user keys: dsa_v00 privsep no authorized_principals command=false
  932. certified user keys: dsa_v00 privsep no authorized_principals command=true
  933. certified user keys: dsa_v00 privsep no wrong principals key option
  934. certified user keys: dsa_v00 privsep no correct principals key option
  935. certified user keys: rsa privsep yes authorized_keys connect
  936. certified user keys: rsa privsep yes authorized_keys revoked key
  937. certified user keys: rsa privsep yes authorized_keys revoked via KRL
  938. certified user keys: rsa privsep yes authorized_keys empty KRL
  939. certified user keys: rsa privsep no authorized_keys connect
  940. certified user keys: rsa privsep no authorized_keys revoked key
  941. certified user keys: rsa privsep no authorized_keys revoked via KRL
  942. certified user keys: rsa privsep no authorized_keys empty KRL
  943. certified user keys: rsa authorized_keys revoked CA key
  944. certified user keys: dsa privsep yes authorized_keys connect
  945. certified user keys: dsa privsep yes authorized_keys revoked key
  946. certified user keys: dsa privsep yes authorized_keys revoked via KRL
  947. certified user keys: dsa privsep yes authorized_keys empty KRL
  948. certified user keys: dsa privsep no authorized_keys connect
  949. certified user keys: dsa privsep no authorized_keys revoked key
  950. certified user keys: dsa privsep no authorized_keys revoked via KRL
  951. certified user keys: dsa privsep no authorized_keys empty KRL
  952. certified user keys: dsa authorized_keys revoked CA key
  953. certified user keys: ed25519 privsep yes authorized_keys connect
  954. certified user keys: ed25519 privsep yes authorized_keys revoked key
  955. certified user keys: ed25519 privsep yes authorized_keys revoked via KRL
  956. certified user keys: ed25519 privsep yes authorized_keys empty KRL
  957. certified user keys: ed25519 privsep no authorized_keys connect
  958. certified user keys: ed25519 privsep no authorized_keys revoked key
  959. certified user keys: ed25519 privsep no authorized_keys revoked via KRL
  960. certified user keys: ed25519 privsep no authorized_keys empty KRL
  961. certified user keys: ed25519 authorized_keys revoked CA key
  962. certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys connect
  963. certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys revoked key
  964. certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys revoked via KRL
  965. certified user keys: ecdsa-sha2-nistp256 privsep yes authorized_keys empty KRL
  966. certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys connect
  967. certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys revoked key
  968. certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys revoked via KRL
  969. certified user keys: ecdsa-sha2-nistp256 privsep no authorized_keys empty KRL
  970. certified user keys: ecdsa-sha2-nistp256 authorized_keys revoked CA key
  971. certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys connect
  972. certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys revoked key
  973. certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys revoked via KRL
  974. certified user keys: ecdsa-sha2-nistp384 privsep yes authorized_keys empty KRL
  975. certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys connect
  976. certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys revoked key
  977. certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys revoked via KRL
  978. certified user keys: ecdsa-sha2-nistp384 privsep no authorized_keys empty KRL
  979. certified user keys: ecdsa-sha2-nistp384 authorized_keys revoked CA key
  980. certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys connect
  981. certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys revoked key
  982. certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys revoked via KRL
  983. certified user keys: ecdsa-sha2-nistp521 privsep yes authorized_keys empty KRL
  984. certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys connect
  985. certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys revoked key
  986. certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys revoked via KRL
  987. certified user keys: ecdsa-sha2-nistp521 privsep no authorized_keys empty KRL
  988. certified user keys: ecdsa-sha2-nistp521 authorized_keys revoked CA key
  989. certified user keys: rsa_v00 privsep yes authorized_keys connect
  990. certified user keys: rsa_v00 privsep yes authorized_keys revoked key
  991. certified user keys: rsa_v00 privsep yes authorized_keys revoked via KRL
  992. certified user keys: rsa_v00 privsep yes authorized_keys empty KRL
  993. certified user keys: rsa_v00 privsep no authorized_keys connect
  994. certified user keys: rsa_v00 privsep no authorized_keys revoked key
  995. certified user keys: rsa_v00 privsep no authorized_keys revoked via KRL
  996. certified user keys: rsa_v00 privsep no authorized_keys empty KRL
  997. certified user keys: rsa_v00 authorized_keys revoked CA key
  998. certified user keys: dsa_v00 privsep yes authorized_keys connect
  999. certified user keys: dsa_v00 privsep yes authorized_keys revoked key
  1000. certified user keys: dsa_v00 privsep yes authorized_keys revoked via KRL
  1001. certified user keys: dsa_v00 privsep yes authorized_keys empty KRL
  1002. certified user keys: dsa_v00 privsep no authorized_keys connect
  1003. certified user keys: dsa_v00 privsep no authorized_keys revoked key
  1004. certified user keys: dsa_v00 privsep no authorized_keys revoked via KRL
  1005. certified user keys: dsa_v00 privsep no authorized_keys empty KRL
  1006. certified user keys: dsa_v00 authorized_keys revoked CA key
  1007. certified user keys: authorized_keys CA does not authenticate
  1008. certified user keys: ensure CA key does not authenticate user
  1009. certified user keys: rsa privsep yes TrustedUserCAKeys connect
  1010. certified user keys: rsa privsep yes TrustedUserCAKeys revoked key
  1011. certified user keys: rsa privsep yes TrustedUserCAKeys revoked via KRL
  1012. certified user keys: rsa privsep yes TrustedUserCAKeys empty KRL
  1013. certified user keys: rsa privsep no TrustedUserCAKeys connect
  1014. certified user keys: rsa privsep no TrustedUserCAKeys revoked key
  1015. certified user keys: rsa privsep no TrustedUserCAKeys revoked via KRL
  1016. certified user keys: rsa privsep no TrustedUserCAKeys empty KRL
  1017. certified user keys: rsa TrustedUserCAKeys revoked CA key
  1018. certified user keys: dsa privsep yes TrustedUserCAKeys connect
  1019. certified user keys: dsa privsep yes TrustedUserCAKeys revoked key
  1020. certified user keys: dsa privsep yes TrustedUserCAKeys revoked via KRL
  1021. certified user keys: dsa privsep yes TrustedUserCAKeys empty KRL
  1022. certified user keys: dsa privsep no TrustedUserCAKeys connect
  1023. certified user keys: dsa privsep no TrustedUserCAKeys revoked key
  1024. certified user keys: dsa privsep no TrustedUserCAKeys revoked via KRL
  1025. certified user keys: dsa privsep no TrustedUserCAKeys empty KRL
  1026. certified user keys: dsa TrustedUserCAKeys revoked CA key
  1027. certified user keys: ed25519 privsep yes TrustedUserCAKeys connect
  1028. certified user keys: ed25519 privsep yes TrustedUserCAKeys revoked key
  1029. certified user keys: ed25519 privsep yes TrustedUserCAKeys revoked via KRL
  1030. certified user keys: ed25519 privsep yes TrustedUserCAKeys empty KRL
  1031. certified user keys: ed25519 privsep no TrustedUserCAKeys connect
  1032. certified user keys: ed25519 privsep no TrustedUserCAKeys revoked key
  1033. certified user keys: ed25519 privsep no TrustedUserCAKeys revoked via KRL
  1034. certified user keys: ed25519 privsep no TrustedUserCAKeys empty KRL
  1035. certified user keys: ed25519 TrustedUserCAKeys revoked CA key
  1036. certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys connect
  1037. certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys revoked key
  1038. certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys revoked via KRL
  1039. certified user keys: ecdsa-sha2-nistp256 privsep yes TrustedUserCAKeys empty KRL
  1040. certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys connect
  1041. certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys revoked key
  1042. certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys revoked via KRL
  1043. certified user keys: ecdsa-sha2-nistp256 privsep no TrustedUserCAKeys empty KRL
  1044. certified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys revoked CA key
  1045. certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys connect
  1046. certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys revoked key
  1047. certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys revoked via KRL
  1048. certified user keys: ecdsa-sha2-nistp384 privsep yes TrustedUserCAKeys empty KRL
  1049. certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys connect
  1050. certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys revoked key
  1051. certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys revoked via KRL
  1052. certified user keys: ecdsa-sha2-nistp384 privsep no TrustedUserCAKeys empty KRL
  1053. certified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys revoked CA key
  1054. certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys connect
  1055. certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys revoked key
  1056. certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys revoked via KRL
  1057. certified user keys: ecdsa-sha2-nistp521 privsep yes TrustedUserCAKeys empty KRL
  1058. certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys connect
  1059. certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys revoked key
  1060. certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys revoked via KRL
  1061. certified user keys: ecdsa-sha2-nistp521 privsep no TrustedUserCAKeys empty KRL
  1062. certified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys revoked CA key
  1063. certified user keys: rsa_v00 privsep yes TrustedUserCAKeys connect
  1064. certified user keys: rsa_v00 privsep yes TrustedUserCAKeys revoked key
  1065. certified user keys: rsa_v00 privsep yes TrustedUserCAKeys revoked via KRL
  1066. certified user keys: rsa_v00 privsep yes TrustedUserCAKeys empty KRL
  1067. certified user keys: rsa_v00 privsep no TrustedUserCAKeys connect
  1068. certified user keys: rsa_v00 privsep no TrustedUserCAKeys revoked key
  1069. certified user keys: rsa_v00 privsep no TrustedUserCAKeys revoked via KRL
  1070. certified user keys: rsa_v00 privsep no TrustedUserCAKeys empty KRL
  1071. certified user keys: rsa_v00 TrustedUserCAKeys revoked CA key
  1072. certified user keys: dsa_v00 privsep yes TrustedUserCAKeys connect
  1073. certified user keys: dsa_v00 privsep yes TrustedUserCAKeys revoked key
  1074. certified user keys: dsa_v00 privsep yes TrustedUserCAKeys revoked via KRL
  1075. certified user keys: dsa_v00 privsep yes TrustedUserCAKeys empty KRL
  1076. certified user keys: dsa_v00 privsep no TrustedUserCAKeys connect
  1077. certified user keys: dsa_v00 privsep no TrustedUserCAKeys revoked key
  1078. certified user keys: dsa_v00 privsep no TrustedUserCAKeys revoked via KRL
  1079. certified user keys: dsa_v00 privsep no TrustedUserCAKeys empty KRL
  1080. certified user keys: dsa_v00 TrustedUserCAKeys revoked CA key
  1081. certified user keys: TrustedUserCAKeys CA does not authenticate
  1082. certified user keys: ensure CA key does not authenticate user
  1083. certified user keys: correct principal auth authorized_keys expect success rsa
  1084. certified user keys: correct principal auth authorized_keys expect success rsa_v00
  1085. certified user keys: correct principal auth TrustedUserCAKeys expect success rsa
  1086. certified user keys: correct principal auth TrustedUserCAKeys expect success rsa_v00
  1087. certified user keys: host-certificate auth authorized_keys expect failure rsa
  1088. certified user keys: host-certificate auth authorized_keys expect failure rsa_v00
  1089. certified user keys: host-certificate auth TrustedUserCAKeys expect failure rsa
  1090. certified user keys: host-certificate auth TrustedUserCAKeys expect failure rsa_v00
  1091. certified user keys: wrong principals auth authorized_keys expect failure rsa
  1092. certified user keys: wrong principals auth authorized_keys expect failure rsa_v00
  1093. certified user keys: wrong principals auth TrustedUserCAKeys expect failure rsa
  1094. certified user keys: wrong principals auth TrustedUserCAKeys expect failure rsa_v00
  1095. certified user keys: cert not yet valid auth authorized_keys expect failure rsa
  1096. certified user keys: cert not yet valid auth authorized_keys expect failure rsa_v00
  1097. certified user keys: cert not yet valid auth TrustedUserCAKeys expect failure rsa
  1098. certified user keys: cert not yet valid auth TrustedUserCAKeys expect failure rsa_v00
  1099. certified user keys: cert expired auth authorized_keys expect failure rsa
  1100. certified user keys: cert expired auth authorized_keys expect failure rsa_v00
  1101. certified user keys: cert expired auth TrustedUserCAKeys expect failure rsa
  1102. certified user keys: cert expired auth TrustedUserCAKeys expect failure rsa_v00
  1103. certified user keys: cert valid interval auth authorized_keys expect success rsa
  1104. certified user keys: cert valid interval auth authorized_keys expect success rsa_v00
  1105. certified user keys: cert valid interval auth TrustedUserCAKeys expect success rsa
  1106. certified user keys: cert valid interval auth TrustedUserCAKeys expect success rsa_v00
  1107. certified user keys: wrong source-address auth authorized_keys expect failure rsa
  1108. certified user keys: wrong source-address auth authorized_keys expect failure rsa_v00
  1109. certified user keys: wrong source-address auth TrustedUserCAKeys expect failure rsa
  1110. certified user keys: wrong source-address auth TrustedUserCAKeys expect failure rsa_v00
  1111. certified user keys: force-command auth authorized_keys expect failure rsa
  1112. certified user keys: force-command auth authorized_keys expect failure rsa_v00
  1113. certified user keys: force-command auth TrustedUserCAKeys expect failure rsa
  1114. certified user keys: force-command auth TrustedUserCAKeys expect failure rsa_v00
  1115. certified user keys: empty principals auth authorized_keys expect success rsa
  1116. certified user keys: empty principals auth authorized_keys expect success rsa_v00
  1117. certified user keys: empty principals auth TrustedUserCAKeys expect failure rsa
  1118. certified user keys: empty principals auth TrustedUserCAKeys expect failure rsa_v00
  1119. certified user keys: AuthorizedPrincipalsFile principals auth TrustedUserCAKeys expect success rsa
  1120. certified user keys: AuthorizedPrincipalsFile principals auth TrustedUserCAKeys expect success rsa_v00
  1121. certified user keys: AuthorizedPrincipalsFile no principals auth TrustedUserCAKeys expect failure rsa
  1122. certified user keys: AuthorizedPrincipalsFile no principals auth TrustedUserCAKeys expect failure rsa_v00
  1123. certified user keys: principals key option principals auth authorized_keys expect success rsa
  1124. certified user keys: principals key option principals auth authorized_keys expect success rsa_v00
  1125. certified user keys: principals key option no principals auth authorized_keys expect failure rsa
  1126. certified user keys: principals key option no principals auth authorized_keys expect failure rsa_v00
  1127. certified user keys: user rsa connect wrong cert
  1128. certified user keys: user dsa connect wrong cert
  1129. certified user keys: user ed25519 connect wrong cert
  1130. certified user keys: user ecdsa-sha2-nistp256 connect wrong cert
  1131. certified user keys: user ecdsa-sha2-nistp384 connect wrong cert
  1132. certified user keys: user ecdsa-sha2-nistp521 connect wrong cert
  1133. certified user keys: user rsa_v00 connect wrong cert
  1134. certified user keys: user dsa_v00 connect wrong cert
  1135. ok certified user keys
  1136. run test host-expand.sh ...
  1137. test expand %h and %n: proto 1
  1138. test expand %h and %n: proto 2
  1139. ok expand %h and %n
  1140. run test keys-command.sh ...
  1141. skipped (SUDO not set)
  1142. need SUDO to create file in /var/run, test won't work without
  1143. run test forward-control.sh ...
  1144. check_lfwd done (expecting Y): proto 1, default configuration
  1145. check_rfwd done (expecting Y): proto 1, default configuration
  1146. check_lfwd done (expecting Y): proto 2, default configuration
  1147. check_rfwd done (expecting Y): proto 2, default configuration
  1148. check_lfwd done (expecting Y): proto 1, AllowTcpForwarding=yes
  1149. check_rfwd done (expecting Y): proto 1, AllowTcpForwarding=yes
  1150. check_lfwd done (expecting N): proto 1, AllowTcpForwarding=yes, !PermitOpen
  1151. check_rfwd done (expecting Y): proto 1, AllowTcpForwarding=yes, !PermitOpen
  1152. check_lfwd done (expecting N): proto 1, AllowTcpForwarding=yes, !permitopen
  1153. check_rfwd done (expecting Y): proto 1, AllowTcpForwarding=yes, !permitopen
  1154. check_lfwd done (expecting Y): proto 1, AllowTcpForwarding=yes, permitopen
  1155. check_rfwd done (expecting Y): proto 1, AllowTcpForwarding=yes, permitopen
  1156. check_lfwd done (expecting Y): proto 2, AllowTcpForwarding=yes
  1157. check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=yes
  1158. check_lfwd done (expecting N): proto 2, AllowTcpForwarding=yes, !PermitOpen
  1159. check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=yes, !PermitOpen
  1160. check_lfwd done (expecting N): proto 2, AllowTcpForwarding=yes, !permitopen
  1161. check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=yes, !permitopen
  1162. check_lfwd done (expecting Y): proto 2, AllowTcpForwarding=yes, permitopen
  1163. check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=yes, permitopen
  1164. check_lfwd done (expecting Y): proto 1, AllowTcpForwarding=local
  1165. check_rfwd done (expecting N): proto 1, AllowTcpForwarding=local
  1166. check_lfwd done (expecting N): proto 1, AllowTcpForwarding=local, !PermitOpen
  1167. check_rfwd done (expecting N): proto 1, AllowTcpForwarding=local, !PermitOpen
  1168. check_lfwd done (expecting N): proto 1, AllowTcpForwarding=local, !permitopen
  1169. check_rfwd done (expecting N): proto 1, AllowTcpForwarding=local, !permitopen
  1170. check_lfwd done (expecting Y): proto 1, AllowTcpForwarding=local, permitopen
  1171. check_rfwd done (expecting N): proto 1, AllowTcpForwarding=local, permitopen
  1172. check_lfwd done (expecting Y): proto 2, AllowTcpForwarding=local
  1173. check_rfwd done (expecting N): proto 2, AllowTcpForwarding=local
  1174. check_lfwd done (expecting N): proto 2, AllowTcpForwarding=local, !PermitOpen
  1175. check_rfwd done (expecting N): proto 2, AllowTcpForwarding=local, !PermitOpen
  1176. check_lfwd done (expecting N): proto 2, AllowTcpForwarding=local, !permitopen
  1177. check_rfwd done (expecting N): proto 2, AllowTcpForwarding=local, !permitopen
  1178. check_lfwd done (expecting Y): proto 2, AllowTcpForwarding=local, permitopen
  1179. check_rfwd done (expecting N): proto 2, AllowTcpForwarding=local, permitopen
  1180. check_lfwd done (expecting N): proto 1, AllowTcpForwarding=remote
  1181. check_rfwd done (expecting Y): proto 1, AllowTcpForwarding=remote
  1182. check_lfwd done (expecting N): proto 1, AllowTcpForwarding=remote, !PermitOpen
  1183. check_rfwd done (expecting Y): proto 1, AllowTcpForwarding=remote, !PermitOpen
  1184. check_lfwd done (expecting N): proto 1, AllowTcpForwarding=remote, !permitopen
  1185. check_rfwd done (expecting Y): proto 1, AllowTcpForwarding=remote, !permitopen
  1186. check_lfwd done (expecting N): proto 1, AllowTcpForwarding=remote, permitopen
  1187. check_rfwd done (expecting Y): proto 1, AllowTcpForwarding=remote, permitopen
  1188. check_lfwd done (expecting N): proto 2, AllowTcpForwarding=remote
  1189. check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=remote
  1190. check_lfwd done (expecting N): proto 2, AllowTcpForwarding=remote, !PermitOpen
  1191. check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=remote, !PermitOpen
  1192. check_lfwd done (expecting N): proto 2, AllowTcpForwarding=remote, !permitopen
  1193. check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=remote, !permitopen
  1194. check_lfwd done (expecting N): proto 2, AllowTcpForwarding=remote, permitopen
  1195. check_rfwd done (expecting Y): proto 2, AllowTcpForwarding=remote, permitopen
  1196. check_lfwd done (expecting N): proto 1, AllowTcpForwarding=no
  1197. check_rfwd done (expecting N): proto 1, AllowTcpForwarding=no
  1198. check_lfwd done (expecting N): proto 1, AllowTcpForwarding=no, !PermitOpen
  1199. check_rfwd done (expecting N): proto 1, AllowTcpForwarding=no, !PermitOpen
  1200. check_lfwd done (expecting N): proto 1, AllowTcpForwarding=no, !permitopen
  1201. check_rfwd done (expecting N): proto 1, AllowTcpForwarding=no, !permitopen
  1202. check_lfwd done (expecting N): proto 1, AllowTcpForwarding=no, permitopen
  1203. check_rfwd done (expecting N): proto 1, AllowTcpForwarding=no, permitopen
  1204. check_lfwd done (expecting N): proto 2, AllowTcpForwarding=no
  1205. check_rfwd done (expecting N): proto 2, AllowTcpForwarding=no
  1206. check_lfwd done (expecting N): proto 2, AllowTcpForwarding=no, !PermitOpen
  1207. check_rfwd done (expecting N): proto 2, AllowTcpForwarding=no, !PermitOpen
  1208. check_lfwd done (expecting N): proto 2, AllowTcpForwarding=no, !permitopen
  1209. check_rfwd done (expecting N): proto 2, AllowTcpForwarding=no, !permitopen
  1210. check_lfwd done (expecting N): proto 2, AllowTcpForwarding=no, permitopen
  1211. check_rfwd done (expecting N): proto 2, AllowTcpForwarding=no, permitopen
  1212. ok sshd control of local and remote forwarding
  1213. run test integrity.sh ...
  1214. test integrity: hmac-sha1 @2900
  1215. test integrity: hmac-sha1 @2901
  1216. test integrity: hmac-sha1 @2902
  1217. test integrity: hmac-sha1 @2903
  1218. test integrity: hmac-sha1 @2904
  1219. test integrity: hmac-sha1 @2905
  1220. test integrity: hmac-sha1 @2906
  1221. test integrity: hmac-sha1 @2907
  1222. test integrity: hmac-sha1 @2908
  1223. test integrity: hmac-sha1 @2909
  1224. test integrity: 10 errors: mac 10 padding 0 length 0
  1225. test integrity: hmac-sha1-96 @2900
  1226. test integrity: hmac-sha1-96 @2901
  1227. test integrity: hmac-sha1-96 @2902
  1228. test integrity: hmac-sha1-96 @2903
  1229. test integrity: hmac-sha1-96 @2904
  1230. test integrity: hmac-sha1-96 @2905
  1231. test integrity: hmac-sha1-96 @2906
  1232. test integrity: hmac-sha1-96 @2907
  1233. test integrity: hmac-sha1-96 @2908
  1234. test integrity: hmac-sha1-96 @2909
  1235. test integrity: 10 errors: mac 10 padding 0 length 0
  1236. test integrity: hmac-sha2-256 @2900
  1237. test integrity: hmac-sha2-256 @2901
  1238. test integrity: hmac-sha2-256 @2902
  1239. test integrity: hmac-sha2-256 @2903
  1240. test integrity: hmac-sha2-256 @2904
  1241. test integrity: hmac-sha2-256 @2905
  1242. test integrity: hmac-sha2-256 @2906
  1243. test integrity: hmac-sha2-256 @2907
  1244. test integrity: hmac-sha2-256 @2908
  1245. test integrity: hmac-sha2-256 @2909
  1246. test integrity: 10 errors: mac 10 padding 0 length 0
  1247. test integrity: hmac-sha2-512 @2900
  1248. test integrity: hmac-sha2-512 @2901
  1249. test integrity: hmac-sha2-512 @2902
  1250. test integrity: hmac-sha2-512 @2903
  1251. test integrity: hmac-sha2-512 @2904
  1252. test integrity: hmac-sha2-512 @2905
  1253. test integrity: hmac-sha2-512 @2906
  1254. test integrity: hmac-sha2-512 @2907
  1255. test integrity: hmac-sha2-512 @2908
  1256. test integrity: hmac-sha2-512 @2909
  1257. test integrity: 10 errors: mac 10 padding 0 length 0
  1258. test integrity: hmac-md5 @2900
  1259. test integrity: hmac-md5 @2901
  1260. test integrity: hmac-md5 @2902
  1261. test integrity: hmac-md5 @2903
  1262. test integrity: hmac-md5 @2904
  1263. test integrity: hmac-md5 @2905
  1264. test integrity: hmac-md5 @2906
  1265. test integrity: hmac-md5 @2907
  1266. test integrity: hmac-md5 @2908
  1267. test integrity: hmac-md5 @2909
  1268. test integrity: 10 errors: mac 10 padding 0 length 0
  1269. test integrity: hmac-md5-96 @2900
  1270. test integrity: hmac-md5-96 @2901
  1271. test integrity: hmac-md5-96 @2902
  1272. test integrity: hmac-md5-96 @2903
  1273. test integrity: hmac-md5-96 @2904
  1274. test integrity: hmac-md5-96 @2905
  1275. test integrity: hmac-md5-96 @2906
  1276. test integrity: hmac-md5-96 @2907
  1277. test integrity: hmac-md5-96 @2908
  1278. test integrity: hmac-md5-96 @2909
  1279. test integrity: 10 errors: mac 10 padding 0 length 0
  1280. test integrity: hmac-ripemd160 @2900
  1281. test integrity: hmac-ripemd160 @2901
  1282. test integrity: hmac-ripemd160 @2902
  1283. test integrity: hmac-ripemd160 @2903
  1284. test integrity: hmac-ripemd160 @2904
  1285. test integrity: hmac-ripemd160 @2905
  1286. test integrity: hmac-ripemd160 @2906
  1287. test integrity: hmac-ripemd160 @2907
  1288. test integrity: hmac-ripemd160 @2908
  1289. test integrity: hmac-ripemd160 @2909
  1290. test integrity: 10 errors: mac 10 padding 0 length 0
  1291. test integrity: [email protected] @2900
  1292. test integrity: [email protected] @2901
  1293. test integrity: [email protected] @2902
  1294. test integrity: [email protected] @2903
  1295. test integrity: [email protected] @2904
  1296. test integrity: [email protected] @2905
  1297. test integrity: [email protected] @2906
  1298. test integrity: [email protected] @2907
  1299. test integrity: [email protected] @2908
  1300. test integrity: [email protected] @2909
  1301. test integrity: 10 errors: mac 10 padding 0 length 0
  1302. test integrity: [email protected] @2900
  1303. test integrity: [email protected] @2901
  1304. test integrity: [email protected] @2902
  1305. test integrity: [email protected] @2903
  1306. test integrity: [email protected] @2906
  1307. test integrity: [email protected] @2907
  1308. test integrity: [email protected] @2908
  1309. test integrity: [email protected] @2909
  1310. test integrity: 8 errors: mac 6 padding 1 length 1
  1311. test integrity: [email protected] @2900
  1312. test integrity: [email protected] @2901
  1313. test integrity: [email protected] @2902
  1314. test integrity: [email protected] @2903
  1315. test integrity: [email protected] @2904
  1316. test integrity: [email protected] @2905
  1317. test integrity: [email protected] @2906
  1318. test integrity: [email protected] @2907
  1319. test integrity: [email protected] @2908
  1320. test integrity: [email protected] @2909
  1321. test integrity: 10 errors: mac 10 padding 0 length 0
  1322. test integrity: [email protected] @2900
  1323. test integrity: [email protected] @2901
  1324. test integrity: [email protected] @2902
  1325. test integrity: [email protected] @2903
  1326. test integrity: [email protected] @2904
  1327. test integrity: [email protected] @2905
  1328. test integrity: [email protected] @2906
  1329. test integrity: [email protected] @2907
  1330. test integrity: [email protected] @2908
  1331. test integrity: [email protected] @2909
  1332. test integrity: 10 errors: mac 10 padding 0 length 0
  1333. test integrity: [email protected] @2900
  1334. test integrity: [email protected] @2901
  1335. test integrity: [email protected] @2902
  1336. test integrity: [email protected] @2903
  1337. test integrity: [email protected] @2904
  1338. test integrity: [email protected] @2905
  1339. test integrity: [email protected] @2906
  1340. test integrity: [email protected] @2907
  1341. test integrity: [email protected] @2908
  1342. test integrity: [email protected] @2909
  1343. test integrity: 10 errors: mac 10 padding 0 length 0
  1344. test integrity: [email protected] @2900
  1345. test integrity: [email protected] @2901
  1346. test integrity: [email protected] @2902
  1347. test integrity: [email protected] @2903
  1348. test integrity: [email protected] @2904
  1349. test integrity: [email protected] @2905
  1350. test integrity: [email protected] @2906
  1351. test integrity: [email protected] @2907
  1352. test integrity: [email protected] @2908
  1353. test integrity: [email protected] @2909
  1354. test integrity: 10 errors: mac 10 padding 0 length 0
  1355. test integrity: [email protected] @2900
  1356. test integrity: [email protected] @2901
  1357. test integrity: [email protected] @2902
  1358. test integrity: [email protected] @2903
  1359. test integrity: [email protected] @2904
  1360. test integrity: [email protected] @2905
  1361. test integrity: [email protected] @2906
  1362. test integrity: [email protected] @2907
  1363. test integrity: [email protected] @2908
  1364. test integrity: [email protected] @2909
  1365. test integrity: 10 errors: mac 10 padding 0 length 0
  1366. test integrity: [email protected] @2900
  1367. test integrity: [email protected] @2901
  1368. test integrity: [email protected] @2902
  1369. test integrity: [email protected] @2903
  1370. test integrity: [email protected] @2904
  1371. test integrity: [email protected] @2905
  1372. test integrity: [email protected] @2906
  1373. test integrity: [email protected] @2907
  1374. test integrity: [email protected] @2908
  1375. test integrity: [email protected] @2909
  1376. test integrity: 10 errors: mac 10 padding 0 length 0
  1377. test integrity: [email protected] @2900
  1378. test integrity: [email protected] @2901
  1379. test integrity: [email protected] @2902
  1380. test integrity: [email protected] @2903
  1381. test integrity: [email protected] @2904
  1382. test integrity: [email protected] @2905
  1383. test integrity: [email protected] @2906
  1384. test integrity: [email protected] @2907
  1385. test integrity: [email protected] @2908
  1386. test integrity: [email protected] @2909
  1387. test integrity: 10 errors: mac 10 padding 0 length 0
  1388. test integrity: [email protected] @2900
  1389. test integrity: [email protected] @2901
  1390. test integrity: [email protected] @2902
  1391. test integrity: [email protected] @2903
  1392. test integrity: [email protected] @2904
  1393. test integrity: [email protected] @2905
  1394. test integrity: [email protected] @2906
  1395. test integrity: [email protected] @2907
  1396. test integrity: [email protected] @2908
  1397. test integrity: [email protected] @2909
  1398. test integrity: 10 errors: mac 10 padding 0 length 0
  1399. test integrity: [email protected] @2900
  1400. test integrity: [email protected] @2901
  1401. test integrity: [email protected] @2902
  1402. test integrity: [email protected] @2903
  1403. test integrity: [email protected] @2904
  1404. test integrity: [email protected] @2905
  1405. test integrity: [email protected] @2906
  1406. test integrity: [email protected] @2907
  1407. test integrity: [email protected] @2908
  1408. test integrity: [email protected] @2909
  1409. test integrity: 10 errors: mac 10 padding 0 length 0
  1410. test integrity: [email protected] @2900
  1411. test integrity: [email protected] @2901
  1412. test integrity: [email protected] @2902
  1413. test integrity: [email protected] @2903
  1414. test integrity: [email protected] @2904
  1415. test integrity: [email protected] @2905
  1416. test integrity: [email protected] @2906
  1417. test integrity: [email protected] @2907
  1418. test integrity: [email protected] @2908
  1419. test integrity: [email protected] @2909
  1420. test integrity: 10 errors: mac 10 padding 0 length 0
  1421. test integrity: [email protected] @2900
  1422. test integrity: [email protected] @2901
  1423. test integrity: [email protected] @2902
  1424. test integrity: [email protected] @2903
  1425. test integrity: [email protected] @2904
  1426. test integrity: [email protected] @2905
  1427. test integrity: [email protected] @2906
  1428. test integrity: [email protected] @2907
  1429. test integrity: [email protected] @2908
  1430. test integrity: [email protected] @2909
  1431. test integrity: 10 errors: mac 10 padding 0 length 0
  1432. test integrity: [email protected] @2900
  1433. test integrity: [email protected] @2901
  1434. test integrity: [email protected] @2902
  1435. test integrity: [email protected] @2903
  1436. test integrity: [email protected] @2904
  1437. test integrity: [email protected] @2905
  1438. test integrity: [email protected] @2906
  1439. test integrity: [email protected] @2907
  1440. test integrity: [email protected] @2908
  1441. test integrity: [email protected] @2909
  1442. test integrity: 10 errors: mac 10 padding 0 length 0
  1443. test integrity: [email protected] @2900
  1444. test integrity: [email protected] @2901
  1445. test integrity: [email protected] @2902
  1446. test integrity: [email protected] @2903
  1447. test integrity: [email protected] @2904
  1448. test integrity: [email protected] @2905
  1449. test integrity: [email protected] @2906
  1450. test integrity: [email protected] @2907
  1451. test integrity: [email protected] @2908
  1452. test integrity: [email protected] @2909
  1453. test integrity: 10 errors: mac 10 padding 0 length 0
  1454. ok integrity
  1455. run test krl.sh ...
  1456. key revocation lists: generating test keys
  1457. key revocation lists: generating KRLs
  1458. key revocation lists: checking revocations for revoked keys
  1459. key revocation lists: checking revocations for unrevoked keys
  1460. key revocation lists: checking revocations for revoked certs
  1461. key revocation lists: checking revocations for unrevoked certs
  1462. key revocation lists: testing KRL update
  1463. key revocation lists: checking revocations for revoked keys
  1464. key revocation lists: checking revocations for unrevoked keys
  1465. key revocation lists: checking revocations for revoked certs
  1466. key revocation lists: checking revocations for unrevoked certs
  1467. ok key revocation lists
  1468. make[1]: Leaving directory `/home/ec2-user/openssh-6.6p1/regress'
  1469. all tests passed
  1470. [ec2-user@ip-172-31-40-44 openssh-6.6p1]$
Add Comment
Please, Sign In to add comment