Giter Site home page Giter Site logo

ubuntu-sshd's Introduction

ubuntu-sshd

ubuntu-sshd is a docker container for running OpenSSH server. Also it includes rsync tool for data transfer.

Configuration

Available Environment Variables

  • OPENSSH_PORT: Port of the sshd server, it must be accessible in the local network. Defaults to 22.
  • OPENSSH_ROOT_PASSWORD: The password of the root user. Set it only for debug purposes. When set to empty string password authentication for root is disabled.
  • OPENSSH_ROOT_AUTHORIZED_KEYS: Public keys for root user delimited by newline. Can be generated by ssh-keygen.
  • OPENSSH_USER The name of the login user. Defaults to ssh.
  • OPENSSH_USERID The numeric ID of the login user. Defaults to 1001.
  • OPENSSH_GROUP The primary group of the login user. Defaults to ssh.
  • OPENSSH_GROUPID The numeric ID of the primary group of the login user. Defaults to 1001.
  • OPENSSH_PASSWORD The password of the login user. If set to empty string password authentication for login user is disabled. Defaults to empty string.
  • OPENSSH_AUTHORIZED_KEYS: Public keys for login user delimited by newline. Can be generated by ssh-keygen.
  • OPENSSH_SHELL Shell of the login user. Defaults to /bin/bash.
  • OPENSSH_HOME The home directory of the login user. Defaults to /home/ssh.
  • OPENSSH_RUN Commands to run with '/bin/sh -c'. Defaults to empty string.
  • OPENSSH_ALLOW_TCP_FORWARDING Sets AllowTcpForwarding SSHD option for the login user. Defaults to all.

References

ubuntu-sshd's People

Contributors

dmrub avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.