table of contents
x2gobroker-keygen(8) | X2Go Session Broker | x2gobroker-keygen(8) |
NAME¶
x2gobroker-keygen - Generate SSH keys for X2Go Session Broker
SYNOPSIS¶
x2gobroker-keygen
[ options ]
DESCRIPTION¶
x2gobroker-keygen generates a SSH pub/priv key pair and makes it usable through X2Go Session Broker.
This command has to be execute once per broker installation and requires root privileges.
COMMON OPTIONS¶
x2gobroker-keygen accepts the following common options:
- -h, --help
- Display a help with all available command line options and exit.
- -t {RSA,DSA}, --key_type {RSA,DSA}
- SSH pub/priv key type (allowed values: RSA, DSA).
- -f, --force
- Re-generate SSH pub/priv key pair and enforce overwriting of existing key
pair files.
WARNING: you will loose previously create key files when this option is used.
FILES¶
~x2gobroker/.ssh/*
AUTHOR¶
This manual has been written for the X2Go project by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>.
Apr 2020 | Version 0.0.4.x |