Modify .ssh/config #10
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When
telebit ssh auto
:If the granted domain does not already exist in
~/.ssh/config
(either byHost
or byHostname
) append (to the end of the file) the appropriate lines specifying the proxy:TODO: And if it's Windows? What then?
TODO: If sclient is installed, us it directly:
openssl s_client
could also be used, but it's a mouthful:It'll probably be best to create this functionality as a separate file and then plug it in right around https://git.coolaj86.com/coolaj86/telebit.js/src/branch/master/bin/telebitd.js#L310 where
state.config.sshAuto = 22;
is executed.