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 deploy with protected ssh-key #93

Closed
ineiti opened this issue Nov 16, 2015 · 10 comments
Closed

Use deploy with protected ssh-key #93

ineiti opened this issue Nov 16, 2015 · 10 comments
Assignees

Comments

@ineiti
Copy link
Member

ineiti commented Nov 16, 2015

When the ssh-key is protected by a password, deploy can't connect to the users.deterlab.net-server without having to ask for the password all the time.

Use ssh-agent or any other convenient tool to bypass the password-request.

@Daeinar
Copy link
Member

Daeinar commented Nov 16, 2015

On OSX it is sufficient to execute

ssh-add path/to/private/key

and then enter the password for the ssh key to resolve this issue.

@ineiti
Copy link
Member Author

ineiti commented Nov 16, 2015

is this for the session, one hour or forever?

@Daeinar
Copy link
Member

Daeinar commented Nov 16, 2015

The passphrase is stored in the OSX keychain, i.e. it depends on how you handle keychain unlocking. See: https://help.github.com/articles/working-with-ssh-key-passphrases/

@Daeinar
Copy link
Member

Daeinar commented Nov 16, 2015

Btw. the default OSX ssh-add command seems not to have a -K flag as mentioned in the article.

@ineiti
Copy link
Member Author

ineiti commented Nov 16, 2015

OK, can you add that to the deploy/README in an appropriate place?

@ineiti
Copy link
Member Author

ineiti commented Nov 16, 2015

And make a pull-request?

@Daeinar
Copy link
Member

Daeinar commented Nov 16, 2015

There's no deploy/README file yet. Should I add one or should I include that ssh-comment in the main README https://github.com/DeDiS/cothority/blob/master/README.md ?

@ineiti
Copy link
Member Author

ineiti commented Nov 17, 2015

As we have now two separate apps in the tree (app/conode and deploy), we could split the cothority/README to cothority/app/conode/README (already exists) and cothority/deploy/README and then just give a short overview in the cothority/README over the two apps.

@Daeinar
Copy link
Member

Daeinar commented Nov 17, 2015

Okay, I'll take care of that later today.

@Daeinar Daeinar mentioned this issue Nov 22, 2015
@ineiti
Copy link
Member Author

ineiti commented Nov 23, 2015

Closed by #106

@ineiti ineiti closed this as completed Nov 23, 2015
ineiti pushed a commit that referenced this issue Mar 12, 2018
Make PubPoly serializable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants