File: x2gobroker-pubkeyauthorizer.8

package info (click to toggle)
x2gobroker 0.0.4.3-4.3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,648 kB
  • sloc: python: 7,175; sh: 1,475; makefile: 389; perl: 267; ansic: 38
file content (46 lines) | stat: -rw-r--r-- 1,472 bytes parent folder | download | duplicates (3)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
'\" -*- coding: utf-8 -*-
'\" vim:fenc=utf-8
.if \n(.g .ds T< \\FC
.if \n(.g .ds T> \\F[\n[.fam]]
.de URL
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
.TH x2gobroker-pubkeyauthorizer 8 "Apr 2020" "Version 0.0.4.x" "X2Go Session Broker"
.SH NAME
x2gobroker-pubkeyauthorizer \- Retrieve public SSH keys from an X2Go Session Broker
.SH SYNOPSIS
'nh
.fi
.ad l
\fBx2gobroker-pubkeyauthorizer\fR \kx
.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
'in \n(.iu+\nxu
[
\fIoptions\fR
]
'in \n(.iu-\nxu
.ad b
'hy
.SH DESCRIPTION
\fBx2gobroker-pubkeyauthorizer\fR retrieves the X2Go Session Broker's public SSH key(s) and
adds it to \fI~x2gobroker/.ssh/authorized_keys\fR.
.PP
This command has to be executed once on each X2Go Server that is to become a member of a muli-node
X2Go server farm. The execution of this command requires root-privileges.
.PP
.SH COMMON OPTIONS
\fBx2gobroker-pubkeyauthorizer\fR accepts the following common options:
.TP
\*(T<\fB\-h, \-\-help\fR\*(T>
Display a help with all available command line options and exit.
.TP
\*(T<\fB\-b <BROKER_URL>, \-\-broker-url <BROKER_URL>\fR\*(T>
The URL of the X2Go Session Broker that we want to retrieve public keys from.
The common pattern for this URL is \fIhttp(s)://<broker_hostname>:<port>/pubkeys/\fR, but may differ
depending on your X2Go Session Broker setup.
.SH "FILES"
~x2gobroker/.ssh/authorized_keys
.SH AUTHOR
This manual has been written for the X2Go project by
Mike Gabriel <mike.gabriel@das-netzwerkteam.de>.