Deleted Added
full compact
1c1
< .\" $OpenBSD: ssh-add.1,v 1.38 2003/03/28 10:11:43 jmc Exp $
---
> .\" $OpenBSD: ssh-add.1,v 1.39 2003/06/10 09:12:11 jmc Exp $
112,125d111
< .Sh FILES
< .Bl -tag -width Ds
< .It Pa $HOME/.ssh/identity
< Contains the protocol version 1 RSA authentication identity of the user.
< .It Pa $HOME/.ssh/id_dsa
< Contains the protocol version 2 DSA authentication identity of the user.
< .It Pa $HOME/.ssh/id_rsa
< Contains the protocol version 2 RSA authentication identity of the user.
< .El
< .Pp
< Identity files should not be readable by anyone but the user.
< Note that
< .Nm
< ignores identity files if they are accessible by others.
154a141,154
> .Sh FILES
> .Bl -tag -width Ds
> .It Pa $HOME/.ssh/identity
> Contains the protocol version 1 RSA authentication identity of the user.
> .It Pa $HOME/.ssh/id_dsa
> Contains the protocol version 2 DSA authentication identity of the user.
> .It Pa $HOME/.ssh/id_rsa
> Contains the protocol version 2 RSA authentication identity of the user.
> .El
> .Pp
> Identity files should not be readable by anyone but the user.
> Note that
> .Nm
> ignores identity files if they are accessible by others.
159a160,164
> .Sh SEE ALSO
> .Xr ssh 1 ,
> .Xr ssh-agent 1 ,
> .Xr ssh-keygen 1 ,
> .Xr sshd 8
169,173d173
< .Sh SEE ALSO
< .Xr ssh 1 ,
< .Xr ssh-agent 1 ,
< .Xr ssh-keygen 1 ,
< .Xr sshd 8