Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Altered code to support salt-ssh on AIX #52396

Merged
merged 2 commits into from
Apr 12, 2019

Conversation

dmurphy18
Copy link
Contributor

What does this PR do?

Allows salt-ssh to function correctly on AIX

What issues does this PR fix or reference?

#27482

Previous Behavior

Would fail and throw a tracback

New Behavior

salt-ssh now functions and returns results

Tests written?

No, hand tested on the CLI,
salt-ssh -v --askpass aixt2 test.versions
salt-ssh -v --askpass aixt1 test.versions
salt-ssh -v aixt2 test.versions

with roster /etc/salt/roster
aixt1:
host: 172.29.157.155
user: root
passwd: ainu0hop

aixt2:
host: 172.29.157.154
user: root
passwd: ausx5jbt

Note, AIX had python already installed, and /etc/ssh/sshd_config modified to allow root login.
By default there is no sudo support on AIX

Commits signed with GPG?

No

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.

@dmurphy18 dmurphy18 added v2018.3.5 unsupported version v2019.2.1 unsupported version labels Apr 2, 2019
@thatch45 thatch45 merged commit 0d09608 into saltstack:2018.3 Apr 12, 2019
@dmurphy18 dmurphy18 deleted the fix_aix_ssh branch August 4, 2020 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2018.3.5 unsupported version v2019.2.1 unsupported version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants