<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://helpdesk.strw.leidenuniv.nl/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://helpdesk.strw.leidenuniv.nl/wiki/feed.php">
        <title>Computer Documentation Wiki - services:2fa:ssh</title>
        <description></description>
        <link>https://helpdesk.strw.leidenuniv.nl/wiki/</link>
        <image rdf:resource="https://helpdesk.strw.leidenuniv.nl/wiki/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-04T03:06:14+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:linux&amp;rev=1755686642&amp;do=diff"/>
                <rdf:li rdf:resource="https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:macos&amp;rev=1617003926&amp;do=diff"/>
                <rdf:li rdf:resource="https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:putty&amp;rev=1616772691&amp;do=diff"/>
                <rdf:li rdf:resource="https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:tunnelier&amp;rev=1616421118&amp;do=diff"/>
                <rdf:li rdf:resource="https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:winscp&amp;rev=1616419662&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://helpdesk.strw.leidenuniv.nl/wiki/lib/exe/fetch.php?media=wiki:logo.png">
        <title>Computer Documentation Wiki</title>
        <link>https://helpdesk.strw.leidenuniv.nl/wiki/</link>
        <url>https://helpdesk.strw.leidenuniv.nl/wiki/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:linux&amp;rev=1755686642&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-20T10:44:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux</title>
        <link>https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:linux&amp;rev=1755686642&amp;do=diff</link>
        <description>Setup Linux ssh for key based login

We need to create a private/public key set to allow passwordless login via ssh. To do this run the sshkey-gen command:
$ ssh-keygen -t ecdsa
Generating public/private ecdsa key pair.
Enter file in which to save the key (/home/testuser1/.ssh/id_ecdsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/testuser1/.ssh/id_ecdsa
Your public key has been saved in /home/testuser1/.ssh/id_ecdsa.pub
Th…</description>
    </item>
    <item rdf:about="https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:macos&amp;rev=1617003926&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-29T07:45:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>macos</title>
        <link>https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:macos&amp;rev=1617003926&amp;do=diff</link>
        <description>Setup key based login from MacOS

The procedure is very similar to the Linux procedure. So we first need to build a public/private keypair using the ssh-keygen utility:


For both question about passphrase, just hit enter (we will not be using passphrases). This will also have generated two files in your personal .ssh directory:</description>
    </item>
    <item rdf:about="https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:putty&amp;rev=1616772691&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-26T15:31:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>putty</title>
        <link>https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:putty&amp;rev=1616772691&amp;do=diff</link>
        <description>Setup key based login from Putty

Before we can use key based login, we first need to create a private/public key set. This is done by the program PuTTYgen. Open this program:


and provide a passphrase before hiting the 'Generate'key. You will have to move your mouse around as this will help randomness in the creation of the key pair. It is strongly advised to provide a complex passphrase which is not your account password!, as this is the only way to secure illegal use of your key pair. Once t…</description>
    </item>
    <item rdf:about="https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:tunnelier&amp;rev=1616421118&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-22T13:51:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tunnelier</title>
        <link>https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:tunnelier&amp;rev=1616421118&amp;do=diff</link>
        <description>Bitvise-tunnelier ssh setup with keys

As all of you have heard by now, two factor authentication is becoming the standard for loging in to your email desktop ssh etc.

This manual is for all of you who use Bitvise tunnelier to login into your windows desktop at work. To avoid having to generate a code on your PC or telephone every time you login there is an alternative method by means of SSH keys.</description>
    </item>
    <item rdf:about="https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:winscp&amp;rev=1616419662&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-22T13:27:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>winscp</title>
        <link>https://helpdesk.strw.leidenuniv.nl/wiki/doku.php?id=services:2fa:ssh:winscp&amp;rev=1616419662&amp;do=diff</link>
        <description>Setup WinSCP for file copy

Before you can setup WinSCP with a key pair, you need to perform the necessary actions for putty key based access (see here).

So you should already have a private key somewhere on your directory structure. This provate key will now be added tou your WinSCP setup. Open the</description>
    </item>
</rdf:RDF>
