Skip to content
New issue

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

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

Already on GitHub? # to your account

WIP: Add command line argument for custom SSH key #97

Closed
wants to merge 2 commits into from

Conversation

janmashat
Copy link

@janmashat janmashat commented Jun 25, 2018

Partially solves: #73

Code review and testing needed.

@janmashat janmashat changed the title Added command line argument for custom SSH key WIP: Add command line argument for custom SSH key Jun 25, 2018
@janmashat
Copy link
Author

janmashat commented Jun 25, 2018

This doesn't seem to work properly so I'm closing it.

Instead, I'm setting a custom ssh key by doing:

#!/bin/sh

SRCKEY=~/.ssh/id_rsa_kube
DSTKEY=~/.ssh/id_rsa

cp -f $SRCKEY $DSTKEY
cp -f $SRCKEY.pub $DSTKEY.pub

@janmashat janmashat closed this Jun 25, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant