$ 🐌snail #

Documentation

Usage: snail ssh proxy [options] <fake_host>

set up an SSH daemon and connect to it

Options:
  -h, --help  display help for command

Use this in an SSH ProxyCommand option.

The fake_host is the project domain, optionally followed by a dot and
additional labels, which Snail ignores.

Example:
    # In ~/.ssh/config
    Host *.snail
    User app
    ProxyCommand snail ssh proxy %h
    RequestTTY no
    # Then
    ssh my-domain.snail ls

Implementation problems:
Pseudo-terminal allocation is broken, because the daemon insists on trying to
chown the pty device, which it isn't permitted to do. That makes it not very
friendly for interactive terminal use, but it should work for file transfer,
port forwarding, and programmatic access.

Generated from Snail 2.18.0.