SSH with Windows Terminal - Don't use PuTTY

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024

Комментарии • 20

  • @saurabh5148
    @saurabh5148 Год назад

    This is a top notch content. Thanks for showing every possibilities.

  • @ShidNoh
    @ShidNoh Год назад

    Great tutorial, didn't know you could do such things, crystal clear explaination, bravo.

  • @TheMaevian
    @TheMaevian 10 месяцев назад

    Terminal works for standard connections, but to my WANservers I like to connect with SSH keys protected with FIDO, only Putty-CAC seems to do that for the moment on windows.
    Also if I like to do file uploads through SFTP, WINSCP integrates with Putty-CAC authentication through pageant allowing to SFTP wit WINSCP to my server using my FIDO key.
    It also integrates with mRemoteNG, giving me a great list and tabbed interface to connect to all my servers, using SSH, RDP, VNC, HTTP(S).
    So Windows Terminal is great for a lot of users, but Putty and especially Putty-CAC still has its place for a lot of sysadmins.

  • @ZilchBloke
    @ZilchBloke Год назад +2

    Hi Fabio, this is very helpful content, so thanks. For me, renaming the file from ssh_config to config worked. but i am using windows 10, may be that's why? not sure but i have been doing the same in linux too using config file. i have used ssh_config file for CLIENT configuration (in windows, __PROGRAMDATA__/ssh/ssh_config) (in linux/unix, /etc/ssh/ssh_config).
    I havenot used windows 11 so good to know. its kind of frustrating that same open source software needs to be configured differently with OS :(

  • @prashant3285
    @prashant3285 Год назад +2

    For me in Windows 11 filename config worked instead of ssh_config

    • @greemsr
      @greemsr 3 месяца назад

      Thank you

  • @flowingcode8069
    @flowingcode8069 Год назад

    Can we use X11 Forwarding through Windows Terminal?

  • @corporateGuy89
    @corporateGuy89 6 месяцев назад

    I have windows terminal already installed but don't have the .ssh folder....

  • @JhonnyFerraz-th9xm
    @JhonnyFerraz-th9xm 3 месяца назад

    Can anyone tell me why my keyboard doesn't work when it asks for the password, both in PuTTY and in the terminal

    • @awabmoawia2465
      @awabmoawia2465 2 месяца назад

      It is working fine, you just won't see anything show on the screen(it's a security thing), just type ur password and press enter and u will get logged in

  • @etebong
    @etebong 10 месяцев назад +1

    and if i have a custom port?

    • @FabioGaravini
      @FabioGaravini  10 месяцев назад

      You can add it in your ssh_config file like I did it with the User tag by writing "Port "

    • @etebong
      @etebong 10 месяцев назад +1

      @@FabioGaravini thank you : )

  • @MamaMia84oo7
    @MamaMia84oo7 Год назад

    This is only for Windows 11.

    • @FabioGaravini
      @FabioGaravini  Год назад

      No also Windows 10, but you neet to install the terminal from Microsoft Store

    • @MamaMia84oo7
      @MamaMia84oo7 Год назад

      @@FabioGaraviniThank you

  • @faizannabi7540
    @faizannabi7540 Месяц назад

    Doesnt work.

  • @YurandX
    @YurandX Год назад

    Thank you - straight to the point.