mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-24 22:12:00 +00:00
perf: 去掉 remote app 的加密
This commit is contained in:
parent
a5acdb9f60
commit
c6949b4f68
@ -161,7 +161,6 @@ class ClientProtocolMixin:
|
|||||||
options['alternate shell:s'] = app
|
options['alternate shell:s'] = app
|
||||||
options['remoteapplicationprogram:s'] = app
|
options['remoteapplicationprogram:s'] = app
|
||||||
options['remoteapplicationname:s'] = name
|
options['remoteapplicationname:s'] = name
|
||||||
options['remoteapplicationcmdline:s'] = '- ' + self.get_encrypt_cmdline(application)
|
|
||||||
else:
|
else:
|
||||||
name = '*'
|
name = '*'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user