• tyler@programming.dev
    link
    fedilink
    arrow-up
    8
    ·
    6 days ago

    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?

  • tal@lemmy.today
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 days ago

    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
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        6 days ago

        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.

          • Digit@lemmy.wtf
            link
            fedilink
            English
            arrow-up
            2
            ·
            3 days 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, use fish (where suitable), it’s more human friendly in syntax and interactivity.) ;)

          • Successful_Try543@feddit.org
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            6 days 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.