mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-17 23:16:21 +00:00
Ssh host should be the destination
This commit is contained in:
@@ -252,7 +252,7 @@ export async function signSshKey(
|
||||
data: {
|
||||
certificate: cert.certificate,
|
||||
sshUsername: usernameToUse,
|
||||
sshHost: resource.niceId,
|
||||
sshHost: resource.destination,
|
||||
resourceId: resource.siteResourceId,
|
||||
keyId: cert.keyId,
|
||||
validPrincipals: cert.validPrincipals,
|
||||
|
||||
Reference in New Issue
Block a user