Metadata-Version: 2.4
Name: stashhouse_ssh
Version: 0.0.1
Summary: StashHouse plugin for SCP and SFTP
Project-URL: Homepage, https://github.com/Jayson-Fong/stashhouse_ssh
Project-URL: Issues, https://github.com/Jayson-Fong/stashhouse_ssh/issues
Author-email: Jayson Fong <jayson.fong@gatech.edu>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: asyncssh==2.21.0
Requires-Dist: stashhouse>=0.0.2
Description-Content-Type: text/markdown

<div align="center">
   <h1>🖥️ StashHouse: SSH Plugin</h1>
</div>

<hr />

<div align="center">

[💼 Purpose](#purpose) | [🛡️ Security](#security)

</div>

<hr />

# Purpose

A plugin for [StashHouse](https://pypi.org/project/stashhouse/) to include a Secure Copy Protocol (SCP) and Secure File 
Transfer Protocol (SFTP) server without authentication.

Registers a plugin named `ssh` and provides a `--ssh.port` argument to configure the port to listen on.

# Security

By default, this plugin should **not** be deployed in an internet-facing manner to prevent unwanted file uploads. Always 
deploy it with appropriate security restrictions such as, but not exclusively, firewall rules.
