-
-
Notifications
You must be signed in to change notification settings - Fork 421
Closed
Labels
Description
Something like:
$ SSHCHAT_TIMESTAMP=1 SSHCHAT_THEME=mono ssh -o SendEnv "SSHCHAT_TIMESTAMP SSHCHAT_THEME" chat.shazow.netor with an ssh_config:
Host chat.shazow.com
SendEnv SSHCHAT_TIMESTAMP SSHCHAT_THEME
And with SSHCHAT_TIMESTAMP and SSHCHAT_THEME exported properly, then normal connection would work.
This would be equivalent to connecting and running:
/timestamp
/theme monoThis is related to #104 because something like TERM=bot should be equivalent to /theme mono.
Osndok, millerlogic and sigmavirus24