diff --git a/src/applications/people/storage/PhabricatorUser.php b/src/applications/people/storage/PhabricatorUser.php --- a/src/applications/people/storage/PhabricatorUser.php +++ b/src/applications/people/storage/PhabricatorUser.php @@ -1390,7 +1390,7 @@ return '/settings/panel/ssh/'; } else { // Otherwise, take them to the administrative panel for this user. - return '/settings/'.$this->getID().'/panel/ssh/'; + return '/settings/user/'.$this->getUsername().'/page/ssh/'; } }