Eugene Pankov
0971a85db4
ssh: added dynamic port forwarding ( fixes #2077 )
2020-12-13 13:36:37 +01:00
Eugene Pankov
b75775283f
use run-script-os for xcopy
2020-12-13 12:21:28 +01:00
Eugene
cbebc09504
Merge branch 'master' into feature/sidetab
2020-12-06 18:21:03 +01:00
Eugene Pankov
e6fd31e0b0
don't try to load the private key if not selected - fixes #2968
2020-12-06 17:43:00 +01:00
Eugene Pankov
7977c1d644
cleanup
2020-12-06 17:27:45 +01:00
Eugene
ac85a1d7d3
Merge pull request #3142 from pinpins/master
2020-12-06 17:25:19 +01:00
Harsh Gadgil
225760a9a5
Update api.ts
...
Fix typos
2020-12-03 19:09:26 -05:00
pinpins
1e2d6c7e75
script for local macos release
2020-11-21 20:53:17 +02:00
pinpin
299ede2eb1
Add Hide Tab Index and Hide Tab Close Button
2020-11-16 21:41:11 +02:00
pinpin
2d558563e4
Add Hide Tab Index and Hide Tab Close Button
2020-11-16 20:27:39 +02:00
TakuroOnoda
5c7256ffe5
Adding Tab Location "left"
2020-10-18 18:48:10 +09:00
Eugene Pankov
a15e79ad5a
PEM related patches (potentially fixes #2053 )
2020-10-16 15:53:41 +02:00
Eugene
f1ecbd1a93
handle windows usernames with spaces - fixed #2944
2020-10-16 12:47:03 +02:00
Zenghai Liang
22b79510ea
lint: add the parameter type
2020-10-14 17:31:45 +08:00
Zenghai Liang
70cf63f8fa
lint: using a template literal
2020-10-14 17:17:07 +08:00
Zenghai Liang
c9067cf8b8
Fix the linting issue
2020-10-14 16:57:09 +08:00
Zenghai Liang
4ccc406768
Using Object.assign to copy connection
2020-10-14 16:40:14 +08:00
Zenghai Liang
1c25747de0
feat: Add copy button to ssh connection
2020-10-14 15:43:12 +08:00
Eugene
5185e1fe1d
Update ssh.service.ts
2020-08-27 23:03:54 +02:00
Eugene Pankov
5bde116a4e
Merge branch 'master' of github.com:Eugeny/terminus
2020-08-26 10:54:52 +02:00
Eugene Pankov
179acc1382
only use pageant as agent if it's runing - fixes #2935 , fixes #2936
2020-08-26 10:54:49 +02:00
Eugene Pankov
62b53575ac
WinSCP integration
2020-08-23 14:59:06 +02:00
Eugene Pankov
4eefab5655
made warning when closing SSH tabs optional - fixes #2801
2020-08-15 21:07:35 +02:00
Eugene Pankov
59ce7eeee6
prioritize pubkey auth over password ( fixes #2894 )
2020-08-13 15:05:05 +02:00
Jonathan Beverley
3aee24bdbd
Re-added an option for Agent Forwarding
2020-08-12 21:00:55 +02:00
Eugene Pankov
3d3fcc41b8
lint
2020-07-29 19:27:23 +02:00
Eugene Pankov
da21895e40
more explicit SSH auth options and agent forwarding - fixes #2284 , fixes #2511 , fixes #2717 , fixes #2184
2020-07-29 19:18:57 +02:00
Eugene Pankov
34752ed69e
Merge branch 'master' of https://github.com/Eugeny/terminus
2020-07-29 18:50:16 +02:00
Eugene
008eb98f50
Merge pull request #2767 from Eugeny/dependabot/npm_and_yarn/terminus-ssh/types/ssh2-0.5.44
2020-07-29 18:50:10 +02:00
Eugene Pankov
cb97a784da
support windows openssh agent
2020-07-29 18:11:10 +02:00
Eugene
ae3870e297
Merge pull request #2601 from JonathanBeverley/jmb/features
2020-07-29 17:45:05 +02:00
Dmitry Pronin
fcc9d7cf7d
Update ssh.service.ts
2020-07-27 19:26:02 +03:00
Dmitry Pronin
9cae50bfc5
Fixed SSH Keys Permission Denied
2020-07-27 19:19:21 +03:00
Eugene Pankov
926d4f51b3
use more performant sourcemap mode - fixes #2617
2020-07-27 16:12:16 +02:00
Eugene Pankov
dbda8dad34
lint
2020-07-17 20:45:18 +02:00
dependabot-preview[bot]
a3c998adab
Bump @types/ssh2 from 0.5.43 to 0.5.44 in /terminus-ssh
...
Bumps [@types/ssh2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ssh2 ) from 0.5.43 to 0.5.44.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ssh2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-07 04:20:14 +00:00
Eugene Pankov
d0fe64355b
ssh reconnection logic improvements - fixes #2705 , fixes #761 , fixes #2662
2020-07-05 12:47:32 +02:00
Eugene Pankov
21f33618d4
stop ssh session after connection errors
2020-06-30 15:35:07 +02:00
Eugene Pankov
d221f8e561
properly clear jump host from settings ( fixes #2675 )
2020-06-08 09:11:00 +02:00
Eugene Pankov
95bd48d6c6
warn when closing ssh tabs - fixes #2512
2020-05-26 17:12:48 +02:00
Jonathan Beverley
6d187e8117
Add an option for Agent Forwarding
...
I don't understand why this is on by default, let alone not
configurable. Agent forwarding is a significant security concern, and
buggy agent forwarding is the cause of a couple existing bugs.
2020-05-19 12:09:07 -04:00
Jonathan Beverley
a7687a6fc2
Include pagent.exe in installer, Remove check for pageant (fixed Eugeny#350)
2020-05-19 12:08:55 -04:00
Eugene Pankov
f8645df60c
fixed zmodem encoding ( fixes #2352 )
2020-04-20 10:55:38 +02:00
Eugene Pankov
f570d7e428
Merge branch 'master' of github.com:Eugeny/terminus
2020-04-19 16:49:19 +02:00
Eugene Pankov
ca444bcf65
fixed #2411
2020-04-19 16:22:48 +02:00
dependabot-preview[bot]
b55011d595
Bump @types/ssh2 from 0.5.42 to 0.5.43 in /terminus-ssh
...
Bumps [@types/ssh2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ssh2 ) from 0.5.42 to 0.5.43.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ssh2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-13 04:16:58 +00:00
Eugene
044c2dda0e
Merge pull request #2329 from Eugeny/dependabot/npm_and_yarn/terminus-ssh/types/ssh2-0.5.42
...
Bump @types/ssh2 from 0.5.41 to 0.5.42 in /terminus-ssh
2020-04-11 15:05:04 +02:00
Eugene Pankov
7f55d6f1e2
ssh jump hosts - fixes #737
2020-04-11 14:26:20 +02:00
dependabot-preview[bot]
4a72e554b6
Bump @types/ssh2 from 0.5.41 to 0.5.42 in /terminus-ssh
...
Bumps [@types/ssh2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ssh2 ) from 0.5.41 to 0.5.42.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ssh2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-01 04:16:03 +00:00
Eugene Pankov
28c58d4ec0
new ssh connection selector - fixes #1557
2020-03-23 00:39:31 +01:00
Eugene Pankov
2b8bb47aed
lint
2020-03-19 12:47:38 +01:00
Eugene
ef5c9b52a5
Merge pull request #2259 from Eugeny/dependabot/npm_and_yarn/terminus-ssh/types/ssh2-0.5.41
...
Bump @types/ssh2 from 0.5.40 to 0.5.41 in /terminus-ssh
2020-03-17 09:44:27 +01:00
Eugene Pankov
0ca0996493
close forwarded ports when session dies ( fixes #2143 )
2020-03-16 22:47:26 +01:00
Eugene Pankov
50959f4490
lint
2020-03-16 22:41:59 +01:00
dependabot-preview[bot]
c04018bc70
Bump ssh2 from 0.8.8 to 0.8.9 in /terminus-ssh
...
Bumps [ssh2](https://github.com/mscdex/ssh2 ) from 0.8.8 to 0.8.9.
- [Release notes](https://github.com/mscdex/ssh2/releases )
- [Commits](https://github.com/mscdex/ssh2/compare/v0.8.8...v0.8.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 20:29:34 +00:00
dependabot-preview[bot]
2692eb141c
Bump ssh2-streams from 0.4.9 to 0.4.10 in /terminus-ssh
...
Bumps [ssh2-streams](https://github.com/mscdex/ssh2-streams ) from 0.4.9 to 0.4.10.
- [Release notes](https://github.com/mscdex/ssh2-streams/releases )
- [Commits](https://github.com/mscdex/ssh2-streams/compare/v0.4.9...v0.4.10 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 20:25:46 +00:00
dependabot-preview[bot]
7ac7958462
Bump @types/ssh2 from 0.5.40 to 0.5.41 in /terminus-ssh
...
Bumps [@types/ssh2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ssh2 ) from 0.5.40 to 0.5.41.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ssh2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 04:18:29 +00:00
Eugene Pankov
aace3f42d0
allow disabling ssh dynamic tab title ( fixes #2240 , fixes #2027 )
2020-03-12 18:17:36 +01:00
Nikolaos Stefanou
3c90e904fc
fixed logic bug when deleting from history
2020-03-12 09:12:57 +00:00
Nikolaos Stefanou
d1f5ebd546
Have multiple recent connections in history instead of just one
2020-03-11 20:37:17 +00:00
Eugene Pankov
dfe55b94ff
definitely fixed key permissions
2020-03-02 16:45:47 +01:00
Eugene Pankov
6b4b6b522f
reset permissions on key file ( fixes #2201 )
2020-03-02 16:21:37 +01:00
Eugene Pankov
566aa83fa9
bumped plugin versions
2020-03-01 16:40:43 +01:00
Eugene Pankov
316b77ec7b
lint
2020-03-01 16:33:24 +01:00
Eugene Pankov
04a0a0cc64
lint
2020-03-01 16:10:45 +01:00
Eugene Pankov
e1cc1d56ea
fixes
2020-03-01 15:12:24 +01:00
Eugene Pankov
df2f4d4a6c
angular 9 fixes
2020-03-01 14:26:55 +01:00
Eugene Pankov
1b29797a81
serial plugin ui improv
2020-03-01 13:08:16 +01:00
Eugene
f5ffdc1707
Use ssh-keygen to convert ssh keys ( #2197 )
...
* use ssh-keygen to convert keys
* drop incorrect typings
* .
* Update ssh.service.ts
* Update ssh.service.ts
* Update ssh.service.ts
2020-03-01 11:17:11 +01:00
Eugene Pankov
ed88784431
Merge branch 'master' of github.com:Eugeny/terminus
2020-02-26 10:18:32 +01:00
Eugene Pankov
e48f844ea0
lint
2020-02-26 10:16:45 +01:00
dependabot-preview[bot]
a50c7cb474
Bump ssh2 from 0.8.7 to 0.8.8 in /terminus-ssh
...
Bumps [ssh2](https://github.com/mscdex/ssh2 ) from 0.8.7 to 0.8.8.
- [Release notes](https://github.com/mscdex/ssh2/releases )
- [Commits](https://github.com/mscdex/ssh2/compare/v0.8.7...v0.8.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-25 04:21:05 +00:00
Nikolaos Stefanou
9705a1b5b5
resolves #1988
2020-02-19 12:45:18 +00:00
Eugene Pankov
298209b03a
option to skip the ssh banner ( fixes #2121 )
2020-02-16 23:04:26 +01:00
Eugene Pankov
dc03a7f135
fixed #1629
2020-02-16 23:00:02 +01:00
Eugene Pankov
0c892225f3
nicer terminal messages for SSH
2020-02-16 21:26:01 +01:00
Eugene Pankov
851d92a140
fixed private key handling ( fixed #2018 , fixed #2053 , fixed #1966 )
2020-02-16 21:25:52 +01:00
dependabot-preview[bot]
20da700ad4
Bump @types/ssh2 from 0.5.39 to 0.5.40 in /terminus-ssh
...
Bumps [@types/ssh2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ssh2 ) from 0.5.39 to 0.5.40.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ssh2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-11 04:21:22 +00:00
Eugene Pankov
fd1ea4fc49
delete saved password when deleting and ssh connection ( fixes #1999 )
2020-02-05 15:16:51 +03:00
Eugene Pankov
fa56f30f63
lint
2020-02-05 14:52:53 +03:00
Eugene Pankov
9c19307181
more tab saving fixes
2020-02-05 14:52:33 +03:00
Eugene Pankov
498564be9a
added scrollback saving
2020-02-05 13:37:04 +03:00
Eugene
8cd1c4a9af
Update sshTab.component.ts
2020-01-13 11:53:28 +01:00
Eugene Pankov
280c421ae4
use node-sshpk for better key parsing ( fixes #1956 , fixes #1612 , fixes #1191 , fixes #1788 , fixes #1300 )
2020-01-03 18:40:43 +01:00
Eugene Pankov
b5a985b8a3
ui tweaks
2020-01-03 16:11:31 +01:00
Eugene Pankov
2f7dcf3339
made x11 forwarding configurable ( fixes #1950 , fixes #1954 )
2020-01-03 16:04:30 +01:00
Eugene Pankov
2b5f623b50
profile and SSH connection colors ( fixes #954 )
2020-01-01 01:04:41 +01:00
Eugene Pankov
a8d5cf469e
ui fixes
2020-01-01 01:04:25 +01:00
Eugene Pankov
b07a2113d2
ssh: added a reconnect button ( fixes #761 )
2019-12-31 23:12:08 +01:00
Eugene Pankov
87fe8deaa8
apis
2019-12-31 22:48:36 +01:00
Eugene Pankov
c40294628a
zmodem support ( fixes #693 )
2019-12-31 20:10:37 +01:00
Eugene Pankov
c11a10144e
ssh: stow away the ports button ( fixes #1932 )
2019-12-31 13:27:34 +01:00
Eugene Pankov
2ce0f03282
lint
2019-12-28 22:13:36 +01:00
Eugene Pankov
b6c97ffa49
ui tweaks
2019-12-15 16:57:38 +01:00
Eugene Pankov
786daaac32
lint
2019-12-11 18:07:01 +01:00
Eugene Pankov
0360ad2dd0
lint
2019-12-11 16:34:01 +01:00
Eugene Pankov
0a451c5876
automatically reconnect without x11 forwarding if rejected ( fixes #1880 )
2019-12-11 16:31:05 +01:00
Eugene Pankov
62c1f6463b
added x11 forwarding ( fixes #630 )
2019-12-08 13:40:15 +01:00
dependabot-preview[bot]
d9948cf6e2
Bump ssh2 from 0.8.6 to 0.8.7 in /terminus-ssh
...
Bumps [ssh2](https://github.com/mscdex/ssh2 ) from 0.8.6 to 0.8.7.
- [Release notes](https://github.com/mscdex/ssh2/releases )
- [Commits](https://github.com/mscdex/ssh2/compare/v0.8.6...v0.8.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-04 07:54:14 +00:00
dependabot-preview[bot]
690dde628e
Bump ssh2-streams from 0.4.7 to 0.4.8 in /terminus-ssh
...
Bumps [ssh2-streams](https://github.com/mscdex/ssh2-streams ) from 0.4.7 to 0.4.8.
- [Release notes](https://github.com/mscdex/ssh2-streams/releases )
- [Commits](https://github.com/mscdex/ssh2-streams/compare/v0.4.7...v0.4.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-04 04:22:42 +00:00