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
Update the current ssh_ext_alternatives feature in Salt-SSH to automatically attempt to find the necessary python libraries that Salt-SSH uses to copy over and check to see if they are importable. If a user needs additional libraries other than the default they will need to add those manually to the configuration.
Add tests for anything changed in the ssh_ext_alternatives feature
Document changes
Research ssh_ext_alternatives to see if there are any other improvements we can make to make the python3 migration for salt-ssh easier. If there is significant changes found during this step it might require writing another SEP.
Update the current ssh_ext_alternatives feature in Salt-SSH to automatically attempt to find the necessary python libraries that Salt-SSH uses to copy over and check to see if they are importable. If a user needs additional libraries other than the default they will need to add those manually to the configuration.
Add tests for anything changed in the ssh_ext_alternatives feature
Document changes
Research ssh_ext_alternatives to see if there are any other improvements we can make to make the python3 migration for salt-ssh easier. If there is significant changes found during this step it might require writing another SEP.
Part of work towards adding this SEP: saltstack/salt-enhancement-proposals#11