ondra-snap-ssh-debug

Install latest/stable of ondra-snap-ssh-debug

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install ondra-snap-ssh-debug

Don't have snapd? Get set up for snaps.

Channel Version Published

ssh tunnel with built in ssh server

ssh tunnel with built in ssh server. It can be run stand alone as ssh-tunnel and bind on local ssh server. Or it can be used as boilerplate to be added into own snap to enable remote application debugging without reliance on system ssh server. At which point ssh session runs confined in host snap context.

At install ssh key is generated and stored to configurations: $ snap get ondra-snap-ssh-debug ssh-tunnel.local.ssh-pub-key add this to your remove server to allow auto connection.

By default ssh tunnel and ssh server are disabled: To configure ssh tunnel, use following configuration (with own values): $ snap set ondra-snap-ssh-debug ssh-tunnel='{ "remote": {"target": "162.162.11.1", "forwarding-port": "2020", "remote.ssh-port": "22", "user": "ubuntu" }, "local": { "address": "localhost"}}'

To use built in ssh server, use following example: $ snap set ondra-snap-ssh-debug ssh-tunnel.local.port=2040 $ snap set ondra-snap-ssh-debug ssh-server='{ "enabled": "true", "authorized-keys" : "ssh-rsa AAAA<MY SSH public key>== ondrej.kubik"}'

Details for ondra-snap-ssh-debug

License
  • unset

Last updated
  • 16 January 2024 - latest/stable
  • 16 January 2024 - latest/beta

Share this snap

Generate an embeddable card to be shared on external websites.


Install ondra-snap-ssh-debug on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using ondra-snap-ssh-debug

Users by distribution (log)

Ubuntu 22.04
Ubuntu 20.04

Is there a problem with ondra-snap-ssh-debug? Report this app