You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cointop/docs/content/ssh.md

484 B

title date draft
SSH 2020-01-01T00:00:00-00:00 false

SSH Server

Run SSH server:

cointop server -p 2222

SSH into server to see cointop:

ssh localhost -p 2222

SSH demo:

ssh cointop.sh

Passing arguments to SSH server:

ssh cointop.sh -t cointop --colorscheme synthwave

Using docker to run SSH server:

docker run -p 2222:22 -v ~/.ssh:/keys --entrypoint cointop -it cointop/cointop server -k /keys/id_rsa