mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-25 14:54:45 +02:00
upstream: - move CAVEATS to its correct order - use the term
"legacy" protocol rather than "original", as the latter made the text misleading - uppercase SCP ok djm OpenBSD-Commit-ID: 8479255746d5fa76a358ee59e7340fecf4245ff0
This commit is contained in:
parent
2d678c5e3b
commit
9136d6239a
20
scp.1
20
scp.1
@ -8,9 +8,9 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" Created: Sun May 7 00:14:37 1995 ylo
|
.\" Created: Sun May 7 00:14:37 1995 ylo
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: scp.1,v 1.101 2021/09/08 23:31:39 djm Exp $
|
.\" $OpenBSD: scp.1,v 1.102 2021/09/09 06:17:39 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: September 8 2021 $
|
.Dd $Mdocdate: September 9 2021 $
|
||||||
.Dt SCP 1
|
.Dt SCP 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -289,14 +289,6 @@ debugging connection, authentication, and configuration problems.
|
|||||||
.Xr ssh_config 5 ,
|
.Xr ssh_config 5 ,
|
||||||
.Xr sftp-server 8 ,
|
.Xr sftp-server 8 ,
|
||||||
.Xr sshd 8
|
.Xr sshd 8
|
||||||
.Sh CAVEATS
|
|
||||||
The original scp protocol (selected by the
|
|
||||||
.Fl O
|
|
||||||
flag) requires execution of the remote user's shell to perform
|
|
||||||
.Xr glob 3
|
|
||||||
pattern matching.
|
|
||||||
This requires careful quoting of any characters that have special meaning to
|
|
||||||
the remote shell, such as quote characters.
|
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
.Nm
|
.Nm
|
||||||
is based on the rcp program in
|
is based on the rcp program in
|
||||||
@ -309,3 +301,11 @@ has use the SFTP protocol for transfers by default.
|
|||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Timo Rinne Aq Mt tri@iki.fi
|
.An Timo Rinne Aq Mt tri@iki.fi
|
||||||
.An Tatu Ylonen Aq Mt ylo@cs.hut.fi
|
.An Tatu Ylonen Aq Mt ylo@cs.hut.fi
|
||||||
|
.Sh CAVEATS
|
||||||
|
The legacy SCP protocol (selected by the
|
||||||
|
.Fl O
|
||||||
|
flag) requires execution of the remote user's shell to perform
|
||||||
|
.Xr glob 3
|
||||||
|
pattern matching.
|
||||||
|
This requires careful quoting of any characters that have special meaning to
|
||||||
|
the remote shell, such as quote characters.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user