An open API service indexing awesome lists of open source software.

https://github.com/castaglia/proftpd-mod_sftp_openssh

ProFTPD module which handles OpenSSH-formatted user keys
https://github.com/castaglia/proftpd-mod_sftp_openssh

openssh openssh-keys proftpd sftp

Last synced: 11 months ago
JSON representation

ProFTPD module which handles OpenSSH-formatted user keys

Awesome Lists containing this project

README

          

proftpd-mod_sftp_openssh
=========================

Status
------
[![GitHub Actions CI Status](https://github.com/Castaglia/proftpd-mod_sftp_openssh/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Castaglia/proftpd-mod_sftp_openssh/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/license-GPL-brightgreen.svg)](https://img.shields.io/badge/license-GPL-brightgreen.svg)

Synopsis
--------
The `mod_sftp_openssh` module for ProFTPD supports retrieving/using user SSH
public keys from files written using the OpenSSH-specific format, for use by
the `mod_sftp` module.

See the [mod_sftp_openssh.html](https://htmlpreview.github.io/?https://github.com/Castaglia/proftpd-mod_sftp_openssh/blob/main/mod_sftp_openssh.html) documentation for more details.