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