Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 405 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 405 Bytes

dokku bash

Provides remote access to dokku user's bash shell.

installation

dokku plugin:install https://github.com/mak-it/dokku-bash.git bash

commands

bash    Spawn bash shell

usage

me@localhost $ ssh -t dokku@<host> -- bash
dokku@<host> $

scp and rsync works also:

scp dokku@<host>:/tmp/test.txt .
rsync dokku@<host>:/tmp/test.txt .