this post was submitted on 15 Jun 2026
14 points (100.0% liked)

linux4noobs

4269 readers
74 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 2 years ago
MODERATORS
 

I'm totally new on GitHub, and don't know how to make good use of it. How do l make use of this link https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection?platform=windows ??

My purpose is to try out my SSH key.

top 14 comments
sorted by: hot top controversial new old
[–] tyler@programming.dev 8 points 3 weeks ago (1 children)

What do you mean “how do I make use of this link”? Are you struggling with the directions in the link? Have you already done some of the instructions? Are you trying to use this link in a different way?

[–] LoveEspresso@retrofed.com 1 points 3 weeks ago (1 children)

Actually l don't understand how to proceed with the steps involved.

[–] tyler@programming.dev 2 points 3 weeks ago (1 children)

Have you used a terminal before? What OS/distro are you using?

[–] LoveEspresso@retrofed.com 1 points 3 weeks ago

I work on my WSL terminal.

[–] tal@lemmy.today 4 points 3 weeks ago (2 children)

If you have generated the SSH key, which they describe in a linked article, then you just enter the "ssh" command they list in this article to confirm that it's working.

You'll probably have some sort of virtual terminal program in your desktop environment that'll bring up a prompt that probably ends in a dollar sign where you can enter bash commands. If you're using KDE, it'll be "Konsole". If GNOME, I believe it's "GNOME Terminal".

[–] Successful_Try543@feddit.org 4 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

The instructions are for Windows. There seems to be a program called 'Git Bash' that emulates a terminal.

[–] tal@lemmy.today 3 points 3 weeks ago (1 children)

Yeah, but I assume that given that he's posting to linux4noobs, he's trying to do this on Linux.

[–] LoveEspresso@retrofed.com 2 points 3 weeks ago (1 children)
[–] Successful_Try543@feddit.org 2 points 3 weeks ago* (last edited 3 weeks ago)

Then, you're effectively using Linux. The terminal emulator you should be using is the PowerShell in which you should start the the BASH provided by WSL by typing wsl.

[–] LoveEspresso@retrofed.com 1 points 3 weeks ago (1 children)
[–] Successful_Try543@feddit.org 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Yes and no: No, on WSL, it's the wsl command executed in the MS Windows PowerShell, that will give you the Linux command prompt.

Yes, from there on, the commands to be executed within the shell are identical.

[–] LoveEspresso@retrofed.com 2 points 3 weeks ago (2 children)

So it's the fish terminal where i use the linux commands ?

[–] Digit@lemmy.wtf 2 points 2 weeks ago* (last edited 2 weeks ago)

I'm not a WSL user, but I presume it lets you run any shell that's installed and available to its $PATH.

So if you want to do the commands in bash, and you're not in (or not sure if you're in) bash, you can just type bash into the terminal prompt of whatever currently running shell, hit enter, then you're in bash. Or for fish, or whatever else.

(ps, my personal preference encouraged, yes, in general, use fish (where suitable [~ different usecase to wanting to specifically use "Git Bash", like in OP's link's first step, I presume]), fish's more human friendly in syntax and interactivity.) ;)

[–] Successful_Try543@feddit.org 1 points 3 weeks ago* (last edited 3 weeks ago)

Yes, whatever shell your WSL is using. Usually, it should be the Ubuntu default Bash, but if you happen to have chosen a distro that uses Fish or installed it yourself, it's Fish.