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

ssh-copy-id #4

Open
kennethreitz opened this issue Sep 23, 2010 · 4 comments
Open

ssh-copy-id #4

kennethreitz opened this issue Sep 23, 2010 · 4 comments

Comments

@kennethreitz
Copy link

Have you ever used ssh-copy-id? It's alot easier than having to manually add yourself to a server's authorized_keys by hand.

@ericflo
Copy link

ericflo commented Sep 23, 2010

MacOSX doesn't come with ssh-copy-id :(

@kennethreitz
Copy link
Author

I added it to homebew :)

brew install ssh-copy-id.

@rcrowley
Copy link
Member

My first reaction was that public key management is outside the scope of Doubledown. I could be convinced otherwise on grounds that a lot of users may be using password auth normally.

As for using ssh-copy-id specifically - it's such a small program that I'd prefer Doubledown "wrote its own" to avoid depending on a package from Homebrew.

@kennethreitz
Copy link
Author

That's a good idea. You could even include the script yourself. It's extremely small.

http://gist.github.com/378862

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

3 participants