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
Description ssh: Could not resolve hostname ssh: Temporary failure in name resolution
It appears that the -oProxyCommand argument was accidentally omitted in the following commit: 7314eb5
Prior to this:
[salt.utils.cloud :2444][DEBUG ][32115] SSH command: 'ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/saltcloud-us-west-1.key.pem -oConnectTimeout=60 -oProxyCommand="ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -i /etc/salt/saltcloud-us-west-1.key.pem [email protected] -p 22 nc -q0 %h %p" -p 22 [email protected] date'
[salt.utils.vt.Terminal.PID-32191.STDERR:734 ][DEBUG ][32115] Warning: Permanently added '[xx.xx.xx.xx]:22' (ED25519) to the list of known hosts.
Following:
[salt.utils.cloud :1182][DEBUG ][18702] Attempting to authenticate as ubuntu (try 1 of 15)
[salt.utils.cloud :208 ][INFO ][18702] Using SSH gateway [email protected]:22 nc -q0 %h %p
[salt.utils.cloud :2461][DEBUG ][18702] SSH command: 'ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/saltcloud-us-west-1.key.pem -oConnectTimeout=60 ssh -oStrictHostKeyChecking=no -oServerAliveInterval=60 -oServerAliveCountMax=3 -oUserKnownHostsFile=/dev/null -oControlPath=none -i /etc/salt/saltcloud-us-west-1.key.pem [email protected] -p 22 nc -q0 %h %p -p 22 [email protected] date'
[salt.utils.vt.Terminal.PID-18751.STDERR:595 ][DEBUG ][18702] ssh: Could not resolve hostname ssh: Temporary failure in name resolution
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)
Salt Version:
Salt: 3006.10Python Version:
Python: 3.10.16 (main, Mar 6 2025, 02:23:15) [GCC 11.2.0]Dependency Versions:
cffi: 1.17.1cherrypy: unknowncryptography: 42.0.5dateutil: 2.8.1docker-py: Not Installedgitdb: Not Installedgitpython: Not InstalledJinja2: 3.1.6libgit2: 1.9.0looseversion: 1.0.2M2Crypto: Not InstalledMako: Not Installedmsgpack: 1.0.2msgpack-pure: Not Installedmysql-python: Not Installedpackaging: 22.0pycparser: 2.21pycrypto: Not Installedpycryptodome: 3.19.1pygit2: 1.17.0python-gnupg: 0.4.8PyYAML: 6.0.1PyZMQ: 23.2.0relenv: 0.18.1smmap: Not Installedtimelib: 0.2.4Tornado: 4.5.3ZMQ: 4.3.4
The text was updated successfully, but these errors were encountered:
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
Please be sure to review our Code of Conduct. Also, check out some of our community resources including:
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar.
If you have additional questions, email us at [email protected]. We’re glad you’ve joined our community and look forward to doing awesome things with you!
Description
ssh: Could not resolve hostname ssh: Temporary failure in name resolution
It appears that the
-oProxyCommand
argument was accidentally omitted in the following commit: 7314eb5Prior to this:
Following:
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)The text was updated successfully, but these errors were encountered: