summaryrefslogtreecommitdiff
path: root/doc/src/linux-mobile/linuxdev-keys.qdocinc
blob: 0b5b386c265afb2b43deb4019aa7302458af7ad6 (plain)
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
    \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