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 Access error #188

Closed
timprint opened this issue Jul 29, 2024 · 1 comment
Closed

SSH Access error #188

timprint opened this issue Jul 29, 2024 · 1 comment

Comments

@timprint
Copy link

This is my first time using FortRabbit so it is all new.

I have created a new app.
I added an SSH key.
I could not use .ssh/id_rsa.pub . For some reason I kept getting a disallowed character error when I tried to paste it into my dashboard. (I haven't had that issue anywhere else)
So I created a new key pair
I can connect OK with that
ssh -i ~/.ssh/id_ed25519_fortrabbit [email protected]

Now I am trying to set up craft-copy
ddev php craft copy/setup
App name and stage are OK but then I get this.

Testing DNS - EU (AWS EU-WEST-1 / Ireland) OK
Testing rsync OK
Testing mysqldump OK
Testing SSH access ⚠ Error                                                                                                    
 [ERROR] SSH key authentication is required. Please add your SSH key to your fortrabbit Account first.      

How do I tell craft-copy to use the correct SSH key?
Is there a config somewhere?

@pheeque1
Copy link
Member

Hi @timprint,

Since you're just setting up Craft Copy with DDEV for the first time, you need to authenticate with ddev auth ssh.

You can find some more troubleshooting tips here.

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