version=pmwiki-2.2.130 ordered=1 urlencoded=1 agent=w3m/0.5.3+git20210102 author=jrmu charset=UTF-8 csum= ctime=1613921277 host=38.87.162.8 name=PuTTY.Connect rev=31 targets=Shell.Sshfingerprints,PuTTY.PuTTYgen text=(:title Connecting on Windows:)%0a%0a!! PuTTY%0a%0aDownload and install the latest version of [[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html|PuTTY]].%0a%0a# Open PuTTY:\\%0aAttach:putty-config.png%0a # @@Host Name@@: @@username@fruit.ircnow.org@@ -- for example, if your username is john, and your server address is fruit.ircnow.org, then fill in @@john@example.ircnow.org@@.%0a # @@Port@@: 22%0a # Click @@Open@@ at the bottom.%0a# Verify the SSH host keys:\\%0aAttach:putty-fpr.png%0a # You can consult the [[Shell/Sshfingerprints|SSH Fingerprints]] page or check the DNS SSHFP records.%0a# Type in your password (the password is invisible):\\%0aAttach:putty-login.png%0a%0a'''NOTE''': In PuTTY, you must use Shift+[Ins] in order to paste. Ctrl+v does not work for PuTTY.%0a%0a!! Fixing the [Esc] key%0a%0aCtrl+[ is an alternate key for [Esc].%0a%0aTo get the [Esc] key to work properly on PuTTY:%0a%0a# Go to @@Terminal > Keyboard@@ and change @@The Function keys and keypad@@ to @@VT100+@@.\\%0aAttach:putty-keyboard.png%0a# Go to @@Terminal > Features@@ and check @@Disable application keypad mode@@.%0a%0a!! Logging in with Keys%0a%0aTo log in with private keys, please see [[PuTTY/PuTTYgen|the PuTTYgen guide]].%0a time=1638187998 title=Connecting on Windows author:1638187998=jrmu diff:1638187998:1638187962:=5c5%0a%3c Download and install the latest version of [[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html|PuTTY]].%0a---%0a> Download and install the latest version of [[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html|PuTTY]]. We recommend the [[https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.76-installer.msi|32-bit installer]].%0a host:1638187998=38.87.162.8 author:1638187962=jrmu diff:1638187962:1638016068:=5c5%0a%3c Download and install the latest version of [[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html|PuTTY]]. We recommend the [[https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.76-installer.msi|32-bit installer]].%0a---%0a> Download and install the latest version of [[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html|PuTTY]]. We recommend the [[https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.75-installer.msi|32-bit installer]].%0a host:1638187962=38.87.162.8 author:1638016068=jrmu diff:1638016068:1628529892:=17,18d16%0a%3c %0a%3c '''NOTE''': In PuTTY, you must use Shift+[Ins] in order to paste. Ctrl+v does not work for PuTTY.%0a host:1638016068=38.87.162.8 author:1628529892=jrmu diff:1628529892:1628526063:=28,30c28,77%0a%3c !! Logging in with Keys%0a%3c %0a%3c To log in with private keys, please see [[PuTTY/PuTTYgen|the PuTTYgen guide]].%0a---%0a> !! PuTTYgen%0a> %0a> !!! Generate Public/Private Key%0a> %0a> For additional security, you can use a public/private key pair to login. If you disable [[sshd/disablepassword|password authentication]], your sshd setup will be more secure.%0a> %0a> # In the parameters field at the bottom, select the type of key to generate. This guide uses Ed25519.%0a> # Click @@Generate@@\\%0a> Attach:puttygen-random.png%0a> # '''Optional''': In @@Key passphrase@@, provide a passphrase and write it down securely. Type the passphrase again in @@Confirm passphrase@@. '''WARNING''': If you use a passphrase, the key becomes worthless if you forget the passphrase!%0a> # Click @@Save public key@@. Give it a name like @@publickey.pub@@. This key can be shared with anyone.%0a> # Click @@Save private key@@. Give it a name like @@privatekey.ppk@@. Keep the private key safe; '''never''' share this key!%0a> %0a> '''Optional''': To export this key for another ssh client, click on @@Conversions@@ in the menu at top, then click @@Export OpenSSH key@@. Give it a name like @@private.key@@.%0a> %0a> You have now generated your public and private key!%0a> %0a> !! Adding the Public Key%0a> %0a> # Connect with PuTTY using a password as described at top.%0a> # Edit @@~/.ssh/authorized_keys@@:\\%0a> Attach:putty-editauthorized.png%0a> # Select the public key from PuTTyGen, from the field @@Public key for pasting into OpenSSH authorized keys file@@. Type @@ctrl+c@@ to copy.\\%0a> Attach:putty-copyauthorized.png%0a> # Paste the key into @@~/.ssh/authorized_keys@@ by pressing @@Shift+[Ins]@@.%0a> # Alternatively, you can get the public key from the .ppk you created earlier. Open it with Notepad. It should look like this:%0a> %0a> [@%0a> ---- BEGIN SSH2 PUBLIC KEY ----%0a> Comment: "ed25519-key-20210809"%0a> AAAAC3NzaC1lZDI1NTE5AAAAINCB6GpCoQPG4byfLwqHyA2SMyTV7RjfVw+bqO3h%0a> fTDF%0a> ---- END SSH2 PUBLIC KEY ----%0a> @]%0a> %0a> Ignore the comment lines, copying only the key; join the lines together, and add @@ssh-ed25519@@ in front:%0a> %0a> [@%0a> ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINCB6GpCoQPG4byfLwqHyA2SMyTV7RjfVw+bqO3hfTDF%0a> @]%0a> %0a> !! Logging in with Private Key%0a> %0a> # Open PuTTY%0a> # Go to @@Connection > SSH > Auth@@%0a> # In @@Private key file for authentication@@, click @@Browse@@,%0a> and load your private key ('''hint''': it ends in .ppk).%0a> # Click @@Session@@ and fill in @@Hostname@@ as described at top. Then, click @@Open@@.%0a> # If you used a passphrase for the key, type it in.\\%0a> Attach:putty-keypassphrase.png%0a host:1628529892=38.87.162.8 author:1628526063=jrmu diff:1628526063:1628526003:=75c75%0a%3c # Click @@Session@@ and fill in @@Hostname@@ as described at top. Then, click @@Open@@.%0a---%0a> # Fill in @@Session > Hostname@@ as described at top. Then, click @@Open@@.%0a host:1628526063=38.87.162.8 author:1628526003=jrmu diff:1628526003:1628525975:=74c74%0a%3c and load your private key ('''hint''': it ends in .ppk).%0a---%0a> and find your private key ('''hint''': it ends in .ppk).%0a host:1628526003=38.87.162.8 author:1628525975=jrmu diff:1628525975:1628525756:=72c72%0a%3c # Go to @@Connection > SSH > Auth@@%0a---%0a> # Go to @@Connection > Ssh > Auth@@%0a host:1628525975=38.87.162.8 author:1628525756=jrmu diff:1628525756:1628510931:=37c37,38%0a%3c # '''Optional''': In @@Key passphrase@@, provide a passphrase and write it down securely. Type the passphrase again in @@Confirm passphrase@@. '''WARNING''': If you use a passphrase, the key becomes worthless if you forget the passphrase!%0a---%0a> # In @@Key passphrase@@, provide a passphrase and write it down securely.%0a> # Type the passphrase again in @@Confirm passphrase@@.%0a host:1628525756=38.87.162.8 author:1628510931=jrmu diff:1628510931:1628510702:=78a79,83%0a> %0a> Attach:puttygen-exportssh.png%0a> (:if false:)%0a> Attach:puttygen-ed25519.png%0a> (:ifend:)%0a host:1628510931=38.87.162.8 author:1628510702=jrmu diff:1628510702:1628510360:=78c78%0a%3c Attach:putty-keypassphrase.png%0a---%0a> Attach:putty-keylogin.png%0a host:1628510702=38.87.162.8 author:1628510360=jrmu diff:1628510360:1628510177:=49,50c49%0a%3c # Edit @@~/.ssh/authorized_keys@@:\\%0a%3c Attach:putty-editauthorized.png%0a---%0a> # Edit @@~/.ssh/authorized_keys@@:%0a53c52,53%0a%3c # Paste the key into @@~/.ssh/authorized_keys@@ by pressing @@Shift+[Ins]@@.%0a---%0a> # Paste the key into @@~/.ssh/authorized_keys@@ by pressing @@Shift+[Ins]@@.\\%0a> Attach:putty-editauthorized.png%0a host:1628510360=38.87.162.8 author:1628510177=jrmu diff:1628510177:1628510029:=50,53c50,52%0a%3c # Select the public key from PuTTyGen, from the field @@Public key for pasting into OpenSSH authorized keys file@@. Type @@ctrl+c@@ to copy.\\%0a%3c Attach:putty-copyauthorized.png%0a%3c # Paste the key into @@~/.ssh/authorized_keys@@ by pressing @@Shift+[Ins]@@.\\%0a%3c Attach:putty-editauthorized.png%0a---%0a> # Select the public key from PuTTyGen, from the field @@Public key for pasting into OpenSSH authorized keys file@@. Type @@ctrl+c@@ to copy.%0a> Attach:putty-authorized.png%0a> # Paste the key into @@~/.ssh/authorized_keys@@ by pressing @@Shift+[Ins]@@.%0a host:1628510177=38.87.162.8 author:1628510029=jrmu diff:1628510029:1628507372:=76,78c76%0a%3c # If you used a passphrase for the key, type it in.\\%0a%3c Attach:putty-keylogin.png%0a%3c %0a---%0a> # If you used a passphrase for the key, type it in.%0a host:1628510029=38.87.162.8 author:1628507372=jrmu diff:1628507372:1628507326:=20c20%0a%3c Ctrl+[ is an alternate key for [Esc].%0a---%0a> @@Ctrl+[@@ is an alternate key for [Esc].%0a host:1628507372=38.87.162.8 author:1628507326=jrmu diff:1628507326:1628507199:=71,76c71,81%0a%3c # Open PuTTY%0a%3c # Go to @@Connection > Ssh > Auth@@%0a%3c # In @@Private key file for authentication@@, click @@Browse@@,%0a%3c and find your private key ('''hint''': it ends in .ppk).%0a%3c # Fill in @@Session > Hostname@@ as described at top. Then, click @@Open@@.%0a%3c # If you used a passphrase for the key, type it in.%0a---%0a> When you want to connect, open PuTTY%0a> go to Connection > Ssh > Auth%0a> %0a> in the Private key file for authentication, click Browse,%0a> and find your private key (ends in .ppk)%0a> %0a> Make sure Session > Hostname is filled in properly, as%0a> usual, then click Open%0a> %0a> if it asks you for the Passphrase, type it in%0a> %0a77a83,84%0a> # Open PuTTY and load the key\\%0a> %0a host:1628507326=38.87.162.8 author:1628507199=jrmu diff:1628507199:1628506698:=46,47c46,47%0a%3c !! Adding the Public Key%0a%3c %0a---%0a> !! Login with Private Key%0a> %0a49,50c49,50%0a%3c # Edit @@~/.ssh/authorized_keys@@:%0a%3c # Select the public key from PuTTyGen, from the field @@Public key for pasting into OpenSSH authorized keys file@@. Type @@ctrl+c@@ to copy.%0a---%0a> # Edit @@~/.ssh/authorizedkeys@@:%0a> # Copy the public key from PuTTyGen, from the field @@Public key for pasting into OpenSSH authorized keys file@@.%0a52,69c52,58%0a%3c # Paste the key into @@~/.ssh/authorized_keys@@ by pressing @@Shift+[Ins]@@.%0a%3c # Alternatively, you can get the public key from the .ppk you created earlier. Open it with Notepad. It should look like this:%0a%3c %0a%3c [@%0a%3c ---- BEGIN SSH2 PUBLIC KEY ----%0a%3c Comment: "ed25519-key-20210809"%0a%3c AAAAC3NzaC1lZDI1NTE5AAAAINCB6GpCoQPG4byfLwqHyA2SMyTV7RjfVw+bqO3h%0a%3c fTDF%0a%3c ---- END SSH2 PUBLIC KEY ----%0a%3c @]%0a%3c %0a%3c Ignore the comment lines, copying only the key; join the lines together, and add @@ssh-ed25519@@ in front:%0a%3c %0a%3c [@%0a%3c ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINCB6GpCoQPG4byfLwqHyA2SMyTV7RjfVw+bqO3hfTDF%0a%3c @]%0a%3c %0a%3c !! Logging in with Private Key%0a---%0a> # Alternatively, you can open the public key you created earlier ending in .ppk with Notepad.%0a> paste by copying with ctrl plus c on windows then shift plus insert on putty%0a> (the .ppk file) into ~/.ssh/authorized_keys\\%0a> # Paste in your public key from publickey (open it with notepad)%0a> Don't paste BEGIN SSH2 PUBLIC KEY%0a> or the comment lines, make sure to join the line%0a> %0a host:1628507199=38.87.162.8 author:1628506698=jrmu diff:1628506698:1628506349:=30,31d29%0a%3c !!! Generate Public/Private Key%0a%3c %0a41,52c39,48%0a%3c %0a%3c '''Optional''': To export this key for another ssh client, click on @@Conversions@@ in the menu at top, then click @@Export OpenSSH key@@. Give it a name like @@private.key@@.%0a%3c %0a%3c You have now generated your public and private key!%0a%3c %0a%3c !! Login with Private Key%0a%3c %0a%3c # Connect with PuTTY using a password as described at top.%0a%3c # Edit @@~/.ssh/authorizedkeys@@:%0a%3c # Copy the public key from PuTTyGen, from the field @@Public key for pasting into OpenSSH authorized keys file@@.%0a%3c Attach:putty-authorized.png%0a%3c # Alternatively, you can open the public key you created earlier ending in .ppk with Notepad.%0a---%0a> # If you need to export this key so that it can be used on another ssh client, then at the Conversions menu bar at top, click on Export OpenSSH key %0a> # name it private.key%0a> %0a> Next, login as you normally would with PuTTY above.%0a> %0a> Open .ssh/authorizedkeys%0a> $ vi .ssh/authorizedkeys%0a> %0a> # Paste the public key (the .ppk file) into ~/.ssh/authorized_keys\\%0a> # Paste in your public key from publickey (open it with notepad)%0a54,55d49%0a%3c (the .ppk file) into ~/.ssh/authorized_keys\\%0a%3c # Paste in your public key from publickey (open it with notepad)%0a58a53,54%0a> Or you can copy from PuTTyGen, in the place where it says%0a> Public key for pasting into OpenSSH authorized keys file%0a host:1628506698=38.87.162.8 author:1628506349=jrmu diff:1628506349:1628505736:=26,27c26,27%0a%3c # Go to @@Terminal > Features@@ and check @@Disable application keypad mode@@.%0a%3c %0a---%0a> ## Go to @@Terminal > Features@@ and check @@Disable application keypad mode@@.%0a> %0a30,33c30,33%0a%3c For additional security, you can use a public/private key pair to login. If you disable [[sshd/disablepassword|password authentication]], your sshd setup will be more secure.%0a%3c %0a%3c # In the parameters field at the bottom, select the type of key to generate. This guide uses Ed25519.%0a%3c # Click @@Generate@@\\%0a---%0a> For additional security, you can use a public/private key pair to login. This will avoid using passwords, which might be less secure.%0a> %0a> # In the parameters box at the bottom, select the type of key to generate. We suggest Ed25519; it is a very strong key.%0a> # Click on the Generate button\\%0a35,38c35,39%0a%3c # In @@Key passphrase@@, provide a passphrase and write it down securely.%0a%3c # Type the passphrase again in @@Confirm passphrase@@.%0a%3c # Click @@Save public key@@. Give it a name like @@publickey.pub@@. This key can be shared with anyone.%0a%3c # Click @@Save private key@@. Give it a name like @@privatekey.ppk@@. Keep the private key safe; '''never''' share this key!%0a---%0a> # You can give the key a passphrase%0a> # Click on Save public key%0a> # call it publickey.pub%0a> # Click on Save Private key%0a> # call ir privatekey.ppk%0a host:1628506349=38.87.162.8 author:1628505736=jrmu diff:1628505736:1628505345:=20,26c20,24%0a%3c @@Ctrl+[@@ is an alternate key for [Esc].%0a%3c %0a%3c To get the [Esc] key to work properly on PuTTY:%0a%3c %0a%3c # Go to @@Terminal > Keyboard@@ and change @@The Function keys and keypad@@ to @@VT100+@@.\\%0a%3c Attach:putty-keyboard.png%0a%3c ## Go to @@Terminal > Features@@ and check @@Disable application keypad mode@@.%0a---%0a> Ctrl+[ is an alternate key for [Esc].%0a> %0a> Go to Terminal > Keyboard and change the Function Keys and Keypad to VT100+ emulation.%0a> %0a> Then Terminal > Features > "Disable application keypad mode" (check it)%0a host:1628505736=38.87.162.8 author:1628505345=jrmu diff:1628505345:1623237418:=30,31c30%0a%3c # In the parameters box at the bottom, select the type of key to generate. We suggest Ed25519; it is a very strong key.%0a%3c # Click on the Generate button\\%0a---%0a> # Generate the .ppk file:\\%0a33,45d31%0a%3c # You can give the key a passphrase%0a%3c # Click on Save public key%0a%3c # call it publickey.pub%0a%3c # Click on Save Private key%0a%3c # call ir privatekey.ppk%0a%3c # If you need to export this key so that it can be used on another ssh client, then at the Conversions menu bar at top, click on Export OpenSSH key %0a%3c # name it private.key%0a%3c %0a%3c Next, login as you normally would with PuTTY above.%0a%3c %0a%3c Open .ssh/authorizedkeys%0a%3c $ vi .ssh/authorizedkeys%0a%3c %0a47,65d32%0a%3c # Paste in your public key from publickey (open it with notepad)%0a%3c paste by copying with ctrl plus c on windows then shift plus insert on putty%0a%3c Don't paste BEGIN SSH2 PUBLIC KEY%0a%3c or the comment lines, make sure to join the line%0a%3c %0a%3c Or you can copy from PuTTyGen, in the place where it says%0a%3c Public key for pasting into OpenSSH authorized keys file%0a%3c %0a%3c When you want to connect, open PuTTY%0a%3c go to Connection > Ssh > Auth%0a%3c %0a%3c in the Private key file for authentication, click Browse,%0a%3c and find your private key (ends in .ppk)%0a%3c %0a%3c Make sure Session > Hostname is filled in properly, as%0a%3c usual, then click Open%0a%3c %0a%3c if it asks you for the Passphrase, type it in%0a%3c %0a host:1628505345=38.87.162.8 author:1623237418=jrmu diff:1623237418:1623237338:=29a30%0a> Attach:puttygen01.png%0a host:1623237418=125.231.25.80 author:1623237338=jrmu diff:1623237338:1623166217:=30d29%0a%3c Attach:puttygen01.png%0a32c31%0a%3c Attach:puttygen-random.png%0a---%0a> Attach:puttygen01.png%0a34c33%0a%3c Attach:puttygen-exportssh.png%0a---%0a> Attach:puttygen02.png%0a36,37c35,36%0a%3c %0a%3c (:if false:)%0a---%0a> Attach:puttygen03.png%0a> %0a39c38,39%0a%3c (:ifend:)%0a---%0a> Attach:puttygen-random.png%0a> Attach:puttygen-exportssh.png%0a\ No newline at end of file%0a host:1623237338=125.231.25.80 author:1623166217=mkf csum:1623166217=0.74 -> 0.75 diff:1623166217:1619796511:minor=5c5%0a%3c Download and install the latest version of [[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html|PuTTY]]. We recommend the [[https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.75-installer.msi|32-bit installer]].%0a---%0a> Download and install the latest version of [[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html|PuTTY]]. We recommend the [[https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.74-installer.msi|32-bit installer]].%0a host:1623166217=38.81.163.198 author:1619796511=jrmu diff:1619796511:1619796402:=23,24d22%0a%3c %0a%3c Then Terminal > Features > "Disable application keypad mode" (check it)%0a host:1619796511=198.251.81.119 author:1619796402=jrmu diff:1619796402:1613922460:=17,22d16%0a%3c %0a%3c !! Fixing the [Esc] key%0a%3c %0a%3c Ctrl+[ is an alternate key for [Esc].%0a%3c %0a%3c Go to Terminal > Keyboard and change the Function Keys and Keypad to VT100+ emulation.%0a host:1619796402=198.251.81.119 author:1613922460=jrmu diff:1613922460:1613922393:=30,31c30%0a%3c Attach:puttygen-random.png%0a%3c Attach:puttygen-exportssh.png%0a\ No newline at end of file%0a---%0a> Attach:puttygen-random.png%0a\ No newline at end of file%0a host:1613922460=198.251.81.119 author:1613922393=jrmu diff:1613922393:1613922306:=29,30c29%0a%3c Attach:puttygen-ed25519.png%0a%3c Attach:puttygen-random.png%0a\ No newline at end of file%0a---%0a> Attach:puttygen-ed25519.png%0a\ No newline at end of file%0a host:1613922393=198.251.81.119 author:1613922306=jrmu diff:1613922306:1613921786:=27,29c27%0a%3c Attach:puttygen03.png%0a%3c %0a%3c Attach:puttygen-ed25519.png%0a\ No newline at end of file%0a---%0a> Attach:puttygen03.png%0a\ No newline at end of file%0a host:1613922306=198.251.81.119 author:1613921786=jrmu diff:1613921786:1613921304:=5,6c5,6%0a%3c Download and install the latest version of [[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html|PuTTY]]. We recommend the [[https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.74-installer.msi|32-bit installer]].%0a%3c %0a---%0a> Download and install the latest version of [[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html|PuTTY]].%0a> %0a20,27c20%0a%3c For additional security, you can use a public/private key pair to login. This will avoid using passwords, which might be less secure.%0a%3c %0a%3c # Generate the .ppk file:\\%0a%3c Attach:puttygen01.png%0a%3c # Paste the public key (the .ppk file) into ~/.ssh/authorized_keys\\%0a%3c Attach:puttygen02.png%0a%3c # Open PuTTY and load the key\\%0a%3c Attach:puttygen03.png%0a\ No newline at end of file%0a---%0a> Putty is an ssh client for windows. To generate a public/private key pair for use in putty download puttygen (you'll need to download this if you don't have it) and use that to generate the .ppk file. Paste the public key (you'll know it's the public one cause it'll be a .ppk file) into ~/.ssh/authorized_keys. After that when you're connecting go down and hit the auth button in putty then select your private key (the one that isn't the .ppk). After that you're all set and ready to connect. Have fun!%0a\ No newline at end of file%0a host:1613921786=198.251.81.119 author:1613921304=jrmu diff:1613921304:1613921277:=18c18%0a%3c !! PuTTYgen%0a---%0a> !! Puttygen%0a host:1613921304=198.251.81.119 author:1613921277=jrmu diff:1613921277:1613921277:=1,20d0%0a%3c (:title Connecting on Windows:)%0a%3c %0a%3c !! PuTTY%0a%3c %0a%3c Download and install the latest version of [[https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html|PuTTY]].%0a%3c %0a%3c # Open PuTTY:\\%0a%3c Attach:putty-config.png%0a%3c # @@Host Name@@: @@username@fruit.ircnow.org@@ -- for example, if your username is john, and your server address is fruit.ircnow.org, then fill in @@john@example.ircnow.org@@.%0a%3c # @@Port@@: 22%0a%3c # Click @@Open@@ at the bottom.%0a%3c # Verify the SSH host keys:\\%0a%3c Attach:putty-fpr.png%0a%3c # You can consult the [[Shell/Sshfingerprints|SSH Fingerprints]] page or check the DNS SSHFP records.%0a%3c # Type in your password (the password is invisible):\\%0a%3c Attach:putty-login.png%0a%3c %0a%3c !! Puttygen%0a%3c %0a%3c Putty is an ssh client for windows. To generate a public/private key pair for use in putty download puttygen (you'll need to download this if you don't have it) and use that to generate the .ppk file. Paste the public key (you'll know it's the public one cause it'll be a .ppk file) into ~/.ssh/authorized_keys. After that when you're connecting go down and hit the auth button in putty then select your private key (the one that isn't the .ppk). After that you're all set and ready to connect. Have fun!%0a\ No newline at end of file%0a host:1613921277=198.251.81.119