mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[GH-ISSUE #401] SCP Failure - Error 255 #109
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KarlAustin on GitHub (Jun 30, 2023).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/401
Hi,
Having trouble with SCP. SSH via the bastion works fine.
Results in:
I can see by enabling debug logging in sshd on the server I am scp'ing to that the key is accepted:
Accepted key ED25519 SHA256:<hash> found at /home/username/.ssh/authorized_keys:1I then see:
What I never see is a prompt to decrypt the group ssh key for the group this server is in. So I'm guessing that's where the issue lies?
Is there a way to fix this?