Fixed issue #1307: few CHM typos
[TortoiseGit.git] / doc / source / en / TortoiseGit / tsvn_app_ssh.xml
blob3928b034e17ee3cb0371c517043ec3407c10902e
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE appendix SYSTEM "../../dtd/dblite.dtd">\r
3 <appendix id="tsvn-ssh-howto">\r
4         <title>Tips and tricks for SSH/PuTTY</title>\r
5 \r
6         <sect1 id="tsvn-ssh-introduction">\r
7                 <title>Introduction</title>\r
8                 <para>\r
9                         PuTTY comes with a great session management, where you can save attributes of connections (e.g. ssh key, username, port). This page describes how to make use of it - partly in form of a FAQ. For this to work, you need the <ulink url="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTY.exe-application</ulink>.\r
10                 </para>\r
11                 <sect2 id="tsvn-ssh-introduction-sessions-howto">\r
12                         <title>How to use sessions</title>\r
13                         <para>\r
14                                 One special "session" is the <literal>Default Settings</literal> session, where you can set default values for all new connections (e.g. a key, a default username, enable compression, force SSH version 2 or change the default port and so on).\r
15                         </para>\r
16                         <para>\r
17                                 You can also save settings for (single) ssh connections as sessions. Take one server where the ssh server only listens on a different port, then you can set up all settings and save it to e.g. "SERVERNAME". Now you can access this saved settings by starting PuTTY and double clicking "SERVERNAME" in the saved sessions list <emphasis>OR</emphasis>, when using TortoiseGit, plink or other putty applications, the entered servername (e.g. git@<emphasis>SERVERNAME</emphasis>:/test.git) will be matched against the saved sessions list and if found, the settings of the saved session are used.\r
18                         </para>\r
19                         <para>\r
20                                 Many people like to use Pageant for storing all their keys.\r
21                                 Because a PuTTY session is capable of storing a key, you don't\r
22                                 always need Pageant. But imagine you want to store different keys for several \r
23                                 different servers; in that case you would have to edit the\r
24                                 PuTTY session over and over again, depending on the server you are \r
25                                 trying to connect with. In this situation Pageant makes perfect sense,\r
26                                 because when PuTTY, Plink, TortoisePlink or any other PuTTY-based tool\r
27                                 is trying to connect to an SSH server, it checks all private keys that\r
28                                 Pageant holds to initiate the connection.\r
29                         </para>\r
30                 </sect2>\r
31         </sect1>\r
32         <tip>\r
33                 <para>\r
34                         The latest version (with comments) of this FAQ/chapter is available <ulink url="http://code.google.com/p/tortoisegit/wiki/UsingPuTTY">here</ulink>.\r
35                 </para>\r
36         </tip>\r
37         <sect1 id="tsvn-ssh-faq">\r
38                 <title>FAQ and examples section</title>\r
39                 <para>\r
40                         This section is based on the descriptions above and will bring some examples for the usage with TortoiseGit (and plink).\r
41                 </para>\r
42                 <para>\r
43                         The examples assume that you want to clone <literal>git@example.com:/test.git</literal>. \r
44                 </para>\r
45                 <sect2 id="tsvn-ssh-faq-defaultkey">\r
46                         <title>How to use a default key for all SSH connections</title>\r
47                         <para>\r
48                                 Start PuTTY, go to <guilabel>Connection</guilabel>-><guilabel>SSH</guilabel>-><guilabel>Auth</guilabel> and select your key. Then go to <guilabel>Session</guilabel>, select <guilabel>Default Settings</guilabel> and hit <guibutton>Save</guibutton>.\r
49                         </para>\r
50                         <para>\r
51                                 Now PuTTY (TortoiseGit and plink) will try to use this key for all new connections (no need to configure it in TortoiseGit). If the PuTTY agent is running, putty and plink try to use an already loaded key, but will ask for the password themselves (as a fallback).\r
52                         </para>\r
53                 </sect2>\r
55                 <sect2 id="tsvn-ssh-faq-differentport">\r
56                         <title>How to connect to a SSH server on a different port</title>\r
57                         <sect3 id="tsvn-ssh-faq-differentport-wholeserver">\r
58                                 <title>All connections to a server should use the different port</title>\r
59                                 <para>\r
60                                         Start PuTTY, fill in the servername (<emphasis>example.com</emphasis> here) in the <guilabel>Host Name</guilabel>-field and into the <guilabel>Saved Sessions</guilabel> field. Change the port number to the number you need and click on <guibutton>Save</guibutton>. Now, when TortoiseGit/plink uses this servername the port is automatically loaded from the session.\r
61                                 </para>\r
62                         </sect3>\r
63                         <sect3 id="tsvn-ssh-faq-differentport-onesession">\r
64                                 <title>One a special connection should use a different port</title>\r
65                                 <para>\r
66                                         Start PuTTY, fill in the servername (<emphasis>example.com</emphasis> here) in the <guilabel>Host Name</guilabel>-field and put the servername followed by e.g. a number into the <guilabel>Saved Sessions</guilabel> field (e.g. <emphasis>example.com1</emphasis> or whatever you like). Change the port number to the number you need and click on <guibutton>Save</guibutton>.\r
67                                 </para>\r
68                                 <para>\r
69                                         Now, when you want to use this saved session use <emphasis>example.com1</emphasis> as the servername: Clone <emphasis>git@example.com1:/test.git</emphasis>. Plink detects that this is a saved session and loads the correct servername and port from the session. \r
70                                 </para>\r
71                                 <para>\r
72                                         You can create several sessions for a server with different session names, but make sure you do not use the servername (<emphasis>example.com</emphasis> here) as the exact session name, otherwise these settings will be the default ones if you try to connect to the server (<emphasis>example.com</emphasis>). \r
73                                 </para>\r
74                         </sect3>\r
75                 </sect2>\r
77                 <sect2 id="tsvn-ssh-faq-differentkeys">\r
78                         <title>How to use two different ssh keys for the same user on the same host</title>\r
79                         <para>\r
80                                 Start PuTTY, fill in the servername (<emphasis>example.com</emphasis> here) in the <guilabel>Host Name</guilabel>-field and put the servername followed by e.g. a number into the <guilabel>Saved Sessions</guilabel> field (e.g. <emphasis>example.com1</emphasis> or whatever you like). Go to <guilabel>Connection</guilabel>-><guilabel>SSH</guilabel>-><guilabel>Auth</guilabel> and select the key which should be used for this connection. Now go back to <guilabel>Session</guilabel> and hit <guibutton>Save</guibutton>.\r
81                         </para>\r
82                         <para>\r
83                                 Now, when you want to use this saved session use <emphasis>example.com1</emphasis> as the servername: Clone <emphasis>git@example.com1:/test.git</emphasis>. Plink detects that this is a saved session and loads the correct servername and ssh key from the session. \r
84                         </para>\r
85                 </sect2>\r
86         </sect1>\r
87 </appendix>\r