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

/usr/bin/ssh-copy-id: ERROR: No identities found #1

Open
jrsteensen opened this issue Sep 29, 2012 · 4 comments
Open

/usr/bin/ssh-copy-id: ERROR: No identities found #1

jrsteensen opened this issue Sep 29, 2012 · 4 comments
Assignees

Comments

@jrsteensen
Copy link

You are missing a DSA ssh key for this user at /home//.ssh/id_dsa, we
will create one now
More on creating ssh keys here: http://en.wikipedia.org/wiki/ssh-keygen
Enter file in which to save the key (/home//.ssh/id_dsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:

Key created successfully

Copying the ssh key to your backup server, type in your password if prompted
for @hanjin.dreamhost.com

WARNING: This will overwrite existing ssh keys on your backup user account.
Proceed? [y/n]: y
Password for @hanjin.dreamhost.com: *************

Copying the ssh key to the dreamhost accounts you want to back up

Type in password if prompted for @.dreamhost.com
/usr/bin/ssh-copy-id: ERROR: No identities found

I get the same error everytime I try to backup now as well. I set all earlier parameters of the setup correctly.

@palexander
Copy link
Owner

Thanks for the bug report, sorry you're having problems. It looks like it's not finding the path for your user account correctly. Let me look into this to see if it's an issue in the code. If so, I'll have to have you update and try again.

@jrsteensen
Copy link
Author

No problem. I’ve been digging in on my end, and not being able to figure out why. I have my own script in place temporarily, but your solution is much more elegant and I would like to use it long term.

@jrsteensen jrsteensen reopened this Oct 4, 2012
@ghost ghost assigned palexander Nov 15, 2012
@palexander
Copy link
Owner

Hi, I was able to finally take a look at the code again today and fixed another bug. I don't think they are related, however. I'm wondering if you would be willing to email me a copy of the .dreamback file that gets generated in the user account where you are running the backups from. It shouldn't have passwords in it (dreamback doesn't use them) but it does have account and server names, so if you aren't willing to send it I would understand.

This would help because it looks like something is misconfigured in there. The line that reads:

@.dreamhost.com

should be a user name and machine name combination, for example:

You can try running dreamback setup again and make sure you're providing the right user and server information

@jrsteensen
Copy link
Author

I'll do that next week for you. (My son is being born tomorrow! Woohoo!)

Date: Wed, 14 Nov 2012 16:20:05 -0800
From: [email protected]
To: [email protected]
CC: [email protected]
Subject: Re: [dreamback] /usr/bin/ssh-copy-id: ERROR: No identities found (#1)

Hi, I was able to finally take a look at the code again today and fixed another bug. I don't think they are related, however. I'm wondering if you would be willing to email me a copy of the .dreamback file that gets generated in the user account where you are running the backups from. It shouldn't have passwords in it (dreamback doesn't use them) but it does have account and server names, so if you aren't willing to send it I would understand.

This would help because it looks like something is misconfigured in there. The line that reads:

@.dreamhost.com

should be a user name and machine name combination, for example:

[email protected]

You can try running dreamback setup again and make sure you're providing the right user and server information

          —

          Reply to this email directly or view it on GitHub.

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