diff options
author | Damien Miller <djm@mindrot.org> | 2000-09-05 13:34:53 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-09-05 13:34:53 +1100 |
commit | 7b28dc5eb0b4d766ddbf5c1955de7e4edbe50e7c (patch) | |
tree | a3f8409e421134c543a49851c5cfd9d62a0455d5 /ssh-add.1 | |
parent | 123cbe8e86b1f6e4c4dc016e76dcac1616971089 (diff) | |
download | openssh-git-7b28dc5eb0b4d766ddbf5c1955de7e4edbe50e7c.tar.gz |
20000905
- (djm) Import OpenBSD CVS changes
- markus@cvs.openbsd.org 2000/08/31 15:52:24
[Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
implement a SFTP server. interops with sftp2, scp2 and the windows
client from ssh.com
- markus@cvs.openbsd.org 2000/08/31 15:56:03
[README.openssh2]
sync
- markus@cvs.openbsd.org 2000/08/31 16:05:42
[session.c]
Wall
- markus@cvs.openbsd.org 2000/08/31 16:09:34
[authfd.c ssh-agent.c]
add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
- deraadt@cvs.openbsd.org 2000/09/01 09:25:13
[scp.1 scp.c]
cleanup and fix -S support; stevesk@sweden.hp.com
- markus@cvs.openbsd.org 2000/09/01 16:29:32
[sftp-server.c]
portability fixes
- markus@cvs.openbsd.org 2000/09/01 16:32:41
[sftp-server.c]
fix cast; mouring@pconline.com
- itojun@cvs.openbsd.org 2000/09/03 09:23:28
[ssh-add.1 ssh.1]
add missing .El against .Bl.
- markus@cvs.openbsd.org 2000/09/04 13:03:41
[session.c]
missing close; ok theo
- markus@cvs.openbsd.org 2000/09/04 13:07:21
[session.c]
fix get_last_login_time order; from andre@van-veen.de
- markus@cvs.openbsd.org 2000/09/04 13:10:09
[sftp-server.c]
more cast fixes; from mouring@pconline.com
- markus@cvs.openbsd.org 2000/09/04 13:06:04
[session.c]
set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
- (djm) Cleanup after import. Fix sftp-server compilation, Makefile
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 23:55:14 1995 ylo .\" -.\" $Id: ssh-add.1,v 1.15 2000/08/29 00:33:51 djm Exp $ +.\" $Id: ssh-add.1,v 1.16 2000/09/05 02:34:54 djm Exp $ .\" .Dd September 25, 1999 .Dt SSH-ADD 1 @@ -65,7 +65,7 @@ This is the default file added by when no other files have been specified. .It Pa $HOME/.ssh/id_dsa Contains the DSA authentication identity of the user. -.Pp +.El .Sh ENVIRONMENT .Bl -tag -width Ds .It Ev "DISPLAY" and "SSH_ASKPASS" @@ -91,6 +91,7 @@ or related script. may be necessary to redirect the input from .Pa /dev/null to make this work.) +.El .Sh AUTHOR Tatu Ylonen <ylo@cs.hut.fi> .Pp |