SSH view public key / delete key-pair does not work
See original GitHub issueDescribe the bug
Once SSH key-pair is generated it is not possible to delete it or view the public key:
Nothing happens after executing both commands
SSH: view public key SSH: delete key-pair
NOTE: the secrets for private keys have been generated:
Che version
7.1.0
Steps to reproduce
- Create a workspace
- Generate Key-pair
- Restart Workspace
- execute
SSH: view public key
- ERROR: nothing happens
- execute
SSH: delete key-pair
- ERROR: nothing happens
Expected behavior
- execute
SSH: view public key
- the public key is shown
- execute
SSH: delete key-pair
- key-pair is deleted
Runtime
- kubernetes (include output of
kubectl version
) - Openshift (include output of
oc version
) - minikube (include output of
minikube version
andkubectl version
) - minishift (include output of
minishift version
andoc version
) - docker-desktop + K8S (include output of
docker version
andkubectl version
) - Hosted Che
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
How to view your SSH keys in Linux, macOS, and Windows
If you're not sure how to view your SSH certificates, Jack Wallen walks you through the steps on Linux, macOS, and Windows.
Read more >4 Working with SSH Key Pairs - Oracle Help Center
To use key authentication, you must first have a key pair: a public key and a corresponding private key. You can either use...
Read more >Managing keys stored on an instance in Amazon Lightsail
Step 5: Delete an existing public key from your instance Connect to your instance using SSH. Enter the following command to edit the...
Read more >How Do I Set Up SSH Keys With My ExaVault Account?
Delete the public key for a specific user. - While the user may still have their private key, once the public key is...
Read more >10 Set up keys for SSH - Happy Git and GitHub for the useR
It's best practice to protect your private key with a passphrase. This can make setup and usage harder, so if you're not up...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed by https://github.com/eclipse/che/pull/14557
@ibuziuk shouldn’t we close this one as a duplicate?