Nicolas Viennot
5f607d338c
Make it happy on darwin
2015-10-03 14:14:54 -07:00
Nicolas Viennot
0f7f5a477a
Bump to msgpack new lib
2015-10-03 13:36:09 -07:00
Nicolas Viennot
7c78530344
Use built-in libssh/msgpack
2015-10-02 21:39:13 -07:00
Nicolas Viennot
c570977df3
Sending modes as well
2015-09-29 03:16:07 -04:00
Nicolas Viennot
ea331cead9
snapshot param is only for the history size
2015-09-29 02:39:35 -04:00
Nicolas Viennot
339464b6cb
Remove deadcode
2015-09-29 02:39:31 -04:00
Nicolas Viennot
e5b5c42225
bootstrap
2015-09-25 06:31:26 -04:00
Nicolas Viennot
64ee72648a
send pane keys
2015-09-24 02:39:09 -04:00
Nicolas Viennot
63e8077137
removed keyframe... over engineering
2015-09-22 15:13:54 -04:00
Nicolas Viennot
b203e3f9b9
dispatch message from master
2015-09-19 22:32:36 -04:00
Nicolas Viennot
dd1078d183
Refactoring
2015-09-19 22:07:02 -04:00
Nicolas Viennot
825ad72720
Added communication with master
2015-09-19 21:59:20 -04:00
Nicolas Viennot
4ac1183848
Refactored tmate
2015-09-19 19:46:11 -04:00
Nicolas Viennot
31cc091823
Cleanup.
...
- Log only to syslog or stderr
- Removed the record/replay
- added ECDSA keys
2015-09-18 19:40:18 -04:00
Nicolas Viennot
c7c436eff1
fix leak in the monitoring code
2015-08-30 02:21:18 -04:00
Nicolas Viennot
34e8b04695
read the pubkey man page
2014-12-12 12:29:06 -05:00
Nicolas Viennot
baafe40cbb
Send SSH connection strings over
2014-10-31 00:16:39 -04:00
Nicolas Viennot
4a29c99e12
update libssh
2014-10-31 00:16:18 -04:00
Nicolas Viennot
6ec03881a3
Forgot some libssh files
2013-11-10 02:48:00 -05:00
Nicolas Viennot
1d16931564
Update libssh
2013-11-06 19:39:12 -05:00
Nicolas Viennot
ed6224ba73
Can't use the legacy logging callbacks of libssh, it's broken
2013-11-06 19:12:32 -05:00
Nicolas Viennot
0bac9f0eaa
Client bootstrap in now done in callbacks fashion
...
Because libssh is buggy when it comes to rekeying right after a channel open
request, which new SSH client do.
2013-11-02 22:42:11 -04:00
Nicolas Viennot
8d44dc33f9
Update libssh with a couple of fixes
...
see here: https://github.com/nviennot/libssh/commits/master
2013-11-02 22:15:09 -04:00
Nicolas Viennot
e1eae8d1c2
Properly rebuild libssh and msgpack if needed
2013-11-02 22:15:09 -04:00
Nicolas Viennot
b6884262fd
More logging on the user/key
2013-11-02 22:04:09 -04:00
Paolo Mainardi
aebbf047d2
host name is now an input argument
...
Closes #7
2013-11-02 16:24:15 -04:00
Nicolas Viennot
be2e8c7c2a
Readme Update
2013-11-02 15:29:42 -04:00
Nicolas Viennot
b68ebad5a9
Little help with sudo
2013-11-01 13:47:30 -04:00
Nicolas Viennot
4bd26896f8
Add port argument in the connection command
2013-11-01 13:43:40 -04:00
Nicolas Viennot
3df24cda34
Added readme
2013-10-31 11:06:43 -04:00
Nicolas Viennot
8a54b10810
Merge pull request #3 from bcbcarl/master
...
Fix compile bug
2013-10-31 07:51:20 -07:00
Carl X. Su
1b2762cf4e
Fix compile bug
...
In file included from tmate-slave.c:18:
tmate.h:101: error: redefinition of typedef ‘ssh_session’
libssh/include/libssh/libssh.h:115: note: previous declaration of ‘ssh_session’ was here
tmate.h:102: error: redefinition of typedef ‘ssh_channel’
libssh/include/libssh/libssh.h:110: note: previous declaration of ‘ssh_channel’ was here
make: *** [tmate-slave.o] Error 1
Signed-off-by: Carl X. Su <bcbcarl@gmail.com>
2013-10-23 15:29:51 +08:00
Nicolas Viennot
fcdda2de75
Bumping latest client version
2013-10-04 18:13:05 -04:00
Nicolas Viennot
381f4e8e28
Updated libssh
2013-10-04 16:38:06 -04:00
Nicolas Viennot
626b4ee238
Remove GSSAPI support in libssh
2013-08-16 18:32:16 -04:00
Nicolas Viennot
f071598bf8
Updated tmate client
2013-08-16 13:31:51 -04:00
Nicolas Viennot
e9c580dabd
Updated libssh
2013-08-16 13:31:24 -04:00
Nicolas Viennot
1ed6fb8029
Client update
2013-08-13 15:50:00 -04:00
Nicolas Viennot
b464ad7b4c
Show upgrade message
2013-07-23 18:10:53 -04:00
Nicolas Viennot
4a6ccae4fa
Authentication timeout set to 60s
2013-07-23 17:02:56 -04:00
Nicolas Viennot
b476eb22e2
Show client version
2013-07-22 20:00:43 -04:00
Nicolas Viennot
e8ca45b088
Removing all the layout crap, too lazy to fix properly.
...
At least we get smaller binaries :)
2013-07-11 20:20:00 -04:00
Nicolas Viennot
4037b4666b
Disable msg prints
2013-07-11 03:51:02 -04:00
Nicolas Viennot
c5e2d994e5
Update libssh
2013-07-11 03:46:46 -04:00
Nicolas Viennot
2ed5d4d973
[BUG FIX] The hanging issue should be fixed
2013-07-11 03:29:57 -04:00
Nicolas Viennot
5a6abb6d24
Disable Record/Replay, the bug is non deterministic
2013-07-11 03:22:46 -04:00
Nicolas Viennot
58073077d7
The protocol is now part of the decoder
2013-07-11 01:08:40 -04:00
Nicolas Viennot
23b03685a0
Quick and dirty Record/Replay feature
2013-07-10 22:48:24 -04:00
Nicolas Viennot
bddab8eff2
Bug fix with copy mode
2013-07-02 14:33:11 -04:00
Nicolas Viennot
b8a65c20be
Avoid killing sessions when restarting server
2013-06-26 14:28:06 -04:00