You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
21
21
22
22
## Accessing the SSH Key Manager
23
23
@@ -79,7 +79,7 @@ After the key is generated, the **SSH Key Generated** dialog displays:
79
79
80
80
Click **Copy Private Key** and paste the key somewhere safe before clicking **Close**. Common destinations include:
81
81
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)
83
83
- A secure password manager or key vault
84
84
85
85
## Viewing Your Authorized Keys
@@ -111,7 +111,7 @@ Once configured, Seqera Platform can authenticate as you when launching jobs acr
111
111
112
112
## Removing SSH Keys
113
113
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` fileon 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.
0 commit comments