http://www-01.ibm.com/support/docview.wss?uid=swg21628336
Sometimes SSHKeyGrabber don't work when we trying to extract Known Host Key from Sterling Integrator UI. The work around for this is disable StrictHostKeyChecking and download the Key from Linux/Windows and Check in the key to Sterling Integrator.
$ssh -o StrictHostKeyChecking=no user@sftp.host.com -p 22
Above command will save host key to known_hosts file located .~/.ssh/known_hosts
Note: Remove excess content from host key and just keep the key from ssh-rsa followed the key.
Sometimes SSHKeyGrabber don't work when we trying to extract Known Host Key from Sterling Integrator UI. The work around for this is disable StrictHostKeyChecking and download the Key from Linux/Windows and Check in the key to Sterling Integrator.
$ssh -o StrictHostKeyChecking=no user@sftp.host.com -p 22
Above command will save host key to known_hosts file located .~/.ssh/known_hosts
Note: Remove excess content from host key and just keep the key from ssh-rsa followed the key.
No comments:
Post a Comment