Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 2 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 17
1
.\"                                      Hey, EMACS: -*- nroff -*-
1
.\"                                      Hey, EMACS: -*- nroff -*-
2
.\" First parameter, NAME, should be all caps
2
.\" First parameter, NAME, should be all caps
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4
.\" other parameters are allowed: see man(7), man(1)
4
.\" other parameters are allowed: see man(7), man(1)
5
.TH LSH-AUTHORIZE 1 "Apr 15, 2002" lsh-authorize "lsh manuals"
5
.TH LSH-AUTHORIZE 1 "Apr 15, 2002" lsh-authorize "lsh manuals"
6
.\" Please adjust this date whenever revising the manpage.
6
.\" Please adjust this date whenever revising the manpage.
7
.\"
7
.\"
8
.\" Some roff macros, for reference:
8
.\" Some roff macros, for reference:
9
.\" .nh        disable hyphenation
9
.\" .nh        disable hyphenation
10
.\" .hy        enable hyphenation
10
.\" .hy        enable hyphenation
11
.\" .ad l      left justify
11
.\" .ad l      left justify
12
.\" .ad b      justify to both left and right margins
12
.\" .ad b      justify to both left and right margins
13
.\" .nf        disable filling
13
.\" .nf        disable filling
14
.\" .fi        enable filling
14
.\" .fi        enable filling
15
.\" .br        insert line break
15
.\" .br        insert line break
16
.\" .sp <n>    insert n+1 empty lines
16
.\" .sp <n>    insert n+1 empty lines
17
.\" for manpage-specific macros, see man(7)
17
.\" for manpage-specific macros, see man(7)
18
.SH NAME
18
.SH NAME
19
lsh-authorize \- Authorize keys for the current account.
19
lsh-authorize \- Authorize keys for the current account.
20
.SH SYNOPSIS
20
.SH SYNOPSIS
21
.B lsh-authorize
21
.B lsh-authorize
22
.I key-file ...
22
.I key-file ...
23
.SH DESCRIPTION
23
.SH DESCRIPTION
24
For each \fIkey-file\fP, add the contained key to the list of keys that unlock the current
24
For each \fIkey-file\fP, add the contained key to the list of keys that unlock the current
25
account.
25
account.
26
.SH OPTIONS
26
.SH OPTIONS
27
These programs follow the usual GNU command line syntax, with long
27
These programs follow the usual GNU command line syntax, with long
28
options starting with two dashes (`-').
28
options starting with two dashes (`-').
29
A summary of options is included below.
29
A summary of options is included below.
30
.TP
30
.TP
31
.B \-\-help
31
.B \-\-help
32
Show summary of options.
32
Show summary of options.
33
.SH SEE ALSO
33
.SH SEE ALSO
34
.BR lsh-keygen (1),
34
.BR lsh-keygen (1),
35
.BR lsh-writekey (1),
35
.BR lsh-writekey (1),
36
.BR sexp-conv (1),
36
.BR sexp-conv (1),
37
.BR ssh-conv (1),
37
.BR ssh-conv (1),
38
.BR lshc (1),
38
.BR lsh (1),
39
.BR lshd (8).
39
.BR lshd (8).
40
.BR
40
.BR
41
The lsh programs (including this one) are documented fully by
41
The lsh programs (including this one) are documented fully by
42
.IR "Lsh" ,
42
.IR "Lsh" ,
43
available via the info system
43
available via the info system
44
.SH AUTHOR
44
.SH AUTHOR
45
This manual page was originally written by
45
This manual page was originally written by
46
Robert Bihlmeyer <robbe@orcus.priv.at> for the Debian GNU/Linux system
46
Robert Bihlmeyer <robbe@orcus.priv.at> for the Debian GNU/Linux system
47
(but may be used by others), with heavily modifications by
47
(but may be used by others), with heavily modifications by
48
Timshel Knoll <timshel@debian.org>
48
Timshel Knoll <timshel@debian.org>
49
49