DEV Community

webdevwanderer
webdevwanderer

Posted on

SSH Github

Hello Dev Buddies!
Can i ask help here about accessing SSH in Github?
Your responses will be highly appreciated.

Top comments (2)

Collapse
 
darraghor profile image
Darragh O'Riordan β€’

I wrote about multiple accounts using ssh here darraghoriordan.com/2021/05/04/con...

Github itself also has docs for this if you're setting up a single account. If you follow their instructions exactly then it should work ok.

Collapse
 
webdevwanderer profile image
webdevwanderer β€’

Somebody here suggested me to try the Odin Project to practice and improve development skills, i just started setting up all the required tools. I am stuck in accessing my SSH in Github, it asked me to enter a password to open the key, but i don't know which password should i enter. I have tried several password that i jave in my Github and my terminal but to no avail.
Pls any advice...

Image of Checkly

4 Playwright Locators Explained: Which One Should You Use?

- locator('.cta'): Fast but brittle
- getByText('Click me'): User-facing, but can miss broken accessibility
- getByRole('button', { name: 'Click me' }): Most robust, best for a11y
- getByTestId('cta-button'): Stable, but ignores UX

Watch video

πŸ‘‹ Kindness is contagious

DEV shines when you're signed in, unlocking a customized experience with features like dark mode!

Okay