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