question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SSH view public key / delete key-pair does not work

See original GitHub issue

Describe the bug

Once SSH key-pair is generated it is not possible to delete it or view the public key:

Peek 2019-09-10 11-56

Nothing happens after executing both commands

SSH: view public key SSH: delete key-pair

NOTE: the secrets for private keys have been generated:

image

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 and kubectl version)
  • minishift (include output of minishift version and oc version)
  • docker-desktop + K8S (include output of docker version and kubectl version)
  • Hosted Che

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
vinokurigcommented, Sep 16, 2019
0reactions
l0rdcommented, Sep 11, 2019

@ibuziuk shouldn’t we close this one as a duplicate?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found