Commit Graph

5885 Commits

Author SHA1 Message Date
f895fe01b1 Rename account-key -> api-key 2019-11-10 22:27:23 -05:00
9fe8b32293 Add foreground tip 2019-11-10 16:40:36 -05:00
7e02dba7ef Minor refactor 2019-11-10 16:40:36 -05:00
bfa3c104d7 Refactor static builds 2019-11-10 16:12:12 -05:00
e5f6e68fad Unify tmate-debug.c with tmate-ssh-server 2019-11-10 16:12:12 -05:00
9fc6e96444 Send uname 2019-11-10 16:12:12 -05:00
86ec8d1ad6 Better crash messages 2019-11-10 03:59:12 -05:00
2b86031308 Fix keepalive bug 2019-11-10 03:58:59 -05:00
2b14611544 Polish session messages 2019-11-07 13:45:10 -05:00
d3c8808b0f Version bump 2019-11-07 11:38:54 -05:00
8b62c54748 Fix typo 2019-11-07 11:29:28 -05:00
ba860b8f45 Cleanup warnings 2019-11-07 10:14:03 -05:00
1600a81e58 Also add crash info on SIGABRT 2019-11-07 10:14:03 -05:00
0272757aa5 Clarify user message 2019-11-07 10:13:45 -05:00
9781946a70 Show initial message in copy mode 2019-11-05 21:39:16 -05:00
442143cd90 Show message when restarting shell 2019-11-05 21:39:16 -05:00
c71307ed5c Fix reconnection hanging bugs 2019-11-05 20:30:49 -05:00
fa49dc980d Provide a better CLI help (-h) 2019-11-05 20:30:49 -05:00
206c0f38b4 Set boot options via tmux commands 2019-11-05 20:30:40 -05:00
19341bc544 Add authorized_keys option -a 2019-11-05 20:30:11 -05:00
c78198dc59 Add command line arguments to set the account_key/session_names
-k account_key -n session_name -r session_name_ro
2019-11-04 18:36:10 -05:00
c63c8fbf90 Only use tmate.conf, not .tmux.conf
Fixes #108
2019-11-04 18:36:10 -05:00
6e84bab68c Add foreground mode with -F 2019-11-04 18:36:10 -05:00
7f693a97ae Add options for customizing session names (WIP) 2019-10-21 02:36:52 -04:00
4efe25d91d During SSH authentication, try the none auth method first 2019-10-15 03:11:26 -04:00
7262aead73 Bump to version 2.3.1 2.3.1 2019-10-12 21:10:03 -04:00
7153958e99 Allow the use of C.UTF-8 locale 2019-10-12 21:10:03 -04:00
74ff522983 Build static build releases on travis-ci 2019-10-12 20:38:36 -04:00
44635e752d Use docker to build static releases
Static builds are possible with the musl C library.
glibc is capricious when it comes to static linking and DNS support (and
other things).
2019-10-12 13:50:27 -04:00
d654ff2219 Send TMATE_READY message when the config files are done loading
This fixes bug where webhooks are not registering correctly, leading to
a disconnect and reconnect.
2019-09-18 23:35:07 -04:00
3e5d919b14 Bump to version 2.3.0 2.3.0 2019-07-31 21:02:18 -04:00
4e7caeb536 ssh-client: Use ssh_get_server_publickey() if possible 2019-07-30 09:57:28 -04:00
e25ab3cc8b ssh-client: Add missing ecdsa keytypes of libssh 0.9 2019-07-30 09:39:25 -04:00
299c7c670c add new channel after authentication
With libssh commit 8a885f0b ("channels: Add check if we are authenticated
before we create a channel") connection fails if channel is added before
successful authentication. So add the channel after authentication.

Fixes #154
2019-07-30 09:38:02 -04:00
fd4ac27d59 ssh-client: Don't use keys from the ssh-agent
Fixes #138

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2019-04-09 08:15:07 -04:00
32d48cbc9d Update ed25519 server key (not yet in production) 2019-04-07 10:30:41 -04:00
b01c6ecebd configure: Require libssh >= 0.8.4
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2019-04-07 10:30:41 -04:00
b645ce15cb ssh-client: Add support for ed25519 keys
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2019-04-07 10:30:41 -04:00
2ffcbbd185 ssh-client: Use SHA256 finger prints
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2019-04-07 10:30:41 -04:00
72ddb7eb08 Merge pull request #139 from teancom/update-man
Update MAN page to properly reference tmate where applicable
2018-12-01 12:28:52 -05:00
25f6a934cf Update MAN page to properly reference tmate where applicable
While there are still plenty of places where tmate uses tmux, including
config files and environment variables, I have updated the various
examples to use tmate where applicable.
2018-10-23 17:39:10 -06:00
3f6c6d4447 Fix building with or without backtrace(3)
backtrace(3) and execinfo.h are GNU extensions and may or may not be
available, and they may be provided via libexecinfo.

Fix detection of libexecinfo and allow building without any support of
backtrace, in which case we let kernel create core dump.

Fixes #116 #117
2017-09-28 08:56:41 -04:00
608763a41a Attempt to fix environment related crash
Fixes #89
2016-06-14 17:08:58 -04:00
b27f3bacc0 Crash fix in search prev/next match
Fixes #87
2016-06-10 18:00:50 -04:00
27169b7c07 Add missing incldues for FreeBSD 2016-06-05 12:54:25 -04:00
fe81322cc4 Keep alive the socket to make reconnections work properly 2016-04-21 16:20:27 -04:00
d433fe6956 nits 2016-03-29 01:42:07 -04:00
e840ff7582 Version Bump 2.2.1 2016-03-28 23:30:07 -04:00
c9813a8c42 Provide better reconnection error message 2016-03-28 23:30:07 -04:00
46a29037d4 strip static builds
Fixes #79
2016-03-28 23:30:07 -04:00