ui_pageant » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2019-12-11 | 2019-12-11 | ||
no summary (49.38.232.233) (hidden) (untrusted) | Restored revision 1557330671. Undoing revision 1576045748. (martin) (hidden) | ||
Line 9: | Line 9: | ||
To start Pageant, go to //Tools > Pageant// on [[ui_login|Login dialog]]. | To start Pageant, go to //Tools > Pageant// on [[ui_login|Login dialog]]. | ||
- | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDINAt0Nfkhx9ycV0T0ZTEARBOqn4xf3VAHMWi44nE3Y1Tz3bB2njnGvKDBpOp4sdrkeuXlkjtTZ2lvFlVKzy8D3LNMy08CmDUpOdgPlnjWt8ITzHmvnzs2VOr0HgbMYIbY/Ak91rP5fNAbDxB+MIROck4UnTBbVODjZwkBuS7lqIMZqrXbm8h4iFWIXfI9ad1NT5ZJqr62J6zHORPIf6zgI+9fXcz5dGadcmpivcJ8lwA8ppDZzUAVTxQ7fg5rqJXm4DrjEY/opGhg8boMUh8dn0QcAwN7qj9o/tCrwoM2RdkMB+zVusKR2JB6P5Cw/hIB9smVVx6BY3yXjuX5agY/ imported-openssh-key | + | ===== Getting Started with Pageant ===== |
+ | Before you run Pageant, you need to have a [[public_key#private|private key]] in ''.ppk'' format. | ||
+ | |||
+ | When you run Pageant, it will put an icon of a computer wearing a hat into the System tray. It will then sit and do nothing, until you load a private key into it. | ||
+ | |||
+ | &screenshotpict(pageant_tray) | ||
+ | |||
+ | If you click the Pageant icon with the right mouse button, you will see a menu. Select //View Keys// from this menu. The Pageant main window will appear. (You can also bring this window up by double-clicking on the Pageant icon.) | ||
+ | |||
+ | The Pageant window contains a list box. This shows the private keys Pageant is holding. When you start Pageant, it has no keys, so the list box will be empty. After you add one or more keys, they will show up in the list box. | ||
+ | |||
+ | To add a key to Pageant, press the //Add Key// button. Pageant will bring up a file dialog, labelled //Select Private Key File//. Find your private key file in this dialog, and press //Open//. | ||
+ | |||
+ | Pageant will now load the private key. If the key is protected by a passphrase, Pageant will ask you to type the passphrase. When the key has been loaded, it will appear in the list in the Pageant window. | ||
+ | |||
+ | Now start WinSCP and open an SSH session to a site that accepts your key. WinSCP will notice that Pageant is running, retrieve the key automatically from Pageant, and use it to authenticate. You can now open as many WinSCP sessions as you like without having to type your passphrase again. | ||
+ | |||
+ | WinSCP can be configured [[ui_login_authentication|not to try to use Pageant]], but it will try by default. | ||
+ | |||
+ | When you want to shut down Pageant, click the right button on the Pageant icon in the System tray, and select //Exit// from the menu. Closing the Pageant main window does not shut down Pageant. | ||
===== The Pageant Main Window ===== | ===== The Pageant Main Window ===== |