Guest User

Untitled

a guest
Jun 12th, 2022
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.29 KB | None | 0 0
  1. $ ANSIBLE_HOST_KEY_CHECKING=false ansible WebServer.home.local -m ping -vvvv
  2. ansible [core 2.12.6]
  3. config file = /home/ansibleuser/.ansible.cfg
  4. configured module search path = ['/home/ansibleuser/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  5. ansible python module location = /usr/lib/python3/dist-packages/ansible
  6. ansible collection location = /home/ansibleuser/.ansible/collections:/usr/share/ansible/collections
  7. executable location = /usr/bin/ansible
  8. python version = 3.10.4 (main, Apr 2 2022, 09:04:19) [GCC 11.2.0]
  9. jinja version = 3.0.3
  10. libyaml = True
  11. Using /home/ansibleuser/.ansible.cfg as config file
  12. setting up inventory plugins
  13. host_list declined parsing /home/ansibleuser/ansible/hosts as it did not pass its verify_file() method
  14. script declined parsing /home/ansibleuser/ansible/hosts as it did not pass its verify_file() method
  15. auto declined parsing /home/ansibleuser/ansible/hosts as it did not pass its verify_file() method
  16. Skipping empty key (hosts) in group (all)
  17. Parsed /home/ansibleuser/ansible/hosts inventory source with yaml plugin
  18. Loading callback plugin minimal of type stdout, v2.0 from /usr/lib/python3/dist-packages/ansible/plugins/callback/minimal.py
  19. Skipping callback 'default', as we already have a stdout callback.
  20. Skipping callback 'minimal', as we already have a stdout callback.
  21. Skipping callback 'oneline', as we already have a stdout callback.
  22. META:
  23. ran handlers
  24. Trying secret ScriptVaultSecret(filename='/home/ansibleuser/.ansible/.vault_pass.sh') for vault_id=default
  25. Trying secret ScriptVaultSecret(filename='/home/ansibleuser/.ansible/.vault_pass.sh') for vault_id=default
  26. Trying secret ScriptVaultSecret(filename='/home/ansibleuser/.ansible/.vault_pass.sh') for vault_id=default
  27. <WebServer.home.local> ESTABLISH SSH CONNECTION FOR USER:
  28. webadmin
  29. <WebServer.home.local> SSH:
  30. EXEC ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="webadmin"' -o ConnectTimeout=15 -o 'ControlPath="/home/ansibleuser/.ansible/cp/7f433332f3"' WebServer.home.local '/bin/sh -c '"'"'echo ~webadmin && sleep 0'"'"''
  31. <WebServer.home.local> (255, b'', b'OpenSSH_8.9p1 Ubuntu-3, OpenSSL 3.0.2 15 Mar 2022
  32. \ndebug1:
  33. Reading configuration data /etc/ssh/ssh_config
  34. \ndebug1:
  35. /etc/ssh/ssh_config line 19:
  36. include /etc/ssh/ssh_config.d/*.conf matched no files
  37. \ndebug1:
  38. /etc/ssh/ssh_config line 21:
  39. Applying options for *
  40. \ndebug3:
  41. expanded UserKnownHostsFile \'~/.ssh/known_hosts\' -> \'/home/ansibleuser/.ssh/known_hosts\'
  42. \ndebug3:
  43. expanded UserKnownHostsFile \'~/.ssh/known_hosts2\' -> \'/home/ansibleuser/.ssh/known_hosts2\'
  44. \ndebug1:
  45. auto-mux:
  46. Trying existing master
  47. \ndebug1:
  48. Control socket "/home/ansibleuser/.ansible/cp/7f433332f3" does not exist
  49. \ndebug2:
  50. resolving "webserver.home.local" port 22
  51. \ndebug3:
  52. resolve_host:
  53. lookup webserver.home.local:22
  54. \ndebug3:
  55. ssh_connect_direct:
  56. entering
  57. \ndebug1:
  58. Connecting to webserver.home.local [::1] port 22.
  59. \ndebug3:
  60. set_sock_tos:
  61. set socket 3 IPV6_TCLASS 0x10
  62. \ndebug2:
  63. fd 3 setting O_NONBLOCK
  64. \ndebug1:
  65. fd 3 clearing O_NONBLOCK
  66. \ndebug1:
  67. Connection established.
  68. \ndebug3:
  69. timeout:
  70. 15000 ms remain after connect
  71. \ndebug1:
  72. identity file /home/ansibleuser/.ssh/id_rsa type 0
  73. \ndebug1:
  74. identity file /home/ansibleuser/.ssh/id_rsa-cert type -1
  75. \ndebug1:
  76. identity file /home/ansibleuser/.ssh/id_ecdsa type -1
  77. \ndebug1:
  78. identity file /home/ansibleuser/.ssh/id_ecdsa-cert type -1
  79. \ndebug1:
  80. identity file /home/ansibleuser/.ssh/id_ecdsa_sk type -1
  81. \ndebug1:
  82. identity file /home/ansibleuser/.ssh/id_ecdsa_sk-cert type -1
  83. \ndebug1:
  84. identity file /home/ansibleuser/.ssh/id_ed25519 type -1
  85. \ndebug1:
  86. identity file /home/ansibleuser/.ssh/id_ed25519-cert type -1
  87. \ndebug1:
  88. identity file /home/ansibleuser/.ssh/id_ed25519_sk type -1
  89. \ndebug1:
  90. identity file /home/ansibleuser/.ssh/id_ed25519_sk-cert type -1
  91. \ndebug1:
  92. identity file /home/ansibleuser/.ssh/id_xmss type -1
  93. \ndebug1:
  94. identity file /home/ansibleuser/.ssh/id_xmss-cert type -1
  95. \ndebug1:
  96. identity file /home/ansibleuser/.ssh/id_dsa type -1
  97. \ndebug1:
  98. identity file /home/ansibleuser/.ssh/id_dsa-cert type -1
  99. \ndebug1:
  100. Local version string SSH-2.0-OpenSSH_8.9p1 Ubuntu-3
  101. \ndebug1:
  102. Remote protocol version 2.0, remote software version OpenSSH_8.9p1 Ubuntu-3
  103. \ndebug1:
  104. compat_banner:
  105. match:
  106. OpenSSH_8.9p1 Ubuntu-3 pat OpenSSH* compat 0x04000000
  107. \ndebug2:
  108. fd 3 setting O_NONBLOCK
  109. \ndebug1:
  110. Authenticating to webserver.home.local:22 as \'webadmin\'
  111. \ndebug3:
  112. record_hostkey:
  113. found key type ED25519 in file /home/ansibleuser/.ssh/known_hosts:27
  114. \ndebug3:
  115. record_hostkey:
  116. found key type RSA in file /home/ansibleuser/.ssh/known_hosts:28
  117. \ndebug3:
  118. record_hostkey:
  119. found key type ECDSA in file /home/ansibleuser/.ssh/known_hosts:29
  120. \ndebug3:
  121. record_hostkey:
  122. found key type ED25519 in file /home/ansibleuser/.ssh/known_hosts:30
  123. \ndebug3:
  124. load_hostkeys_file:
  125. loaded 4 keys from webserver.home.local
  126. \ndebug1:
  127. load_hostkeys:
  128. fopen /home/ansibleuser/.ssh/known_hosts2:
  129. No such file or directory
  130. \ndebug1:
  131. load_hostkeys:
  132. fopen /etc/ssh/ssh_known_hosts:
  133. No such file or directory
  134. \ndebug1:
  135. load_hostkeys:
  136. fopen /etc/ssh/ssh_known_hosts2:
  137. No such file or directory
  138. \ndebug3:
  139. order_hostkeyalgs:
  140. have matching best-preference key type [email protected], using HostkeyAlgorithms verbatim
  141. \ndebug3:
  142. send packet:
  143. type 20
  144. \ndebug1:
  145. SSH2_MSG_KEXINIT sent
  146. \ndebug3:
  147. receive packet:
  148. type 20
  149. \ndebug1:
  150. SSH2_MSG_KEXINIT received
  151. \ndebug2:
  152. local client KEXINIT proposal
  153. \ndebug2:
  154. KEX algorithms:
  155. curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,[email protected],diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c
  156. \ndebug2:
  157. host key algorithms:
  158. \ndebug2:
  159. ciphers ctos:
  160. [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  161. \ndebug2:
  162. ciphers stoc:
  163. [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  164. \ndebug2:
  165. MACs ctos:
  166. \ndebug2:
  167. MACs stoc:
  168. \ndebug2:
  169. compression ctos:
  170. \ndebug2:
  171. compression stoc:
  172. \ndebug2:
  173. languages ctos:
  174.  
  175. \ndebug2:
  176. languages stoc:
  177.  
  178. \ndebug2:
  179. first_kex_follows 0
  180. \ndebug2:
  181. reserved 0
  182. \ndebug2:
  183. peer server KEXINIT proposal
  184. \ndebug2:
  185. KEX algorithms:
  186. curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,[email protected],diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256
  187. \ndebug2:
  188. host key algorithms:
  189. rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
  190. \ndebug2:
  191. ciphers ctos:
  192. [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  193. \ndebug2:
  194. ciphers stoc:
  195. [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  196. \ndebug2:
  197. MACs ctos:
  198. \ndebug2:
  199. MACs stoc:
  200. \ndebug2:
  201. compression ctos:
  202. \ndebug2:
  203. compression stoc:
  204. \ndebug2:
  205. languages ctos:
  206.  
  207. \ndebug2:
  208. languages stoc:
  209.  
  210. \ndebug2:
  211. first_kex_follows 0
  212. \ndebug2:
  213. reserved 0
  214. \ndebug1:
  215. kex:
  216. algorithm:
  217. curve25519-sha256
  218. \ndebug1:
  219. kex:
  220. host key algorithm:
  221. ssh-ed25519
  222. \ndebug1:
  223. kex:
  224. server->client cipher:
  225. <implicit> compression:
  226. \ndebug1:
  227. kex:
  228. client->server cipher:
  229. <implicit> compression:
  230. \ndebug3:
  231. send packet:
  232. type 30
  233. \ndebug1:
  234. expecting SSH2_MSG_KEX_ECDH_REPLY
  235. \ndebug3:
  236. receive packet:
  237. type 31
  238. \ndebug1:
  239. SSH2_MSG_KEX_ECDH_REPLY received
  240. \ndebug1:
  241. Server host key:
  242. ssh-ed25519 SHA256:qvreG5xc2XKnL2wmbiL8n4et6ldng/nlNalb4hgFIeY
  243. \ndebug3:
  244. record_hostkey:
  245. found key type ED25519 in file /home/ansibleuser/.ssh/known_hosts:27
  246. \ndebug3:
  247. record_hostkey:
  248. found key type RSA in file /home/ansibleuser/.ssh/known_hosts:28
  249. \ndebug3:
  250. record_hostkey:
  251. found key type ECDSA in file /home/ansibleuser/.ssh/known_hosts:29
  252. \ndebug3:
  253. record_hostkey:
  254. found key type ED25519 in file /home/ansibleuser/.ssh/known_hosts:30
  255. \ndebug3:
  256. load_hostkeys_file:
  257. loaded 4 keys from webserver.home.local
  258. \ndebug1:
  259. load_hostkeys:
  260. fopen /home/ansibleuser/.ssh/known_hosts2:
  261. No such file or directory
  262. \ndebug1:
  263. load_hostkeys:
  264. fopen /etc/ssh/ssh_known_hosts:
  265. No such file or directory
  266. \ndebug1:
  267. load_hostkeys:
  268. fopen /etc/ssh/ssh_known_hosts2:
  269. No such file or directory
  270. \ndebug1:
  271. Host \'webserver.home.local\' is known and matches the ED25519 host key.
  272. \ndebug1:
  273. Found key in /home/ansibleuser/.ssh/known_hosts:27
  274. \ndebug3:
  275. send packet:
  276. type 21
  277. \ndebug2:
  278. ssh_set_newkeys:
  279. mode 1
  280. \ndebug1:
  281. rekey out after 134217728 blocks
  282. \ndebug1:
  283. SSH2_MSG_NEWKEYS sent
  284. \ndebug1:
  285. expecting SSH2_MSG_NEWKEYS
  286. \ndebug3:
  287. receive packet:
  288. type 21
  289. \ndebug1:
  290. SSH2_MSG_NEWKEYS received
  291. \ndebug2:
  292. ssh_set_newkeys:
  293. mode 0
  294. \ndebug1:
  295. rekey in after 134217728 blocks
  296. \ndebug1:
  297. Will attempt key:
  298. /home/ansibleuser/.ssh/id_rsa RSA SHA256:+EnDleb8pbPZ56mNXOeK19d6KVcrz0KUZbnjLcm7BWE
  299. \ndebug1:
  300. Will attempt key:
  301. /home/ansibleuser/.ssh/id_ecdsa
  302. \ndebug1:
  303. Will attempt key:
  304. /home/ansibleuser/.ssh/id_ecdsa_sk
  305. \ndebug1:
  306. Will attempt key:
  307. /home/ansibleuser/.ssh/id_ed25519
  308. \ndebug1:
  309. Will attempt key:
  310. /home/ansibleuser/.ssh/id_ed25519_sk
  311. \ndebug1:
  312. Will attempt key:
  313. /home/ansibleuser/.ssh/id_xmss
  314. \ndebug1:
  315. Will attempt key:
  316. /home/ansibleuser/.ssh/id_dsa
  317. \ndebug2:
  318. pubkey_prepare:
  319. done
  320. \ndebug3:
  321. send packet:
  322. type 5
  323. \ndebug3:
  324. receive packet:
  325. type 7
  326. \ndebug1:
  327. SSH2_MSG_EXT_INFO received
  328. \ndebug1:
  329. kex_input_ext_info:
  330. server-sig-algs=<ssh-ed25519,[email protected],ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected]>
  331. \ndebug1:
  332. kex_input_ext_info:
  333. \ndebug3:
  334. receive packet:
  335. type 6
  336. \ndebug2:
  337. service_accept:
  338. ssh-userauth
  339. \ndebug1:
  340. SSH2_MSG_SERVICE_ACCEPT received
  341. \ndebug3:
  342. send packet:
  343. type 50
  344. \ndebug3:
  345. receive packet:
  346. type 51
  347. \ndebug1:
  348. Authentications that can continue:
  349. publickey,password
  350. \ndebug3:
  351. start over, passed a different list publickey,password
  352. \ndebug3:
  353. preferred gssapi-with-mic,gssapi-keyex,hostbased,publickey
  354. \ndebug3:
  355. authmethod_lookup publickey
  356. \ndebug3:
  357. remaining preferred:
  358. ,gssapi-keyex,hostbased,publickey
  359. \ndebug3:
  360. authmethod_is_enabled publickey
  361. \ndebug1:
  362. Next authentication method:
  363. publickey
  364. \ndebug1:
  365. Offering public key:
  366. /home/ansibleuser/.ssh/id_rsa RSA SHA256:+EnDleb8pbPZ56mNXOeK19d6KVcrz0KUZbnjLcm7BWE
  367. \ndebug3:
  368. send packet:
  369. type 50
  370. \ndebug2:
  371. we sent a publickey packet, wait for reply
  372. \ndebug3:
  373. receive packet:
  374. type 51
  375. \ndebug1:
  376. Authentications that can continue:
  377. publickey,password
  378. \ndebug1:
  379. Trying private key:
  380. /home/ansibleuser/.ssh/id_ecdsa
  381. \ndebug3:
  382. no such identity:
  383. /home/ansibleuser/.ssh/id_ecdsa:
  384. No such file or directory
  385. \ndebug1:
  386. Trying private key:
  387. /home/ansibleuser/.ssh/id_ecdsa_sk
  388. \ndebug3:
  389. no such identity:
  390. /home/ansibleuser/.ssh/id_ecdsa_sk:
  391. No such file or directory
  392. \ndebug1:
  393. Trying private key:
  394. /home/ansibleuser/.ssh/id_ed25519
  395. \ndebug3:
  396. no such identity:
  397. /home/ansibleuser/.ssh/id_ed25519:
  398. No such file or directory
  399. \ndebug1:
  400. Trying private key:
  401. /home/ansibleuser/.ssh/id_ed25519_sk
  402. \ndebug3:
  403. no such identity:
  404. /home/ansibleuser/.ssh/id_ed25519_sk:
  405. No such file or directory
  406. \ndebug1:
  407. Trying private key:
  408. /home/ansibleuser/.ssh/id_xmss
  409. \ndebug3:
  410. no such identity:
  411. /home/ansibleuser/.ssh/id_xmss:
  412. No such file or directory
  413. \ndebug1:
  414. Trying private key:
  415. /home/ansibleuser/.ssh/id_dsa
  416. \ndebug3:
  417. no such identity:
  418. /home/ansibleuser/.ssh/id_dsa:
  419. No such file or directory
  420. \ndebug2:
  421. we did not send a packet, disable method
  422. \ndebug1:
  423. No more authentication methods to try.
  424. Permission denied (publickey,password).
  425. \n')
  426. WebServer.home.local | UNREACHABLE! => {
  427. "changed":
  428. false,
  429. "msg":
  430. "Failed to connect to the host via ssh:
  431. OpenSSH_8.9p1 Ubuntu-3, OpenSSL 3.0.2 15 Mar 2022
  432. \ndebug1:
  433. Reading configuration data /etc/ssh/ssh_config
  434. \ndebug1:
  435. /etc/ssh/ssh_config line 19:
  436. include /etc/ssh/ssh_config.d/*.conf matched no files
  437. \ndebug1:
  438. /etc/ssh/ssh_config line 21:
  439. Applying options for *
  440. \ndebug3:
  441. expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ansibleuser/.ssh/known_hosts'
  442. \ndebug3:
  443. expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ansibleuser/.ssh/known_hosts2'
  444. \ndebug1:
  445. auto-mux:
  446. Trying existing master
  447. \ndebug1:
  448. Control socket \"/home/ansibleuser/.ansible/cp/7f433332f3\" does not exist
  449. \ndebug2:
  450. resolving \"webserver.home.local\" port 22
  451. \ndebug3:
  452. resolve_host:
  453. lookup webserver.home.local:22
  454. \ndebug3:
  455. ssh_connect_direct:
  456. entering
  457. \ndebug1:
  458. Connecting to webserver.home.local [::1] port 22.
  459. \ndebug3:
  460. set_sock_tos:
  461. set socket 3 IPV6_TCLASS 0x10
  462. \ndebug2:
  463. fd 3 setting O_NONBLOCK
  464. \ndebug1:
  465. fd 3 clearing O_NONBLOCK
  466. \ndebug1:
  467. Connection established.
  468. \ndebug3:
  469. timeout:
  470. 15000 ms remain after connect
  471. \ndebug1:
  472. identity file /home/ansibleuser/.ssh/id_rsa type 0
  473. \ndebug1:
  474. identity file /home/ansibleuser/.ssh/id_rsa-cert type -1
  475. \ndebug1:
  476. identity file /home/ansibleuser/.ssh/id_ecdsa type -1
  477. \ndebug1:
  478. identity file /home/ansibleuser/.ssh/id_ecdsa-cert type -1
  479. \ndebug1:
  480. identity file /home/ansibleuser/.ssh/id_ecdsa_sk type -1
  481. \ndebug1:
  482. identity file /home/ansibleuser/.ssh/id_ecdsa_sk-cert type -1
  483. \ndebug1:
  484. identity file /home/ansibleuser/.ssh/id_ed25519 type -1
  485. \ndebug1:
  486. identity file /home/ansibleuser/.ssh/id_ed25519-cert type -1
  487. \ndebug1:
  488. identity file /home/ansibleuser/.ssh/id_ed25519_sk type -1
  489. \ndebug1:
  490. identity file /home/ansibleuser/.ssh/id_ed25519_sk-cert type -1
  491. \ndebug1:
  492. identity file /home/ansibleuser/.ssh/id_xmss type -1
  493. \ndebug1:
  494. identity file /home/ansibleuser/.ssh/id_xmss-cert type -1
  495. \ndebug1:
  496. identity file /home/ansibleuser/.ssh/id_dsa type -1
  497. \ndebug1:
  498. identity file /home/ansibleuser/.ssh/id_dsa-cert type -1
  499. \ndebug1:
  500. Local version string SSH-2.0-OpenSSH_8.9p1 Ubuntu-3
  501. \ndebug1:
  502. Remote protocol version 2.0, remote software version OpenSSH_8.9p1 Ubuntu-3
  503. \ndebug1:
  504. compat_banner:
  505. match:
  506. OpenSSH_8.9p1 Ubuntu-3 pat OpenSSH* compat 0x04000000
  507. \ndebug2:
  508. fd 3 setting O_NONBLOCK
  509. \ndebug1:
  510. Authenticating to webserver.home.local:22 as 'webadmin'
  511. \ndebug3:
  512. record_hostkey:
  513. found key type ED25519 in file /home/ansibleuser/.ssh/known_hosts:27
  514. \ndebug3:
  515. record_hostkey:
  516. found key type RSA in file /home/ansibleuser/.ssh/known_hosts:28
  517. \ndebug3:
  518. record_hostkey:
  519. found key type ECDSA in file /home/ansibleuser/.ssh/known_hosts:29
  520. \ndebug3:
  521. record_hostkey:
  522. found key type ED25519 in file /home/ansibleuser/.ssh/known_hosts:30
  523. \ndebug3:
  524. load_hostkeys_file:
  525. loaded 4 keys from webserver.home.local
  526. \ndebug1:
  527. load_hostkeys:
  528. fopen /home/ansibleuser/.ssh/known_hosts2:
  529. No such file or directory
  530. \ndebug1:
  531. load_hostkeys:
  532. fopen /etc/ssh/ssh_known_hosts:
  533. No such file or directory
  534. \ndebug1:
  535. load_hostkeys:
  536. fopen /etc/ssh/ssh_known_hosts2:
  537. No such file or directory
  538. \ndebug3:
  539. order_hostkeyalgs:
  540. have matching best-preference key type [email protected], using HostkeyAlgorithms verbatim
  541. \ndebug3:
  542. send packet:
  543. type 20
  544. \ndebug1:
  545. SSH2_MSG_KEXINIT sent
  546. \ndebug3:
  547. receive packet:
  548. type 20
  549. \ndebug1:
  550. SSH2_MSG_KEXINIT received
  551. \ndebug2:
  552. local client KEXINIT proposal
  553. \ndebug2:
  554. KEX algorithms:
  555. curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,[email protected],diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c
  556. \ndebug2:
  557. host key algorithms:
  558. \ndebug2:
  559. ciphers ctos:
  560. [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  561. \ndebug2:
  562. ciphers stoc:
  563. [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  564. \ndebug2:
  565. MACs ctos:
  566. \ndebug2:
  567. MACs stoc:
  568. \ndebug2:
  569. compression ctos:
  570. \ndebug2:
  571. compression stoc:
  572. \ndebug2:
  573. languages ctos:
  574.  
  575. \ndebug2:
  576. languages stoc:
  577.  
  578. \ndebug2:
  579. first_kex_follows 0
  580. \ndebug2:
  581. reserved 0
  582. \ndebug2:
  583. peer server KEXINIT proposal
  584. \ndebug2:
  585. KEX algorithms:
  586. curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,[email protected],diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256
  587. \ndebug2:
  588. host key algorithms:
  589. rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
  590. \ndebug2:
  591. ciphers ctos:
  592. [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  593. \ndebug2:
  594. ciphers stoc:
  595. [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
  596. \ndebug2:
  597. MACs ctos:
  598. \ndebug2:
  599. MACs stoc:
  600. \ndebug2:
  601. compression ctos:
  602. \ndebug2:
  603. compression stoc:
  604. \ndebug2:
  605. languages ctos:
  606.  
  607. \ndebug2:
  608. languages stoc:
  609.  
  610. \ndebug2:
  611. first_kex_follows 0
  612. \ndebug2:
  613. reserved 0
  614. \ndebug1:
  615. kex:
  616. algorithm:
  617. curve25519-sha256
  618. \ndebug1:
  619. kex:
  620. host key algorithm:
  621. ssh-ed25519
  622. \ndebug1:
  623. kex:
  624. server->client cipher:
  625. <implicit> compression:
  626. \ndebug1:
  627. kex:
  628. client->server cipher:
  629. <implicit> compression:
  630. \ndebug3:
  631. send packet:
  632. type 30
  633. \ndebug1:
  634. expecting SSH2_MSG_KEX_ECDH_REPLY
  635. \ndebug3:
  636. receive packet:
  637. type 31
  638. \ndebug1:
  639. SSH2_MSG_KEX_ECDH_REPLY received
  640. \ndebug1:
  641. Server host key:
  642. ssh-ed25519 SHA256:qvreG5xc2XKnL2wmbiL8n4et6ldng/nlNalb4hgFIeY
  643. \ndebug3:
  644. record_hostkey:
  645. found key type ED25519 in file /home/ansibleuser/.ssh/known_hosts:27
  646. \ndebug3:
  647. record_hostkey:
  648. found key type RSA in file /home/ansibleuser/.ssh/known_hosts:28
  649. \ndebug3:
  650. record_hostkey:
  651. found key type ECDSA in file /home/ansibleuser/.ssh/known_hosts:29
  652. \ndebug3:
  653. record_hostkey:
  654. found key type ED25519 in file /home/ansibleuser/.ssh/known_hosts:30
  655. \ndebug3:
  656. load_hostkeys_file:
  657. loaded 4 keys from webserver.home.local
  658. \ndebug1:
  659. load_hostkeys:
  660. fopen /home/ansibleuser/.ssh/known_hosts2:
  661. No such file or directory
  662. \ndebug1:
  663. load_hostkeys:
  664. fopen /etc/ssh/ssh_known_hosts:
  665. No such file or directory
  666. \ndebug1:
  667. load_hostkeys:
  668. fopen /etc/ssh/ssh_known_hosts2:
  669. No such file or directory
  670. \ndebug1:
  671. Host 'webserver.home.local' is known and matches the ED25519 host key.
  672. \ndebug1:
  673. Found key in /home/ansibleuser/.ssh/known_hosts:27
  674. \ndebug3:
  675. send packet:
  676. type 21
  677. \ndebug2:
  678. ssh_set_newkeys:
  679. mode 1
  680. \ndebug1:
  681. rekey out after 134217728 blocks
  682. \ndebug1:
  683. SSH2_MSG_NEWKEYS sent
  684. \ndebug1:
  685. expecting SSH2_MSG_NEWKEYS
  686. \ndebug3:
  687. receive packet:
  688. type 21
  689. \ndebug1:
  690. SSH2_MSG_NEWKEYS received
  691. \ndebug2:
  692. ssh_set_newkeys:
  693. mode 0
  694. \ndebug1:
  695. rekey in after 134217728 blocks
  696. \ndebug1:
  697. Will attempt key:
  698. /home/ansibleuser/.ssh/id_rsa RSA SHA256:+EnDleb8pbPZ56mNXOeK19d6KVcrz0KUZbnjLcm7BWE
  699. \ndebug1:
  700. Will attempt key:
  701. /home/ansibleuser/.ssh/id_ecdsa
  702. \ndebug1:
  703. Will attempt key:
  704. /home/ansibleuser/.ssh/id_ecdsa_sk
  705. \ndebug1:
  706. Will attempt key:
  707. /home/ansibleuser/.ssh/id_ed25519
  708. \ndebug1:
  709. Will attempt key:
  710. /home/ansibleuser/.ssh/id_ed25519_sk
  711. \ndebug1:
  712. Will attempt key:
  713. /home/ansibleuser/.ssh/id_xmss
  714. \ndebug1:
  715. Will attempt key:
  716. /home/ansibleuser/.ssh/id_dsa
  717. \ndebug2:
  718. pubkey_prepare:
  719. done
  720. \ndebug3:
  721. send packet:
  722. type 5
  723. \ndebug3:
  724. receive packet:
  725. type 7
  726. \ndebug1:
  727. SSH2_MSG_EXT_INFO received
  728. \ndebug1:
  729. kex_input_ext_info:
  730. server-sig-algs=<ssh-ed25519,[email protected],ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected]>
  731. \ndebug1:
  732. kex_input_ext_info:
  733. \ndebug3:
  734. receive packet:
  735. type 6
  736. \ndebug2:
  737. service_accept:
  738. ssh-userauth
  739. \ndebug1:
  740. SSH2_MSG_SERVICE_ACCEPT received
  741. \ndebug3:
  742. send packet:
  743. type 50
  744. \ndebug3:
  745. receive packet:
  746. type 51
  747. \ndebug1:
  748. Authentications that can continue:
  749. publickey,password
  750. \ndebug3:
  751. start over, passed a different list publickey,password
  752. \ndebug3:
  753. preferred gssapi-with-mic,gssapi-keyex,hostbased,publickey
  754. \ndebug3:
  755. authmethod_lookup publickey
  756. \ndebug3:
  757. remaining preferred:
  758. ,gssapi-keyex,hostbased,publickey
  759. \ndebug3:
  760. authmethod_is_enabled publickey
  761. \ndebug1:
  762. Next authentication method:
  763. publickey
  764. \ndebug1:
  765. Offering public key:
  766. /home/ansibleuser/.ssh/id_rsa RSA SHA256:+EnDleb8pbPZ56mNXOeK19d6KVcrz0KUZbnjLcm7BWE
  767. \ndebug3:
  768. send packet:
  769. type 50
  770. \ndebug2:
  771. we sent a publickey packet, wait for reply
  772. \ndebug3:
  773. receive packet:
  774. type 51
  775. \ndebug1:
  776. Authentications that can continue:
  777. publickey,password
  778. \ndebug1:
  779. Trying private key:
  780. /home/ansibleuser/.ssh/id_ecdsa
  781. \ndebug3:
  782. no such identity:
  783. /home/ansibleuser/.ssh/id_ecdsa:
  784. No such file or directory
  785. \ndebug1:
  786. Trying private key:
  787. /home/ansibleuser/.ssh/id_ecdsa_sk
  788. \ndebug3:
  789. no such identity:
  790. /home/ansibleuser/.ssh/id_ecdsa_sk:
  791. No such file or directory
  792. \ndebug1:
  793. Trying private key:
  794. /home/ansibleuser/.ssh/id_ed25519
  795. \ndebug3:
  796. no such identity:
  797. /home/ansibleuser/.ssh/id_ed25519:
  798. No such file or directory
  799. \ndebug1:
  800. Trying private key:
  801. /home/ansibleuser/.ssh/id_ed25519_sk
  802. \ndebug3:
  803. no such identity:
  804. /home/ansibleuser/.ssh/id_ed25519_sk:
  805. No such file or directory
  806. \ndebug1:
  807. Trying private key:
  808. /home/ansibleuser/.ssh/id_xmss
  809. \ndebug3:
  810. no such identity:
  811. /home/ansibleuser/.ssh/id_xmss:
  812. No such file or directory
  813. \ndebug1:
  814. Trying private key:
  815. /home/ansibleuser/.ssh/id_dsa
  816. \ndebug3:
  817. no such identity:
  818. /home/ansibleuser/.ssh/id_dsa:
  819. No such file or directory
  820. \ndebug2:
  821. we did not send a packet, disable method
  822. \ndebug1:
  823. No more authentication methods to try.
  824. Permission denied (publickey,password).",
  825. "unreachable":
  826. true
  827. }
  828.  
Add Comment
Please, Sign In to add comment