about summary refs log tree commit diff
path: root/nixpkgs-path.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-08-20 13:18:23 +0200
committerProfpatsch <mail@profpatsch.de>2020-08-20 14:25:46 +0200
commit1b1e1c43c7bb44e8c7115b34cd1adbf750ebb981 (patch)
tree34cd4e8547f5bc3c8dc088e8201d5c260bb05f4f /nixpkgs-path.nix
parent9a5910eb3c4d082d838cb84273c6423422501c28 (diff)
modules/profpatsch/weechat: add a workaround to attach ssh directly
So far we directly start a mosh-daemon when the user connects.
This breaks down in situations where UDP is blocked (e.g. some
hotspots). In that case, ssh can be used directly:

Example:

    ssh -t weechat@legosi ssh

The ssh argument tells it to connect directly.
Note the `-t`, which forces a pseudo-tty, otherwise tmux will
complain that it can’t find a terminal.
Diffstat (limited to 'nixpkgs-path.nix')
0 files changed, 0 insertions, 0 deletions