mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-23 02:12:12 +00:00
- jmc@cvs.openbsd.org 2012/12/03 08:33:03
[ssh-add.1 sshd_config.5] tweak previous;
This commit is contained in:
parent
3dfb877046
commit
f9333d5246
@ -9,6 +9,9 @@
|
|||||||
- check that KEY_COMMAND is executable (which it won't be if eg /var/run
|
- check that KEY_COMMAND is executable (which it won't be if eg /var/run
|
||||||
is mounted noexec).
|
is mounted noexec).
|
||||||
ok djm.
|
ok djm.
|
||||||
|
- jmc@cvs.openbsd.org 2012/12/03 08:33:03
|
||||||
|
[ssh-add.1 sshd_config.5]
|
||||||
|
tweak previous;
|
||||||
|
|
||||||
20121205
|
20121205
|
||||||
- (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@.
|
- (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: ssh-add.1,v 1.57 2012/12/02 20:42:15 djm Exp $
|
.\" $OpenBSD: ssh-add.1,v 1.58 2012/12/03 08:33:02 jmc 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
|
||||||
@ -35,7 +35,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: December 2 2012 $
|
.Dd $Mdocdate: December 3 2012 $
|
||||||
.Dt SSH-ADD 1
|
.Dt SSH-ADD 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -99,7 +99,7 @@ Instead of adding identities, removes identities from the agent.
|
|||||||
If
|
If
|
||||||
.Nm
|
.Nm
|
||||||
has been run without arguments, the keys for the default identities and
|
has been run without arguments, the keys for the default identities and
|
||||||
their corresponding certificateswill be removed.
|
their corresponding certificates will be removed.
|
||||||
Otherwise, the argument list will be interpreted as a list of paths to
|
Otherwise, the argument list will be interpreted as a list of paths to
|
||||||
public key files to specify keys and certificates to be removed from the agent.
|
public key files to specify keys and certificates to be removed from the agent.
|
||||||
If no public key is found at a given path,
|
If no public key is found at a given path,
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
.\" (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.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd_config.5,v 1.150 2012/12/02 20:46:11 djm Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.151 2012/12/03 08:33:03 jmc Exp $
|
||||||
.Dd $Mdocdate: December 2 2012 $
|
.Dd $Mdocdate: December 3 2012 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -133,7 +133,8 @@ to allow TCP forwarding,
|
|||||||
to prevent all TCP forwarding,
|
to prevent all TCP forwarding,
|
||||||
.Dq local
|
.Dq local
|
||||||
to allow local (from the perspective of
|
to allow local (from the perspective of
|
||||||
.Xr ssh 1 ) forwarding only or
|
.Xr ssh 1 )
|
||||||
|
forwarding only or
|
||||||
.Dq remote
|
.Dq remote
|
||||||
to allow remote forwarding only.
|
to allow remote forwarding only.
|
||||||
The default is
|
The default is
|
||||||
|
Loading…
Reference in New Issue
Block a user