mirror of https://github.com/jumpserver/jumpserver
parent
b0f7c114fc
commit
c630b11bd5
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue