mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-14 06:19:17 +00:00
@@ -186,7 +186,7 @@ class ClientProtocolMixin:
|
||||
)
|
||||
content = {
|
||||
'ip': endpoint.host,
|
||||
'port': endpoint.ssh_port,
|
||||
'port': str(endpoint.ssh_port),
|
||||
'username': f'JMS-{token}',
|
||||
'password': secret
|
||||
}
|
||||
|
Reference in New Issue
Block a user