-
Notifications
You must be signed in to change notification settings - Fork 8
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
Testing with Docker #80
Comments
Hi, Then maybe it's related to #76 |
On Tue, Dec 27, 2022 at 11:45 AM Benjamin Pereto ***@***.***> wrote:
Hi,
Hi Benjamin,
You followed this "Quickstart" right?
https://borg-hive.readthedocs.io/en/latest/quickstart.html
Yes, that's right.
Have you created an SSH-Key and linked it to the repository? (Should force
you to create a new repo).
No, I add a previously created SSH-Key in the (see attachment) "SSH Keys"
section (menu) see: [https://www.imgpaste.net/image/KkoEyi](https://www.imgpaste.net/image/KkoEyi), and then select it when creating a new repository in the
"Repositories" section (menu).
Then maybe it's related to #76
<#76>
—
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACUPONVUCNNRFAPVM4WKLTWPMFK3ANCNFSM6AAAAAATJGEFLE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
This is the output when I try to initialize the repo:
```
$ borg init --encryption=repokey-blake2 dzkch3wy@localhost:my_first_repo
The authenticity of host 'localhost (::1)' can't be established.
ECDSA key fingerprint is SHA256:h8f2dLx5xGmM51+Z83ns592LIT7cp6kj/ljeJT5jRVw.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Remote: Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.
dzkch3wy@localhost's password:
dzkch3wy@localhost's password: Remote: Permission denied, please try again.
dzkch3wy@localhost's password: Remote: Permission denied, please try again.
Remote: Received disconnect from ::1 port 22:2: Too many authentication failures
Remote: Disconnected from ::1 port 22
Connection closed by remote host. Is borg working on the server?
```
I think an interesting issue is that the fingerprint showed in the command line doesn't match with the showed in the repository admin page.
See [https://www.imgpaste.net/image/KkouzI](https://www.imgpaste.net/image/KkouzI)
Cheers.
…--
Ali Moreno
https://about.me/alimoreno
|
Your SSH command is wrong, as you can see, it tries to connect to port 22:
Try the following: |
Hi everybody, happy holidays to all.
Here testing the project with Docker (docker-compose). I left all the variables in the
.env
file as they come by default including theBORG_SSH_PORT=2222
.The web dashboard opens fine at http://localhost:8000/ and I can login with the
admin
user andadmin
password declared in the.env
file.I could create a repository but when I execute
borg init --encryption=repokey-blake2 dzkch3wy@localhost:my_first_repo
as the UI suggest the shell ask me for the SSH password of the userdzkch3wy
. Where can I found/create that password? I'm missing something in the doc?The text was updated successfully, but these errors were encountered: