File: tinysshd-makekey.1

package info (click to toggle)
tinyssh 20190101-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,208 kB
  • sloc: ansic: 11,914; sh: 1,005; python: 385; makefile: 18
file content (31 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.TH tinysshd\-makekey 1
.SH NAME
tinysshd\-makekey \- create TinySSH key\-directory
.SH SYNOPSIS
.B tinysshd\-makekey
[ options ]
.I keydir
.SH DESCRIPTION
.B tinysshd\-makekey
safely creates secret\-keys and appropriate public\-keys in directory
.I keydir
.SH OPTIONS
.TP
.B \-q
no error messages
.TP
.B \-Q
print error messages (default)
.TP
.TP
.I keydir
directory for TinySSH keys, typically /etc/tinyssh/sshkeydir
.SH EXAMPLE
tinysshd\-makekey /etc/tinyssh/sshkeydir
.SH SEE ALSO
.BR tinysshd (8),
.BR tinysshd\-printkey (1)
.sp
.nf
https://tinyssh.org/
.fi