[root@bogon ironic]# cat test.log
DEBUG:paramiko.transport:starting thread (client mode):0x8f9c0290LDEBUG:paramiko.transport:Local version/idstring: SSH-2.0-paramiko_2.7.1DEBUG:paramiko.transport:Remote version/idstring: SSH-2.0--INFO:paramiko.transport:Connected (version2.0, client -)
DEBUG:paramiko.transport:kex algos:[u'diffie-hellman-group-exchange-sha256', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group-exchange-sha1', u'sm2kep-sha2-nistp256'] server key:[u'ssh-dss', u'ssh-rsa', u'ecdsa-sha2-nistp521'] client encrypt:[u'aes256-ctr', u'aes128-ctr'] server encrypt:[u'aes256-ctr', u'aes128-ctr'] client mac:[u'hmac-sha2-256', u'hmac-sha2-256-96', u'hmac-sha1-96'] server mac:[u'hmac-sha2-256', u'hmac-sha2-256-96', u'hmac-sha1-96'] client compress:[u'none', u'zlib'] server compress:[u'none', u'zlib'] client lang:[u''] server lang:[u''] kex follows?False
DEBUG:paramiko.transport:Kex agreed: ecdh-sha2-nistp256
DEBUG:paramiko.transport:HostKey agreed: ecdsa-sha2-nistp521
DEBUG:paramiko.transport:Cipher agreed: aes128-ctr
DEBUG:paramiko.transport:MAC agreed: hmac-sha2-256DEBUG:paramiko.transport:Compression agreed: none
DEBUG:paramiko.transport:kex engine KexNistp256 specified hash_algoDEBUG:paramiko.transport:Switch tonewkeys ...
DEBUG:paramiko.transport:Adding ecdsa-sha2-nistp521 host key for 10.10.30.253: b6d87e3a5fee634c324c9699dcb14012
DEBUG:paramiko.transport:userauthisOK
INFO:paramiko.transport:Authentication (password) successful!DEBUG:paramiko.transport:[chan0] Max packet in: 32768bytes
DEBUG:paramiko.transport:[chan0] Max packet out: 32768bytes
DEBUG:paramiko.transport:Secsh channel0opened.
DEBUG:paramiko.transport:[chan0] Sesch channel 0request ok
DEBUG:paramiko.transport:[chan0] Sesch channel 0request ok
DEBUG:netmiko:read_channel:
Warning: The initial password poses security risks.
The password needs to be changed. Change now? [Y/N]:
DEBUG:netmiko:read_channel:
DEBUG:netmiko:read_channel:
DEBUG:netmiko:In set_base_prompt
DEBUG:netmiko:read_channel:
DEBUG:netmiko:write_channel:
DEBUG:netmiko:read_channel:
Error: Please choose'YES' or 'NO' first before pressing 'Enter'. [Y/N]:
DEBUG:netmiko:write_channel:
DEBUG:netmiko:read_channel:
Error: Please choose'YES' or 'NO' first before pressing 'Enter'. [Y/N]:
DEBUG:netmiko:read_channel:
DEBUG:netmiko:read_channel:
DEBUG:netmiko:write_channel:returnDEBUG:netmiko:Patternis: >DEBUG:netmiko:write_channel: exit
DEBUG:paramiko.transport:EOFintransport thread
[root@bogon ironic]#