Deploy a SSH server on Koyeb
Learn more about Koyeb
·
Explore the documentation
·
Discover our tutorials
Koyeb is a developer-friendly serverless platform to deploy apps globally. No-ops, servers, or infrastructure management. This repository contains a SSH server you can deploy on the Koyeb serverless platform for testing.
This example application is designed to show how a SSH server can be deployed on Koyeb.
Follow the steps below to deploy and run the SSH server on your Koyeb account.
You need a Koyeb account to successfully deploy and run this application. If you don't already have an account, you can sign-up for free here.
The fastest way to deploy the SSH server is to click the Deploy to Koyeb button below.
Clicking on this button brings you to the Koyeb App creation page with everything pre-set to launch this application.
koyeb deploy . sshd/main \
--archive-builder docker \
--ports 22:tcp \
--proxy-ports 22:tcp \
--env PUBLIC_KEY=${PUBLIC_KEY} \
--instance-type small
If you have any questions, ideas or suggestions regarding this application sample, feel free to open an issue or fork this repository and open a pull request.