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
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Can you explain how to setup sudo gh codespace ssh, I have gh codespace ssh working just fine, but I'm not sure what's needed to get it working on mac with sudo. I tried generating a new ssh key, and then adding that to /var/root/.ssh but that doesn't seem to work, and I can hack an ownership in my current ~/.ssh to get a little closer, but overall I can't figure out what might be needed to get this setup with the correct ssh key with sudo.
Describe the solution you'd like
A small document showing how to setup sudo with your gh ssh key.
The text was updated successfully, but these errors were encountered:
Did you use ssh-add -K ~/.ssh/id_ed25519 as suggested in step 3 of Adding your SSH key to the ssh-agent instructions? It resolved the issue for me last time I had it 🤞
If that does not help, try using the /root/.ssh folder for the config/private key files.
Is your feature request related to a problem? Please describe.
Can you explain how to setup
sudo gh codespace ssh
, I havegh codespace ssh
working just fine, but I'm not sure what's needed to get it working on mac with sudo. I tried generating a new ssh key, and then adding that to/var/root/.ssh
but that doesn't seem to work, and I can hack an ownership in my current ~/.ssh to get a little closer, but overall I can't figure out what might be needed to get this setup with the correct ssh key with sudo.Describe the solution you'd like
A small document showing how to setup sudo with your gh ssh key.
The text was updated successfully, but these errors were encountered: