From 44b2d13be84b0973f53083bf2e28eaf8a6844f71 Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 17 May 2026 16:40:51 -0700 Subject: [PATCH] Fix arg --- manage/ssh.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/ssh.mdx b/manage/ssh.mdx index 54323c5..d8be60a 100644 --- a/manage/ssh.mdx +++ b/manage/ssh.mdx @@ -279,7 +279,7 @@ pangolin ssh sign vm-01.prod.example.com --key-file /path/to/public/key.pub If you need a password to be generated for your user on the remote system (e.g. for sudo access or if you have passwords required in your sshd config), you can use: -`--generate-random-password` to have Pangolin generate a random password when users are created on the device +`--ad-generate-random-password` to have Pangolin generate a random password when users are created on the device ## FAQ