OSDN Git Service

Doc: separate MeeGo and Maemo instructions
[qt-creator-jp/qt-creator-jp.git] / doc / linuxdev-keys.qdocinc
1     \section2 Generating SSH Keys
2
3     If you do not have an SSH public and private key pair, you can generate it
4     in Qt Creator. You can specify key length and the key algorithm, RSA or DSA.
5     If you only use the keys to protect connections to the emulator or
6     device, you can use the default values.
7
8     \list 1
9
10         \o  Select \gui {Tools > Options... > Linux Devices > Device
11             Configurations > Generate SSH Key...}.
12
13         \o  Click \gui {Generate SSH Key}.
14
15             \image qtcreator-ssh-key-configuration.png "SSH Key Configuration dialog"
16
17         \o  Click \gui {Save Public Key...} to select the location to save the
18             public key.
19
20         \o  Click \gui {Save Private Key...} to specify the location to save the
21             private key.
22
23         \o  Click \gui Close to close the dialog.
24
25     \endlist