[scp.1]
     there is no need for rcp anymore
     ok deraadt millert
This commit is contained in:
Damien Miller 2014-04-20 13:02:58 +10:00
parent eb1b7c514d
commit 6e1777f592
2 changed files with 11 additions and 10 deletions

View File

@ -25,6 +25,13 @@
usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa | rsa1] usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa | rsa1]
[-N new_passphrase] [-C comment] [-f output_keyfile] [-N new_passphrase] [-C comment] [-f output_keyfile]
ok schwarze jmc ok schwarze jmc
- tedu@cvs.openbsd.org 2014/03/17 19:44:10
[ssh.1]
old descriptions of des and blowfish are old. maybe ok deraadt
- tedu@cvs.openbsd.org 2014/03/19 14:42:44
[scp.1]
there is no need for rcp anymore
ok deraadt millert
20140401 20140401
- (djm) On platforms that support it, use prctl() to prevent sftp-server - (djm) On platforms that support it, use prctl() to prevent sftp-server

14
scp.1
View File

@ -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.61 2013/10/20 09:51:26 djm Exp $ .\" $OpenBSD: scp.1,v 1.62 2014/03/19 14:42:44 tedu Exp $
.\" .\"
.Dd $Mdocdate: October 20 2013 $ .Dd $Mdocdate: March 19 2014 $
.Dt SCP 1 .Dt SCP 1
.Os .Os
.Sh NAME .Sh NAME
@ -49,8 +49,6 @@ It uses
for data transfer, and uses the same authentication and provides the for data transfer, and uses the same authentication and provides the
same security as same security as
.Xr ssh 1 . .Xr ssh 1 .
Unlike
.Xr rcp 1 ,
.Nm .Nm
will ask for passwords or passphrases if they are needed for will ask for passwords or passphrases if they are needed for
authentication. authentication.
@ -191,8 +189,7 @@ Note that this option is written with a capital
.Sq P , .Sq P ,
because because
.Fl p .Fl p
is already reserved for preserving the times and modes of the file in is already reserved for preserving the times and modes of the file.
.Xr rcp 1 .
.It Fl p .It Fl p
Preserves modification times, access times, and modes from the Preserves modification times, access times, and modes from the
original file. original file.
@ -225,7 +222,6 @@ debugging connection, authentication, and configuration problems.
.Sh EXIT STATUS .Sh EXIT STATUS
.Ex -std scp .Ex -std scp
.Sh SEE ALSO .Sh SEE ALSO
.Xr rcp 1 ,
.Xr sftp 1 , .Xr sftp 1 ,
.Xr ssh 1 , .Xr ssh 1 ,
.Xr ssh-add 1 , .Xr ssh-add 1 ,
@ -235,9 +231,7 @@ debugging connection, authentication, and configuration problems.
.Xr sshd 8 .Xr sshd 8
.Sh HISTORY .Sh HISTORY
.Nm .Nm
is based on the is based on the rcp program in
.Xr rcp 1
program in
.Bx .Bx
source code from the Regents of the University of California. source code from the Regents of the University of California.
.Sh AUTHORS .Sh AUTHORS