Skip to content

Commit 63e6e65

Browse files
fixes: typos and rewording
1 parent 101ecf4 commit 63e6e65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/docs/features/ssh-keys.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import darkSshKeysGenerated from "@assets/task-images/ssh-keys-copy-dark.png";
1717
import lightSshKeysList from "@assets/base-images/ssh-keys-list-light.png";
1818
import darkSshKeysList from "@assets/base-images/ssh-keys-list-dark.png";
1919

20-
Fileglancer's SSH key manager lets you generate authorized SSH keys directly from your browser profile. Keys are automatically added to your `~/.ssh/authorized_keys` file. The main intended use for this feature is streamline onboarding for new users of Janelia's [Seqera Platform instance](https://hhmi.atlassian.net/wiki/x/yllNCQ).
20+
Fileglancer's SSH key manager lets you generate authorized SSH keys from the browser. Keys are automatically added to your `~/.ssh/authorized_keys` file on the Janelia filesystem. The main purpose of this feature is to streamline onboarding for new users of Janelia's [Seqera Platform instance](https://hhmi.atlassian.net/wiki/x/yllNCQ).
2121

2222
## Accessing the SSH Key Manager
2323

@@ -79,7 +79,7 @@ After the key is generated, the **SSH Key Generated** dialog displays:
7979

8080
Click **Copy Private Key** and paste the key somewhere safe before clicking **Close**. Common destinations include:
8181

82-
- Seqera Platform's **Managed Identities** page (see [Using SSH Keys with Seqera Platform](#using-ssh-keys-with-seqera-platform) below)
82+
- Seqera Platform (see [Using SSH Keys with Seqera Platform](#using-ssh-keys-with-seqera-platform) below)
8383
- A secure password manager or key vault
8484

8585
## Viewing Your Authorized Keys
@@ -111,7 +111,7 @@ Once configured, Seqera Platform can authenticate as you when launching jobs acr
111111

112112
## Removing SSH Keys
113113

114-
The SSH Keys page in Fileglancer does not provide a way to delete keys. This must be done manually by editing your `~/.ssh/authorized_keys` file on a cluster node.
114+
The SSH Keys page in Fileglancer does not provide a way to delete keys. This must be done manually by editing your `~/.ssh/authorized_keys` file, found in your home directory on the Janelia filesystem.
115115

116116
## Troubleshooting
117117

0 commit comments

Comments
 (0)