mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[GH-ISSUE #305] I can't use scp #76
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#76
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 @SmallL-U on GitHub (May 7, 2022).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/305
When I use command scp with internet I get a message "Subsystem request failed on channel 0"
scp with -v (archlinux)
When I use this command in LAN, I get this (fedora)
it connected successfully in LAN,and it couldn't connect in internet
I think it may have something to do with the relevant settings of my system?
my OS is :ArchLinux
how can I solve it?
thanks
@SmallL-U commented on GitHub (May 7, 2022):
Solved:
Secure copy protocol (SCP)
Install, configure and start OpenSSH. It contains the scp utility to transfer files.
More features are available by installing additional packages, for example rsshAUR or scponly described below.
Note: Since OpenSSH 9.0 the scp utility uses the SFTP protocol by default. The -O option must be used to use the legacy SCP protocol.