forked from qt-creator/qt-creator
The \i and \o commands were replaced with \li and \bold was replaced with \b in QDoc for Qt 5. The \input command was replaced with \include in the docs. Change-Id: I257d1bebb8ebc739ca20e0d29fcf0406ecb14534 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
27 lines
946 B
Plaintext
27 lines
946 B
Plaintext
\section2 Generating SSH Keys
|
|
|
|
If you do not have an SSH public and private key pair, you can generate it
|
|
in \QC. The connection wizard can create the key pair for you, or you can
|
|
create it separately.
|
|
|
|
You can specify key length and the key algorithm, RSA or DSA.
|
|
If you only use the keys to protect connections to the emulator or
|
|
device, you can use the default values.
|
|
|
|
\list 1
|
|
|
|
\li Select \gui Tools > \gui Options > \gui Devices > \gui {Create New}.
|
|
|
|
\image qtcreator-ssh-key-configuration.png "SSH Key Configuration dialog"
|
|
|
|
\li In the \gui {Private key file} field, select the location to save
|
|
the private key.
|
|
|
|
The \gui {Public key file} field displays the location to save the
|
|
corresponding public key.
|
|
|
|
\li Select \gui {Generate And Save Key Pair} to generate and save the
|
|
keys at the specified locations.
|
|
|
|
\endlist
|