2015-03-06 23:49:45 +00:00
|
|
|
---
|
|
|
|
created: 2008-07-15 00:23:35 +0200
|
2022-01-23 17:14:59 +00:00
|
|
|
language: en
|
|
|
|
layout: redirect
|
|
|
|
layout_old: default
|
|
|
|
redirect_to: https://blog.mbirth.de/archives/2008/07/15/key-authentication-in-freesshd.html
|
2015-03-06 23:49:45 +00:00
|
|
|
tags:
|
2022-01-23 17:14:59 +00:00
|
|
|
- know-how
|
|
|
|
- software
|
|
|
|
- freesshd
|
|
|
|
title: Key Authentication in FreeSSHd
|
|
|
|
toc: false
|
|
|
|
updated: 2008-07-15 00:23:35 +0200
|
2015-03-06 23:49:45 +00:00
|
|
|
---
|
2022-01-23 17:14:59 +00:00
|
|
|
|
2015-03-06 23:49:45 +00:00
|
|
|
* generate key-pair using puttygen.exe
|
|
|
|
* enter desired username as *Key comment*
|
|
|
|
* *Save private key*
|
|
|
|
* copy OpenSSH-key out of the box *Public key for pasting into OpenSSH authorized keys file* and paste into a file,
|
|
|
|
name that file after the username - without any extension
|
|
|
|
* put that file in the key directory of freeSSHd
|
2022-01-23 17:14:59 +00:00
|
|
|
* restart the *freeSSHd* service
|