mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
- tedu@cvs.openbsd.org 2010/01/17 21:49:09
[ssh-agent.1] Correct and clarify ssh-add's password asking behavior. Improved text dtucker and ok jmc
This commit is contained in:
parent
6761c7417d
commit
2e68d793d6
@ -1,3 +1,10 @@
|
|||||||
|
20100126
|
||||||
|
- (djm) OpenBSD CVS Sync
|
||||||
|
- tedu@cvs.openbsd.org 2010/01/17 21:49:09
|
||||||
|
[ssh-agent.1]
|
||||||
|
Correct and clarify ssh-add's password asking behavior.
|
||||||
|
Improved text dtucker and ok jmc
|
||||||
|
|
||||||
20100122
|
20100122
|
||||||
- (tim) [configure.ac] Due to constraints in Windows Sockets in terms of
|
- (tim) [configure.ac] Due to constraints in Windows Sockets in terms of
|
||||||
socket inheritance, reduce the default SO_RCVBUF/SO_SNDBUF buffer size
|
socket inheritance, reduce the default SO_RCVBUF/SO_SNDBUF buffer size
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: ssh-agent.1,v 1.49 2009/10/22 15:02:12 sobrado Exp $
|
.\" $OpenBSD: ssh-agent.1,v 1.50 2010/01/17 21:49:09 tedu Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
|
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
@ -34,7 +34,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: October 22 2009 $
|
.Dd $Mdocdate: January 17 2010 $
|
||||||
.Dt SSH-AGENT 1
|
.Dt SSH-AGENT 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -119,8 +119,9 @@ and
|
|||||||
.Pa ~/.ssh/identity .
|
.Pa ~/.ssh/identity .
|
||||||
If the identity has a passphrase,
|
If the identity has a passphrase,
|
||||||
.Xr ssh-add 1
|
.Xr ssh-add 1
|
||||||
asks for the passphrase (using a small X11 application if running
|
asks for the passphrase on the terminal if it has one or from a small X11
|
||||||
under X11, or from the terminal if running without X).
|
program if running under X11.
|
||||||
|
If neither of these is the case then the authentication will fail.
|
||||||
It then sends the identity to the agent.
|
It then sends the identity to the agent.
|
||||||
Several identities can be stored in the
|
Several identities can be stored in the
|
||||||
agent; the agent can automatically use any of these identities.
|
agent; the agent can automatically use any of these identities.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user