Skip to content

koyeb/example-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Koyeb Serverless Platform

Deploy a SSH server on Koyeb
Learn more about Koyeb · Explore the documentation · Discover our tutorials

About Koyeb and the SSH server example application

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.

Getting Started

Follow the steps below to deploy and run the SSH server on your Koyeb account.

Requirements

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.

Deploy using the Koyeb button

The fastest way to deploy the SSH server is to click the Deploy to Koyeb button below.

Deploy to Koyeb

Clicking on this button brings you to the Koyeb App creation page with everything pre-set to launch this application.

Manual deployment

koyeb deploy . sshd/main \
  --archive-builder docker \
  --ports 22:tcp \
  --proxy-ports 22:tcp \
  --env PUBLIC_KEY=${PUBLIC_KEY} \
  --instance-type small

Contributing

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.

Contact

Koyeb - @gokoyeb - Slack

About

Run an SSH server to connect to a Koyeb service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published