You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Net::SCP.download!" is getting a password prompt for RHEL 8 hosts.
But if directly execute scp command to download the same file from the same host the password is not needed.
We already do below setting on the host:
copied id_rsa.pub to authorized keys to avoid password prompt
added config file to avoid HostKeyChecking prompt:
Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
LogLevel QUIET
Could anyone help to how to fix this issue?
We are using version v3.0.0
The text was updated successfully, but these errors were encountered:
Net::SCP.download!" is getting a password prompt for RHEL 8 hosts.
But if directly execute scp command to download the same file from the same host the password is not needed.
We already do below setting on the host:
Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
LogLevel QUIET
Could anyone help to how to fix this issue?
We are using version v3.0.0
The text was updated successfully, but these errors were encountered: