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

Use ssh-agent to not write ssh private keys on disk #201

Closed
loicalbertin opened this issue Nov 19, 2018 · 0 comments · Fixed by #207
Closed

Use ssh-agent to not write ssh private keys on disk #201

loicalbertin opened this issue Nov 19, 2018 · 0 comments · Fixed by #207
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@loicalbertin
Copy link
Member

As: An ops
I want: to ensure that connection credentials are not left non-encrypted on disk
So that: I can relax and sleep this night

AC1: Allow to either specify a key path or a key content into the credential part of a Compute
AC2: before running Ansible command store key content into an ssh-agent for a limited amount of time
AC3: check if it also works with paramiko (anyways document what works or not)
AC4: support key content for terraform provisioning
AC5: Keys content should never be store unencrypted on disk

@loicalbertin loicalbertin added this to the 18-12.1 milestone Nov 19, 2018
@loicalbertin loicalbertin added the enhancement New feature or request label Nov 19, 2018
@stefbenoist stefbenoist self-assigned this Nov 19, 2018
stefbenoist added a commit that referenced this issue Nov 28, 2018
stefbenoist added a commit that referenced this issue Dec 6, 2018
# Conflicts:
#	CHANGELOG.md
#	config/config.go
stefbenoist added a commit that referenced this issue Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants