2022-04-07 17:29:37 +02:00
|
|
|
.\" cassh - Manager for an OpenSSH Certification Authority
|
|
|
|
.\"
|
|
|
|
.\" Written in 2022 by Lucas
|
|
|
|
.\"
|
|
|
|
.\" To the extent possible under law, the author(s) have dedicated all
|
|
|
|
.\" copyright and related and neighboring rights to this software to the
|
|
|
|
.\" public domain worldwide. This software is distributed without any
|
|
|
|
.\" warranty.
|
|
|
|
.\"
|
|
|
|
.\" You should have received a copy of the CC0 Public Domain Dedication
|
|
|
|
.\" along with this software. If not, see
|
|
|
|
.\" <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|
|
|
.\"
|
2022-04-07 20:02:15 +02:00
|
|
|
.Dd April 07, 2022
|
2022-04-07 17:29:37 +02:00
|
|
|
.Dt CASSH-KEYFILE 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm cassh-keyfile
|
|
|
|
.Nd Wrapper for using a private key file with cassh
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Ar private_key
|
|
|
|
.Cm cassh_command
|
|
|
|
.Op Ar options ...
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Xr cassh 1
|
|
|
|
requires a running
|
|
|
|
.Xr ssh-agent 1
|
|
|
|
with the Certification Authority private key already loaded.
|
|
|
|
.Nm
|
|
|
|
provides a thin wrapper around
|
|
|
|
.Xr cassh 1 ,
|
|
|
|
initiating an
|
|
|
|
.Xr ssh-agent 1
|
|
|
|
instance and loading the Certification Authority private key from
|
|
|
|
.Ar private_key
|
|
|
|
file before calling
|
|
|
|
.Xr cassh 1 .
|
|
|
|
The
|
|
|
|
.Xr ssh-agent 1
|
|
|
|
instance exits when the commands are completed.
|
|
|
|
.Pp
|
|
|
|
.Nm
|
|
|
|
will only instantiate an
|
|
|
|
.Xr ssh-agent 1
|
|
|
|
if
|
|
|
|
.Cm cassh_command
|
|
|
|
does need one.
|
|
|
|
.Sh EXIT STATUS
|
|
|
|
.Ex -std
|
|
|
|
.Sh SEE ALSO
|
2022-04-07 20:02:15 +02:00
|
|
|
.Xr cassh 1
|
2022-04-07 17:29:37 +02:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An Lucas
|
|
|
|
.Sh LICENSE
|
|
|
|
.Nm
|
|
|
|
is in the public domain.
|
|
|
|
.Pp
|
|
|
|
To the extent possible under law, the author(s) have dedicated all
|
|
|
|
copyright and related and neighboring rights to this software to the
|
|
|
|
public domain worldwide.
|
|
|
|
.Pp
|
|
|
|
.Lk http://creativecommons.org/publicdomain/zero/1.0/
|