update: I de-installed all components of the earlier from-source
distribution and used the apt-get on Ubuntu to install a pre-packaged
version - with not much different result. I upgraded the keys on the
Mikrotik host to DSA and made sure plain ssh calls worked from the command
line. But running the same ansible-playbook script did not work - what can
I do to generate more debug info on the reason the system thinks it has an
invalid key, when the Mikrotik log says nothing bad. Is the paramiko module
not recognizing that it has already established the session? or, what is it
expecting back?
> uname -a; ansible --version
Linux s5 5.0.0-15-generic #16-Ubuntu SMP Mon May 6 17:41:33 UTC 2019 x86_64
x86_64 x86_64 GNU/Linux
ansible 2.8.1
config file = /home/dev1/TTLLC_ansible/ansible.cfg
configured module search path = [u'/home/dev1/.ansible/plugins/modules',
u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/dist-packages/ansible
executable location = /usr/bin/ansible
python version = 2.7.16 (default, Apr 6 2019, 01:42:57) [GCC 8.3.0]
...
On the Ubuntu
2019-06-09 14:12:44,685 p=5254 u=dev1 | Parsed
/home/dev1/TTLLC_ansible/TTLLC_hosts inventory source with ini
plugin
2019-06-09 14:12:44,887 p=5254 u=dev1 | Loading callback plugin default of
type stdout, v2.0 from /usr/lib/pyt
hon2.7/dist-packages/ansible/plugins/callback/default.pyc
2019-06-09 14:12:44,927 p=5254 u=dev1 | PLAYBOOK: ansibleRouterOS.yml
****************************************
**********
2019-06-09 14:12:44,927 p=5254 u=dev1 | 1 plays in ansibleRouterOS.yml
2019-06-09 14:12:44,936 p=5254 u=dev1 | PLAY [mikrotiks]
*****************************************************
**********
2019-06-09 14:12:44,942 p=5254 u=dev1 | TASK [Gathering Facts]
***********************************************
**********
2019-06-09 14:12:44,943 p=5254 u=dev1 | task path:
/home/dev1/TTLLC_ansible/ansibleRouterOS.yml:7
2019-06-09 14:12:44,955 p=5254 u=dev1 | <10.0.0.99> attempting to start
connection
2019-06-09 14:12:44,955 p=5254 u=dev1 | <10.0.0.99> using connection
plugin network_cli
2019-06-09 14:12:45,271 p=5262 u=dev1 | <10.0.0.99> ESTABLISH PARAMIKO SSH
CONNECTION FOR USER: ttadmins on PO
RT 22222 TO 10.0.0.99
2019-06-09 14:12:45,273 p=5267 u=dev1 | paramiko [10.0.0.99] starting
thread (client mode): 0xa0058cd0L
2019-06-09 14:12:45,273 p=5267 u=dev1 | paramiko [10.0.0.99] Local
version/idstring: SSH-2.0-paramiko_2.4.2
2019-06-09 14:12:45,296 p=5267 u=dev1 | paramiko [10.0.0.99] Remote
version/idstring: SSH-2.0-ROSSSH
2019-06-09 14:12:45,296 p=5267 u=dev1 | paramiko [10.0.0.99] Connected
(version 2.0, client ROSSSH)
2019-06-09 14:12:45,300 p=5267 u=dev1 | paramiko [10.0.0.99] kex
algos:[u'diffie-hellman-group-exchange-sha256'
] server key:[u'ssh-rsa'] client encrypt:[u'aes128-ctr', u'aes192-ctr',
u'aes256-ctr'] server encrypt:[u'aes128
-ctr', u'aes192-ctr', u'aes256-ctr'] client mac:[u'hmac-sha2-256'] server
mac:[u'hmac-sha2-256'] client compres
s:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u'']
kex follows?False
2019-06-09 14:12:45,300 p=5267 u=dev1 | paramiko [10.0.0.99] Kex agreed:
diffie-hellman-group-exchange-sha256
2019-06-09 14:12:45,301 p=5267 u=dev1 | paramiko [10.0.0.99] HostKey
agreed: ssh-rsa
2019-06-09 14:12:45,301 p=5267 u=dev1 | paramiko [10.0.0.99] Cipher agreed:
aes128-ctr
2019-06-09 14:12:45,301 p=5267 u=dev1 | paramiko [10.0.0.99] MAC agreed:
hmac-sha2-256
2019-06-09 14:12:45,301 p=5267 u=dev1 | paramiko [10.0.0.99] Compression
agreed: none
2019-06-09 14:12:45,313 p=5267 u=dev1 | paramiko [10.0.0.99] Got server p
(2048 bits)
2019-06-09 14:12:46,030 p=5267 u=dev1 | paramiko [10.0.0.99] kex engine
KexGexSHA256 specified hash_algo <built
-in function openssl_sha256>
2019-06-09 14:12:46,031 p=5267 u=dev1 | paramiko [10.0.0.99] Switch to new
keys ...
2019-06-09 14:12:46,089 p=5254 u=dev1 | <10.0.0.99> local domain socket
does not exist, starting it
2019-06-09 14:12:46,089 p=5254 u=dev1 | <10.0.0.99> control socket path is
/home/dev1/.ansible/pc/27577a985f
2019-06-09 14:12:46,089 p=5254 u=dev1 | <10.0.0.99> loaded cliconf plugin
for network_os routeros
2019-06-09 14:12:46,089 p=5254 u=dev1 | network_os is set to routeros
2019-06-09 14:12:46,090 p=5254 u=dev1 | <10.0.0.99>
2019-06-09 14:12:46,090 p=5254 u=dev1 | The full traceback is:
Traceback (most recent call last):
File "/usr/bin/ansible-connection", line 104, in start
self.connection._connect()
File
"/usr/lib/python2.7/dist-packages/ansible/plugins/connection/network_cli.py",
line 327, in _connect
ssh = self.paramiko_conn._connect()
File
"/usr/lib/python2.7/dist-packages/ansible/plugins/connection/paramiko_ssh.py",
line 245, in _connect
self.ssh = SSH_CONNECTION_CACHE[cache_key] = self._connect_uncached()
File
"/usr/lib/python2.7/dist-packages/ansible/plugins/connection/paramiko_ssh.py",
line 368, in _connect_unc
ached
raise AnsibleConnectionFailure(msg)
AnsibleConnectionFailure: Invalid key
2019-06-09 14:12:46,092 p=5254 u=dev1 | fatal: [10.0.0.99]: FAILED! => {
"msg": "Invalid key"
}
2019-06-09 14:12:46,093 p=5254 u=dev1 | PLAY RECAP
***********************************************************
**********
2019-06-09 14:12:46,093 p=5254 u=dev1 | 10.0.0.99 : ok=0
changed=0 unreachable=0 fai
led=1 skipped=0 rescued=0 ignored=0
2019-06-09 14:12:46,162 p=5262 u=dev1 | shutdown complete
2019-06-09 14:12:46,231 p=5267 u=dev1 | paramiko [10.0.0.99] EOF in
transport thread
on the mikrotik host:
14:08:38 ssh,debug,packet sending string
14:08:38 ssh,debug,packet SSH-2.0-ROSSSH\r
14:08:38 ssh,debug,packet
14:08:38 ssh,debug client version: SSH-2.0-paramiko_2.4.2
14:08:38 ssh,debug transport state: 0 --> 1
14:08:38 ssh,debug,packet packet create: 20
14:08:38 ssh,debug,packet ----- sending -----
14:08:38 ssh,debug,packet => offset:216 [0xd8]
14:08:38 ssh,debug,packet => size:d8 [0xd8]
14:08:38 ssh,debug,packet 0000 00d4 0814 25cd b847 8bf9 2f72 e345
14:08:38 ssh,debug,packet c74d 17ad ca66 0000 0024 6469 6666 6965
14:08:38 ssh,debug,packet 2d68 656c 6c6d 616e 2d67 726f 7570 2d65
14:08:38 ssh,debug,packet 7863 6861 6e67 652d 7368 6132 3536 0000
14:08:38 ssh,debug,packet 0007 7373 682d 7273 6100 0000 2061 6573
14:08:38 ssh,debug,packet 3132 382d 6374 722c 6165 7331 3932 2d63
14:08:38 ssh,debug,packet 7472 2c61 6573 3235 362d 6374 7200 0000
14:08:38 ssh,debug,packet 2061 6573 3132 382d 6374 722c 6165 7331
14:08:38 ssh,debug,packet 3932 2d63 7472 2c61 6573 3235 362d 6374
14:08:38 ssh,debug,packet 7200 0000 0d68 6d61 632d 7368 6132 2d32
14:08:38 ssh,debug,packet 3536 0000 000d 686d 6163 2d73 6861 322d
14:08:38 ssh,debug,packet 3235 3600 0000 046e 6f6e 6500 0000 046e
14:08:38 ssh,debug,packet 6f6e 6500 0000 0000 0000 0000 0000 0000
14:08:38 ssh,debug,packet 8d98 e0e0 6d45 98f7
14:08:38 ssh,debug,packet --------------------
14:08:38 ssh,debug,packet ----- recieved -----
14:08:38 ssh,debug,packet => offset:2a0 [0x2a0]
14:08:38 ssh,debug,packet => size:100 [0x100]
14:08:38 ssh,debug,packet 0000 029c 0b14 3534 63f8 5d6b d841 2c66
14:08:38 ssh,debug,packet 16fd 7a2b 474a 0000 00b7 6563 6468 2d73
14:08:38 ssh,debug,packet 6861 322d 6e69 7374 7032 3536 2c65 6364
14:08:38 ssh,debug,packet 682d 7368 6132 2d6e 6973 7470 3338 342c
14:08:38 ssh,debug,packet 6563 6468 2d73 6861 322d 6e69 7374 7035
14:08:38 ssh,debug,packet 3231 2c64 6966 6669 652d 6865 6c6c 6d61
14:08:38 ssh,debug,packet 6e2d 6772 6f75 702d 6578 6368 616e 6765
14:08:38 ssh,debug,packet 2d73 6861 3235 362c 6469 6666 6965 2d68
14:08:38 ssh,debug,packet 656c 6c6d 616e 2d67 726f 7570 2d65 7863
14:08:38 ssh,debug,packet 6861 6e67 652d 7368 6131 2c64 6966 6669
14:08:38 ssh,debug,packet 652d 6865 6c6c 6d61 6e2d 6772 6f75 7031
14:08:38 ssh,debug,packet 342d 7368 6131 2c64 6966 6669 652d 6865
14:08:38 ssh,debug,packet 6c6c 6d61 6e2d 6772 6f75 7031 2d73 6861
14:08:38 ssh,debug,packet 3100 0000 5773 7368 2d72 7361 2c73 7368
14:08:38 ssh,debug,packet 2d65 6432 3535 3139 2c65 6364 7361 2d73
14:08:38 ssh,debug,packet 6861 322d 6e69 7374 7032 3536 2c65 6364
14:08:38 ssh,debug,packet --------------------
14:08:38 ssh,debug host key algo:
ssh-rsa,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-dss
14:08:38 ssh,debug kex algo:
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
14:08:38 ssh,debug enc algo CS:
aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,3des-cbc
14:08:38 ssh,debug mac algo CS:
hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-md5,hmac-sha1-96,hmac-md5-96
14:08:38 ssh,debug comp algo CS: none
14:08:38 ssh,debug packet follows: 0
14:08:38 ssh,debug agreed on: diffie-hellman-group-exchange-sha256 ssh-rsa
aes128-ctr aes128-ctr hmac-sha2-256 hmac-sha2-256 none none
14:08:38 ssh,debug,packet ----- recieved -----
14:08:38 ssh,debug,packet => offset:18 [0x18]
14:08:38 ssh,debug,packet => size:18 [0x18]
14:08:38 ssh,debug,packet 0000 0014 0622 0000 0400 0000 0800 0000
14:08:38 ssh,debug,packet 2000 0000 0000 0000
14:08:38 ssh,debug,packet --------------------
14:08:38 ssh,debug getPrime bits: 2048[1024-8192] returned: 2048
14:08:38 ssh,debug,packet packet create: 31
14:08:38 ssh,debug,packet ----- sending -----
14:08:38 ssh,debug,packet => offset:280 [0x118]
14:08:38 ssh,debug,packet => size:100 [0x100]
14:08:38 ssh,debug,packet 0000 0114 081f 0000 0101 0083 da23 8b86
14:08:38 ssh,debug,packet f5b7 f747 7bcb 1b22 d1f5 291d 3667 8ad7
14:08:38 ssh,debug,packet 5764 a8e6 f4fd 90e0 efa5 4487 5a7f afe0
14:08:38 ssh,debug,packet 0a1b 6abb adb4 f34a e807 f79e 2a76 0ec6
14:08:38 ssh,debug,packet 823d 608a 88d3 e61a 8ee0 610f 0c55 a5c8
14:08:38 ssh,debug,packet 7183 f02e 69f9 e218 19c3 6eaf 4fbf c2d5
14:08:38 ssh,debug,packet c7f4 2f2b ee05 d974 5391 e90e 1f97 857d
14:08:38 ssh,debug,packet 9757 9a2b 0e88 c17f dfa6 c49a b9fb 6c17
14:08:38 ssh,debug,packet d459 e0aa 20bd ff79 a526 6619 694b f87b
14:08:38 ssh,debug,packet 5eab 2f6e 80fd 5a70 36bd ac0c af5d 0135
14:08:38 ssh,debug,packet 7324 612e 8503 ffa4 b3bb 616b 20d0 74f0
14:08:38 ssh,debug,packet e079 32c1 2dab 03f2 2cd8 1c58 3841 06f2
14:08:38 ssh,debug,packet 5d4d ca60 8b42 b98a 2aae 8cfc d961 24d1
14:08:38 ssh,debug,packet baa4 afc5 a501 1305 5019 c1a2 94b3 0085
14:08:38 ssh,debug,packet 5ccf 25af 3b25 6bb8 3077 30be b41b 1422
14:08:38 ssh,debug,packet 6622 eadf f97d 984c d9ce f29c 0fed dc1f
14:08:38 ssh,debug,packet --------------------
14:08:38 ssh,debug,packet ----- recieved -----
14:08:38 ssh,debug,packet => offset:110 [0x110]
14:08:38 ssh,debug,packet => size:100 [0x100]
14:08:38 ssh,debug,packet 0000 010c 0620 0000 0100 1add f4c2 1309
14:08:38 ssh,debug,packet 876b 658a d357 3703 cc86 da2f 8601 8043
14:08:38 ssh,debug,packet 3fcf e4e8 2d3b 727c c838 947f a4ba cb07
14:08:38 ssh,debug,packet 2f19 8c4e dd22 deaa ea62 ea1b a06d 8965
14:08:38 ssh,debug,packet d022 8124 03dd 8bf2 49a3 c800 8ea9 ad7b
14:08:38 ssh,debug,packet e702 a9c5 d352 84c3 c098 c335 bb78 4446
14:08:38 ssh,debug,packet 4895 3d0a 5b75 6e35 4b94 abdb ee78 1e33
14:08:38 ssh,debug,packet 825d 9d93 e214 f731 0fc9 a6be bc37 9ed5
14:08:38 ssh,debug,packet 75f4 8aa9 bcfe 9ed7 6fc8 701c eeed 1d3a
14:08:38 ssh,debug,packet 6e5a de84 6ed6 0554 9525 d586 23a1 af2e
14:08:38 ssh,debug,packet a9a0 b5fe 8e5f 3582 5748 2e56 fd6d 45e4
14:08:38 ssh,debug,packet 9774 2ab2 0dd6 4440 202b 2324 919f c9b5
14:08:38 ssh,debug,packet 40f1 3314 2e79 4f12 2574 860a 16ff 1e2c
14:08:38 ssh,debug,packet d5c7 4811 7641 bf20 5d24 673c 9d49 8c80
14:08:38 ssh,debug,packet 7fd9 5687 ab67 92b3 4ee6 12d7 cddb 4684
14:08:38 ssh,debug,packet 21f2 b730 ae1e 247a 1355 9f7d 5e27 0976
14:08:38 ssh,debug,packet --------------------
14:08:39 ssh,debug,packet packet create: 33
14:08:39 ssh,debug,packet ----- sending -----
14:08:39 ssh,debug,packet => offset:832 [0x340]
14:08:39 ssh,debug,packet => size:100 [0x100]
14:08:39 ssh,debug,packet 0000 033c 0a21 0000 0115 0000 0007 7373
14:08:39 ssh,debug,packet 682d 7273 6100 0000 0103 0000 0101 00c1
14:08:39 ssh,debug,packet 6f69 962c e458 b3c1 93e2 950f 67c1 bc64
14:08:39 ssh,debug,packet 1d79 b8db 9c56 6e9d 9291 451d 2d50 0ba0
14:08:39 ssh,debug,packet 2faa ee56 06c0 c3ba 2cdc 0c5c 1c9e 50b9
14:08:39 ssh,debug,packet 6807 fa52 f389 87d8 108d c275 4506 5dcf
14:08:39 ssh,debug,packet 5a60 3986 9584 f548 3c19 5bdf 1152 ca3a
14:08:39 ssh,debug,packet 6850 5e78 1a26 5e8f 6069 d2f2 9a61 bb1c
14:08:39 ssh,debug,packet 873f 9b8a 2f76 8b3f 916f a297 c793 11bc
14:08:39 ssh,debug,packet 2303 1291 355f 8010 df31 1383 3fa5 0b6c
14:08:39 ssh,debug,packet b25a e56b cd04 49af 68a5 c623 3afc c92d
14:08:39 ssh,debug,packet e326 cf30 8c0c c4af af9c 5e99 aff5 a33a
14:08:39 ssh,debug,packet a400 7ac1 f711 0626 7c18 8912 bc6a dd4f
14:08:39 ssh,debug,packet 76de 5670 1d48 43a3 7304 0805 4914 70e0
14:08:39 ssh,debug,packet 4395 29ca 7733 e1cb 3889 3217 5f7f 1a83
14:08:39 ssh,debug,packet 763d 64f4 2963 cea8 3478 20e5 c6b4 bebf
14:08:39 ssh,debug,packet --------------------
14:08:39 ssh,debug,packet packet create: 21
14:08:39 ssh,debug,packet ----- sending -----
14:08:39 ssh,debug,packet => offset:16 [0x10]
14:08:39 ssh,debug,packet => size:10 [0x10]
14:08:39 ssh,debug,packet 0000 000c 0a15 68ec 58c6 15a4 663d d6b9
14:08:39 ssh,debug,packet --------------------
14:08:39 ssh,debug,packet ----- recieved -----
14:08:39 ssh,debug,packet => offset:10 [0x10]
14:08:39 ssh,debug,packet => size:10 [0x10]
14:08:39 ssh,debug,packet 0000 000c 0a15 0000 0000 0000 0000 0000
14:08:39 ssh,debug,packet --------------------
14:08:39 ssh,debug transport state: 1 --> 2
14:08:39 ssh,debug closing connection: 10.0.0.166:51588 (6)
14:12:43 ssh,debug,packet sending string
14:12:43 ssh,debug,packet SSH-2.0-ROSSSH\r
14:12:43 ssh,debug,packet
14:12:43 ssh,debug client version: SSH-2.0-paramiko_2.4.2
14:12:43 ssh,debug transport state: 0 --> 1
14:12:43 ssh,debug,packet packet create: 20
14:12:43 ssh,debug,packet ----- sending -----
14:12:43 ssh,debug,packet => offset:216 [0xd8]
14:12:43 ssh,debug,packet => size:d8 [0xd8]
14:12:43 ssh,debug,packet 0000 00d4 0814 a05d b85a ef14 c8f3 6d1b
14:12:43 ssh,debug,packet 2051 8392 00ab 0000 0024 6469 6666 6965
14:12:43 ssh,debug,packet 2d68 656c 6c6d 616e 2d67 726f 7570 2d65
14:12:43 ssh,debug,packet 7863 6861 6e67 652d 7368 6132 3536 0000
14:12:43 ssh,debug,packet 0007 7373 682d 7273 6100 0000 2061 6573
14:12:43 ssh,debug,packet 3132 382d 6374 722c 6165 7331 3932 2d63
14:12:43 ssh,debug,packet 7472 2c61 6573 3235 362d 6374 7200 0000
14:12:43 ssh,debug,packet 2061 6573 3132 382d 6374 722c 6165 7331
14:12:43 ssh,debug,packet 3932 2d63 7472 2c61 6573 3235 362d 6374
14:12:43 ssh,debug,packet 7200 0000 0d68 6d61 632d 7368 6132 2d32
14:12:43 ssh,debug,packet 3536 0000 000d 686d 6163 2d73 6861 322d
14:12:43 ssh,debug,packet 3235 3600 0000 046e 6f6e 6500 0000 046e
14:12:43 ssh,debug,packet 6f6e 6500 0000 0000 0000 0000 0000 0000
14:12:43 ssh,debug,packet 7d57 9542 6810 baff
14:12:43 ssh,debug,packet --------------------
14:12:43 ssh,debug,packet ----- recieved -----
14:12:43 ssh,debug,packet => offset:2a0 [0x2a0]
14:12:43 ssh,debug,packet => size:100 [0x100]
14:12:43 ssh,debug,packet 0000 029c 0b14 fc43 0ebd 0acc 2b57 4e80
14:12:43 ssh,debug,packet 247a d1fa b0c1 0000 00b7 6563 6468 2d73
14:12:43 ssh,debug,packet 6861 322d 6e69 7374 7032 3536 2c65 6364
14:12:43 ssh,debug,packet 682d 7368 6132 2d6e 6973 7470 3338 342c
14:12:43 ssh,debug,packet 6563 6468 2d73 6861 322d 6e69 7374 7035
14:12:43 ssh,debug,packet 3231 2c64 6966 6669 652d 6865 6c6c 6d61
14:12:43 ssh,debug,packet 6e2d 6772 6f75 702d 6578 6368 616e 6765
14:12:43 ssh,debug,packet 2d73 6861 3235 362c 6469 6666 6965 2d68
14:12:43 ssh,debug,packet 656c 6c6d 616e 2d67 726f 7570 2d65 7863
14:12:43 ssh,debug,packet 6861 6e67 652d 7368 6131 2c64 6966 6669
14:12:43 ssh,debug,packet 652d 6865 6c6c 6d61 6e2d 6772 6f75 7031
14:12:43 ssh,debug,packet 342d 7368 6131 2c64 6966 6669 652d 6865
14:12:43 ssh,debug,packet 6c6c 6d61 6e2d 6772 6f75 7031 2d73 6861
14:12:43 ssh,debug,packet 3100 0000 5773 7368 2d65 6432 3535 3139
14:12:43 ssh,debug,packet 2c65 6364 7361 2d73 6861 322d 6e69 7374
14:12:43 ssh,debug,packet 7032 3536 2c65 6364 7361 2d73 6861 322d
14:12:43 ssh,debug,packet --------------------
14:12:43 ssh,debug host key algo:
ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-rsa,ssh-dss
14:12:43 ssh,debug kex algo:
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
14:12:43 ssh,debug enc algo CS:
aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,3des-cbc
14:12:43 ssh,debug mac algo CS:
hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-md5,hmac-sha1-96,hmac-md5-96
14:12:43 ssh,debug comp algo CS: none
14:12:43 ssh,debug packet follows: 0
14:12:43 ssh,debug agreed on: diffie-hellman-group-exchange-sha256 ssh-rsa
aes128-ctr aes128-ctr hmac-sha2-256 hmac-sha2-256 none none
14:12:43 ssh,debug,packet ----- recieved -----
14:12:43 ssh,debug,packet => offset:18 [0x18]
14:12:43 ssh,debug,packet => size:18 [0x18]
14:12:43 ssh,debug,packet 0000 0014 0622 0000 0400 0000 0800 0000
14:12:43 ssh,debug,packet 2000 0000 0000 0000
14:12:43 ssh,debug,packet --------------------
14:12:43 ssh,debug getPrime bits: 2048[1024-8192] returned: 2048
14:12:43 ssh,debug,packet packet create: 31
14:12:43 ssh,debug,packet ----- sending -----
14:12:43 ssh,debug,packet => offset:280 [0x118]
14:12:43 ssh,debug,packet => size:100 [0x100]
14:12:43 ssh,debug,packet 0000 0114 081f 0000 0101 0083 da23 8b86
14:12:43 ssh,debug,packet f5b7 f747 7bcb 1b22 d1f5 291d 3667 8ad7
14:12:43 ssh,debug,packet 5764 a8e6 f4fd 90e0 efa5 4487 5a7f afe0
14:12:43 ssh,debug,packet 0a1b 6abb adb4 f34a e807 f79e 2a76 0ec6
14:12:43 ssh,debug,packet 823d 608a 88d3 e61a 8ee0 610f 0c55 a5c8
14:12:43 ssh,debug,packet 7183 f02e 69f9 e218 19c3 6eaf 4fbf c2d5
14:12:43 ssh,debug,packet c7f4 2f2b ee05 d974 5391 e90e 1f97 857d
14:12:43 ssh,debug,packet 9757 9a2b 0e88 c17f dfa6 c49a b9fb 6c17
14:12:43 ssh,debug,packet d459 e0aa 20bd ff79 a526 6619 694b f87b
14:12:43 ssh,debug,packet 5eab 2f6e 80fd 5a70 36bd ac0c af5d 0135
14:12:43 ssh,debug,packet 7324 612e 8503 ffa4 b3bb 616b 20d0 74f0
14:12:43 ssh,debug,packet e079 32c1 2dab 03f2 2cd8 1c58 3841 06f2
14:12:43 ssh,debug,packet 5d4d ca60 8b42 b98a 2aae 8cfc d961 24d1
14:12:43 ssh,debug,packet baa4 afc5 a501 1305 5019 c1a2 94b3 0085
14:12:43 ssh,debug,packet 5ccf 25af 3b25 6bb8 3077 30be b41b 1422
14:12:43 ssh,debug,packet 6622 eadf f97d 984c d9ce f29c 0fed dc1f
14:12:43 ssh,debug,packet --------------------
14:12:43 ssh,debug,packet ----- recieved -----
14:12:43 ssh,debug,packet => offset:110 [0x110]
14:12:43 ssh,debug,packet => size:100 [0x100]
14:12:43 ssh,debug,packet 0000 010c 0620 0000 0100 6f14 fefe 3226
14:12:43 ssh,debug,packet 1e58 8396 9d7e 373f 6f24 47b1 1198 08f5
14:12:43 ssh,debug,packet 1805 3121 10ac 60c7 de0a 8205 5cd1 3546
14:12:43 ssh,debug,packet d842 f7b9 74ac 339d 8b3b bef9 ecde 44c4
14:12:43 ssh,debug,packet dd97 eeec cdf0 f3b0 7974 c402 7f97 069c
14:12:43 ssh,debug,packet 0783 0bf3 4676 e686 ac89 ed56 8be6 71f3
14:12:43 ssh,debug,packet 4038 247f 11e5 5c9c 3780 fdb6 d1a6 46c5
14:12:43 ssh,debug,packet c83b a188 ceee 02f2 b82a fdb2 9bbf 5c2e
14:12:43 ssh,debug,packet 462f 7080 b14c c55c 292e 5672 381a c1af
14:12:43 ssh,debug,packet 4fb0 fc38 7ee6 289b ea52 b4c4 6921 4040
14:12:43 ssh,debug,packet 3400 029c 408f 1bb8 5e4b 05f6 fd37 c974
14:12:43 ssh,debug,packet 67d0 a571 759b 88d1 5ce3 7791 b984 a2ed
14:12:43 ssh,debug,packet d7c6 44db 1c45 9e1d 749b 1393 119d f57e
14:12:43 ssh,debug,packet e82b 9a3c 108e 8e88 c8fd 851d 0dbb e307
14:12:43 ssh,debug,packet e655 8d71 c383 c162 79ad 8ffc 03aa 147a
14:12:43 ssh,debug,packet ec2f 6dbd ce3e 115a a5fd e18d a87f 0a09
14:12:43 ssh,debug,packet --------------------
14:12:44 ssh,debug,packet packet create: 33
14:12:44 ssh,debug,packet ----- sending -----
14:12:44 ssh,debug,packet => offset:832 [0x340]
14:12:44 ssh,debug,packet => size:100 [0x100]
14:12:44 ssh,debug,packet 0000 033c 0a21 0000 0115 0000 0007 7373
14:12:44 ssh,debug,packet 682d 7273 6100 0000 0103 0000 0101 00c1
14:12:44 ssh,debug,packet 6f69 962c e458 b3c1 93e2 950f 67c1 bc64
14:12:44 ssh,debug,packet 1d79 b8db 9c56 6e9d 9291 451d 2d50 0ba0
14:12:44 ssh,debug,packet 2faa ee56 06c0 c3ba 2cdc 0c5c 1c9e 50b9
14:12:44 ssh,debug,packet 6807 fa52 f389 87d8 108d c275 4506 5dcf
14:12:44 ssh,debug,packet 5a60 3986 9584 f548 3c19 5bdf 1152 ca3a
14:12:44 ssh,debug,packet 6850 5e78 1a26 5e8f 6069 d2f2 9a61 bb1c
14:12:44 ssh,debug,packet 873f 9b8a 2f76 8b3f 916f a297 c793 11bc
14:12:44 ssh,debug,packet 2303 1291 355f 8010 df31 1383 3fa5 0b6c
14:12:44 ssh,debug,packet b25a e56b cd04 49af 68a5 c623 3afc c92d
14:12:44 ssh,debug,packet e326 cf30 8c0c c4af af9c 5e99 aff5 a33a
14:12:44 ssh,debug,packet a400 7ac1 f711 0626 7c18 8912 bc6a dd4f
14:12:44 ssh,debug,packet 76de 5670 1d48 43a3 7304 0805 4914 70e0
14:12:44 ssh,debug,packet 4395 29ca 7733 e1cb 3889 3217 5f7f 1a83
14:12:44 ssh,debug,packet 763d 64f4 2963 cea8 3478 20e5 c6b4 bebf
14:12:44 ssh,debug,packet --------------------
14:12:44 ssh,debug,packet packet create: 21
14:12:44 ssh,debug,packet ----- sending -----
14:12:44 ssh,debug,packet => offset:16 [0x10]
14:12:44 ssh,debug,packet => size:10 [0x10]
14:12:44 ssh,debug,packet 0000 000c 0a15 bcda a53a 4d0e f288 2ff2
14:12:44 ssh,debug,packet --------------------
14:12:44 ssh,debug,packet ----- recieved -----
14:12:44 ssh,debug,packet => offset:10 [0x10]
14:12:44 ssh,debug,packet => size:10 [0x10]
14:12:44 ssh,debug,packet 0000 000c 0a15 0000 0000 0000 0000 0000
14:12:44 ssh,debug,packet --------------------
14:12:44 ssh,debug transport state: 1 --> 2
14:12:44 ssh,debug closing connection: 10.0.0.166:51738 (6)
14:45:45 system,info,account user ttadmin logged in from 10.0.0.108 via
telnet
Proof that SSH works:
dev1@s5:~/TTLLC_ansible$ ssh -i /home/dev1/.ssh/3101_dsa -p 22222 -t
[email protected] << "ENDSSH"
/ip route pr
ENDSSH
Pseudo-terminal will not be allocated because stdin is not a terminal.
X11 forwarding request failed on channel 0
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S ;;; 3101 default gw to Verizon Fios ONT
0.0.0.0/0 10.0.0.1 1
1 ADC 10.0.0.0/24 10.0.0.99 ether24 0
2 ADC 10.0.1.0/24 10.0.1.1 3101-bridge 0
On Wednesday, May 29, 2019 at 9:30:14 AM UTC-4, Samudra Haque wrote:
>
> Interesting suggestion and I will attempt to revert back to a stable
> release as suggested.
>
>
>
>
> *From:* [email protected] <[email protected]>
> *On Behalf Of *Dick Visser
> *Sent:* Wednesday, May 29, 2019 12:03 AM
> *To:* [email protected]
> *Subject:* Re: [ansible-project] SSH private key invalid ? Ansible
> Mikrotik RouterOS configuration
>
>
>
> You’re using ansible from source.
>
> Could you try again using a released stable version that has been out for
> some time?
>
> For instance 2.7.10.
>
>
>
> Dick
>
>
>
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/d2d6d42e-8b9d-427b-9622-37ff4e40fde8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.