hashbang / hashbang.sh

Public facing website on hashbang.sh with embedded user creation script.
http://hashbang.sh
MIT License
141 stars 22 forks source link

Alacritty fail #157

Closed 0Karakurt0 closed 1 year ago

0Karakurt0 commented 3 years ago
error connecting to /tmp//tmux-13734/default (No such file or directory)
open terminal failed: missing or unsuitable terminal: alacritty

just hooped in, don't really know what can be usefull for debugging

KellerFuchs commented 1 year ago

@0Karakurt0 This simply means our shell server is missing terminfo metadata for your specific terminal.

You can work around the issue by changing the TERM environment variable to another, compatible and widely-supported terminal. For instance, TERM=xterm ssh de1.hashbang.sh should work for you