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

Add basic SSH and SFTP functions directly over paramiko #98

Merged
merged 26 commits into from
Dec 25, 2017

Conversation

kabirbaidhya
Copy link
Owner

@kabirbaidhya kabirbaidhya commented Dec 25, 2017

  • Add boss.api.ssh module with high-level API offering put, get functions over paramiko
  • Add boss.core.remote module that exposes low level API which will be used instead of fabric operation methods in the future major releases.
  • Add unit tests and basic integration tests using mock-ssh-server. (More integration tests will be done later for internal code refactor)
  • One step closer to fabric independence Fabric Independence - rewrite core SSH and remote functionality directly over paramiko #99.

@kabirbaidhya kabirbaidhya self-assigned this Dec 25, 2017
@kabirbaidhya kabirbaidhya changed the title Add alternative basic SSH & SFTP functions over paramiko Add basic SSH and SFTP functions directly over paramiko Dec 25, 2017
@kabirbaidhya kabirbaidhya mentioned this pull request Dec 25, 2017
@kabirbaidhya kabirbaidhya merged commit dd59de2 into master Dec 25, 2017
@kabirbaidhya kabirbaidhya deleted the ssh-internals branch December 25, 2017 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant