SSH Client on Windows 10 Using the Command Prompt | SSH from Windows to Linux and Other Systems

Поділитися
Вставка
  • Опубліковано 11 жов 2024

КОМЕНТАРІ • 182

  • @SavvyNik
    @SavvyNik  Рік тому

    EXTRA NOTES (Login w/o pass & changing port)
    ssh -p 777 username@hostname replace 777 with the port number that you want to use that isn't the default port 22.
    Generate a key > ssh-keygen -t rsa -b 2048
    Copy that key > ssh-copy-id username@hostname
    SSH to the sys > ssh username@hostname
    Note - You will be prompted to enter a file to save the key. By default, it will be saved in ~/.ssh/id_rsa for the private key and ~/.ssh/id_rsa.pub for the public key.
    You'll be asked to enter an optional passphrase. This provides an extra layer of security. If you choose to use a passphrase, make sure to remember it.
    You can also copy the key once generated manually.

  • @jfc241
    @jfc241 Рік тому +1

    I tried the command in Windows 11, and it worked without having to install anything. Thank you!

  • @gepliprl8558
    @gepliprl8558 4 роки тому +5

    CLEAR! CLEAR! thank you I was confused as SSG Client asked for username and password. And I was like what password? Do have to configure it first. Thank you you made it clear.

    • @SavvyNik
      @SavvyNik  4 роки тому

      Glad you found it helpful! No problem, make sure to smash that like button for me on the video if you haven't already.

    • @gepliprl8558
      @gepliprl8558 4 роки тому +1

      @@SavvyNik I smashed the subscribe button with my computer instead. Knowing that I had finally managed to get my SSH working.

    • @SavvyNik
      @SavvyNik  4 роки тому

      @@gepliprl8558 Haha! Awesome to hear =) thanks for subbing.

  • @thelife8836
    @thelife8836 3 роки тому +5

    The clearest tutorial about linux ❤❤

    • @SavvyNik
      @SavvyNik  3 роки тому +1

      Glad you think so!

  • @Lukex29
    @Lukex29 Рік тому +2

    Thaks man, useful! I have been using Putty for a year now lol, had no idea I could do it like this.. a lot cleaner!

    • @SavvyNik
      @SavvyNik  Рік тому

      Glad you figured it out :)

  • @melvilli69
    @melvilli69 4 роки тому +11

    These features are usually dependent on the type of windows you install before.. if it's windows 10 home, you'll need to set up a lot from these optional features !

    • @SavvyNik
      @SavvyNik  4 роки тому +4

      @Sai Krishna - Great mention. I forgot to say this in the video. Pinned for now ^^

    • @andreamitchell4758
      @andreamitchell4758 3 роки тому +1

      @@SavvyNik where is the option to enable it in windows 8.1 ,i can't find it

    • @SavvyNik
      @SavvyNik  3 роки тому +3

      @@andreamitchell4758 This is meant for Windows 10. I don't believe the feature is available in win8.

  • @mandrael
    @mandrael 2 роки тому +2

    Private/public key is the way to go and should be added :)

  • @SavvyNik
    @SavvyNik  3 роки тому +3

    Download a 25 page Linux Checklist here - learn.savvynik.com
    Tutorial for installing the SSH Server - ua-cam.com/video/HCmEB5qtkSY/v-deo.html
    Need help transferring files over SSH? - ua-cam.com/video/2u0I-U0D7Uk/v-deo.html

  • @robjabiru5968
    @robjabiru5968 3 роки тому +5

    Congratulations, clear and simple. Thank you

    • @SavvyNik
      @SavvyNik  3 роки тому +1

      You're welcome, glad you found the video helpful. Make sure to smash the like button for me if you haven't already!

  • @SkinnyDeanTV
    @SkinnyDeanTV 11 місяців тому +1

    You are so good at helping people and people like you are amazing to this world. For me i have a somewhat different question. Every time i play counter strike 2 i get this "timed out by remote host" and when i diagnose my adaptor it says i have more than one connection to this computer. Is there anything that you would recommend me doing that would be a somewhat easy / beginner fix for this? Thank you so much in advance.

    • @SavvyNik
      @SavvyNik  11 місяців тому

      Ahh thanks. Love to hear nice comments like this. Some things I can think of checking assuming you're not using any kind of VPN
      Check for multiple network connections. In your adapter settings - If your computer has multiple network connections (e.g., both Wi-Fi and Ethernet), try disabling one of them to see if it resolves the issue.
      Update your network drivers. Outdated or corrupted network drivers can cause connectivity problems. Go to the manufacturer's website for your network adapter and download the latest drivers.
      Check for background high bandwidth programs. Make sure there are no programs running in the background that might interfere with your network connection. This includes torrents, streaming services, or any other high-bandwidth activities.
      Check firewall and antivirus settings. Make sure that your firewall or antivirus software is not limiting or blocking the game's connection. Add the game to the exceptions.

    • @SkinnyDeanTV
      @SkinnyDeanTV 11 місяців тому +1

      @@SavvyNik thank you my friend I’m working on the last one as I’ve tried the others I appreciate your time and being an excellent human being that you are 🙏

  • @samrust8020
    @samrust8020 2 роки тому +1

    thank you for the video. Is it more secure to connect via PowerShell ? what do you recommend and which is better from security perspective ?

    • @SavvyNik
      @SavvyNik  2 роки тому

      No it's not any more secure. The protocol itself takes care of the security/encryption between connections. Where you use ssh from doesn't matter so long as the shell you're using isn't compromised.

  • @jld-ni3vf
    @jld-ni3vf 3 роки тому +4

    Great video, quick question if I install the openssh server (it's under the openssh client) on the pc I am trying to connect to will that work?

    • @SavvyNik
      @SavvyNik  3 роки тому +1

      The server is meant to allow connections into your computer so if you want to access remote devices via ssh outside your computer you'll need the client not the server.

    • @jld-ni3vf
      @jld-ni3vf 3 роки тому +1

      @@SavvyNik ok thanks savvy :) umm i am getting an error when i try using ssh it says "ssh: connect to host port 22: Connection timed out" the bit is just the ip i put in i just dont want to dox myself

    • @SavvyNik
      @SavvyNik  3 роки тому +1

      @@jld-ni3vf you'll probably have to open up a port in your firewall in order to access things remotely on a public ssh server. I'd be careful with this.

  • @mdr404
    @mdr404 3 роки тому +1

    Question: What is the correct terminfo entry to use on Linux for the Windows command prompt window? Basic things work fine as xterm-256color but things like vi do not work properly. Thanks for any help you can provide.

  • @shashankemani1609
    @shashankemani1609 2 роки тому +1

    amazing thank you!

  • @TimeLords910
    @TimeLords910 3 роки тому +1

    Hey I subscribed also I gave you your 1k like

    • @SavvyNik
      @SavvyNik  3 роки тому

      Thanks!! Glad to have you following =)

  • @reenakhurana4426
    @reenakhurana4426 3 роки тому +3

    Hello, Very good video! i was asked in an interview to name a command that can be used to see when a log file was last edited? it it the tail command please?

    • @SavvyNik
      @SavvyNik  3 роки тому +3

      Thanks I'm glad you enjoyed it. Make sure to smash that like button for me if you haven't already. I assume this is for a Linux operating system? If so there's the ls (list) command. This allows you to get a list of files within the current working directory. You can pass the -lt flag (ls -lt) to get the last modified time/date of the current files in the directory. There are other ways such as using the stat command / date command but ls is probably the most widely used.

    • @reenakhurana4426
      @reenakhurana4426 3 роки тому +1

      @@SavvyNik Perfect! ill try to learn more on these,, please never stop helping people ever like you so wonderfully do :)

    • @SavvyNik
      @SavvyNik  3 роки тому

      @@reenakhurana4426 Thanks =) means a lot

  • @enjoywatching2700
    @enjoywatching2700 3 роки тому +1

    many thanks....

    • @SavvyNik
      @SavvyNik  3 роки тому

      You're welcome! Glad you like it.

  • @MAHtvbd
    @MAHtvbd 2 роки тому +1

    Thanks

  • @kozie928
    @kozie928 3 роки тому +2

    Thanks :)

    • @SavvyNik
      @SavvyNik  3 роки тому

      You're welcome! Glad you found it helpful. Make sure to smash that like button for me if you haven't already =)

  • @albertonskittle6828
    @albertonskittle6828 2 роки тому +1

    thanks!

  • @DanielNetSet
    @DanielNetSet Рік тому

    why all the ssh guide videos think we have 2 PC's at home?
    all I want is to connect from work to my home pc, how hard is that?

  • @tolis769
    @tolis769 2 роки тому +1

    thanks

  • @manasasp6749
    @manasasp6749 3 роки тому +1

    Though i have installed openssh-client, still it is showing "ssh isnot fount in internal or external command"... could you please help me with this?

    • @SavvyNik
      @SavvyNik  3 роки тому +1

      You're probably missing the environmental variable path to the folder that contains ssh.

    • @manasasp6749
      @manasasp6749 3 роки тому +1

      @@SavvyNik how you please help me how can I do this?

  • @fabrice9848
    @fabrice9848 3 роки тому +2

    when trying to ssh connect from windows to ubuntu, I Get this : "Permission denied (publickey)." I already set up an ssh key on my ubuntu VM.

    • @SavvyNik
      @SavvyNik  3 роки тому

      Please look up the error. SSH is working fine you're getting an error because your configuration/key transfer is wrong.

  • @marcoadorni8469
    @marcoadorni8469 2 роки тому

    That did nothing for me. I installed the openssh client feature but the command prompt still doesn't recognize the ssh command.

  • @anonymoussaif7361
    @anonymoussaif7361 2 роки тому +1

    Can we connect to window and Linux servers with commands 🤔🤔🤔

  • @blainebrown9983
    @blainebrown9983 Рік тому

    I get the error permission denied (publickey). Where do I get the public key from and where does it need to be on the windows machine ?

  • @JuanChehin
    @JuanChehin 3 роки тому +1

    Hello, good video, a query, if the ssh keys are already configured, why does it ask me for a password? 4:29

    • @SavvyNik
      @SavvyNik  3 роки тому

      Depends on how the ssh key was configured, sometimes they ask for a paraphrase which becomes your password. To get past it you don’t put anything in for a paraphrase when setting the keys up. Make sure to smash that like button and glad you enjoyed the vid.

  • @TimeLords910
    @TimeLords910 3 роки тому +1

    openSSH client and server do you need both for you tutorial?

    • @SavvyNik
      @SavvyNik  3 роки тому

      Yes, you need a server on the computer you're trying to access and a client on the computer your initiating the connection from.

    • @TimeLords910
      @TimeLords910 3 роки тому +1

      @@SavvyNik is Telnet also SSH?

    • @SavvyNik
      @SavvyNik  3 роки тому

      No telnet checks / connects to specific ports and can exchange data through a console.

    • @TimeLords910
      @TimeLords910 3 роки тому

      @@SavvyNik In your video it said SSH server below client do I need the SSH server

    • @SavvyNik
      @SavvyNik  3 роки тому

      You need a server on the computer you are connecting to. Client on the computer that you are starting the connection from.

  • @soumyadrip
    @soumyadrip 3 роки тому +1

    Just Smacked the 1kth like

    • @SavvyNik
      @SavvyNik  3 роки тому +1

      LET'S GOOOO!!! Thanks :)

  • @LatinoWebStudio
    @LatinoWebStudio Рік тому

    it no longer shows up in there. Do you know why?

  • @chandanajasti307
    @chandanajasti307 Рік тому

    Hi . The password u have entered is what? The aws account password? Or we have to create it!?

  • @djniteshpandey
    @djniteshpandey 2 роки тому +1

    It asks for password everytime, Can we add ssh keys again here as we did in video where you made windows as ssh server and linux as client and added ssh keys, I actually read about it on google but fails to use it. Can you please help ? My objective is to ssh over linux from windows using ssh keys so it does not ask for password everytime.

  • @halo_jk1
    @halo_jk1 Рік тому

    What if the server is not on my local network? Can you make a non local network server ?windows

  • @giugot87
    @giugot87 3 роки тому +1

    how to set ssh connection between 2 windows pc, remotely, not connected in the same local network?

    • @SavvyNik
      @SavvyNik  3 роки тому

      This isn't simple. You'll have to do some research but generally if the computer you are trying to connect to via ssh has an ssh server installed and you have the proper ports forwarded through your firewall (default port 22) then you can use a public ip address to ssh to the computer. This is not recommended because it can create vulnerabilities if you have a port open to the public.

  • @deanwerk7938
    @deanwerk7938 2 роки тому

    can you also connect with you server if you are on another network? using this method

    • @SavvyNik
      @SavvyNik  2 роки тому

      Yes you can but you’ll need some vpn or Internet port forwarding.

  • @lesliesavage9229
    @lesliesavage9229 4 роки тому +2

    This didn't help me at all. I could SSH out without Open SSH, but I still can't SSH in, snd the firewall is off.

    • @SavvyNik
      @SavvyNik  4 роки тому

      Leslie this was meant to show you how to install SSH client for use on Windows 10 and to be able to use the client through command prompt.. not to solve networking issues.

    • @SavvyNik
      @SavvyNik  4 роки тому

      Re-reading once more I think what you're looking for is an SSH Server not a client. That way you could SSH into your Windows machine.

  • @itsamazing22
    @itsamazing22 3 роки тому +1

    I am using a live bootable usb drive of Linux, but will it work?

    • @SavvyNik
      @SavvyNik  3 роки тому

      If you setup an ssh sever (openssh server) on your bootable usb linux drive sure you can ssh between the two, but when you remove or restart you'll loose your ssh server unless your live bootable disk is persistent.

    • @itsamazing22
      @itsamazing22 3 роки тому

      @@SavvyNik my USB is persistent but the user name of my O.S os User because I am using live parrot os but if I enter the name and the i.p adress it is not working

    • @SavvyNik
      @SavvyNik  3 роки тому

      Even with a live / persistent USB it should still work. I'd that you don't have a firewall or something blocking access.

    • @itsamazing22
      @itsamazing22 3 роки тому +1

      @@SavvyNik yea but I don’t know the user name for the ssh server because all I’ve uses have the same name and the name is user because i am using parrot live usb

    • @SavvyNik
      @SavvyNik  3 роки тому

      Ahh you can make your own account or you'll have to find the default user/pass from parrots website for their live disk.

  • @michalroesler
    @michalroesler 2 роки тому

    yes.

  • @joshuaongom7387
    @joshuaongom7387 2 роки тому

    What's different btn power shell & cmd in ssh configuration

  • @NathanBezzant-u5v
    @NathanBezzant-u5v Рік тому

    Nik how do i access my ubuntu web server by a different ssh port i have set up and i have blocked incoming connections to my ubuntu via port 22, and, while i am asking you about the port, what about if i have also removed password authentication and only allow passphrases, can you answer these 2 questions for me? please

    • @SavvyNik
      @SavvyNik  Рік тому

      ssh -p 777 username@hostname replace 777 with the port number that you want to use that isn't the default port 22.
      Generate a key > ssh-keygen -t rsa -b 2048
      Copy that key > ssh-copy-id username@hostname
      SSH to the sys > ssh username@hostname
      Note - You will be prompted to enter a file to save the key. By default, it will be saved in ~/.ssh/id_rsa for the private key and ~/.ssh/id_rsa.pub for the public key.
      You'll be asked to enter an optional passphrase. This provides an extra layer of security. If you choose to use a passphrase, make sure to remember it.
      You can also copy the key once generated manually.

  • @tamamemad2479
    @tamamemad2479 3 роки тому +1

    hey savy
    my target pc doesnt have a password but still cmd is asking for a password, tried multiple thing but ain't non work

    • @SavvyNik
      @SavvyNik  3 роки тому

      You have to have a local account with a password.. otherwise anyone could just connect up on the local network.

    • @ZLCProductions
      @ZLCProductions 3 роки тому

      You ever get it to work that’s my problem as well

  • @sarahabbas8860
    @sarahabbas8860 3 роки тому +1

    I tried this but it won't ask me for a password, it just goes to next line and waits and then says ssh : connect to *ip address* : connection timed out

    • @SavvyNik
      @SavvyNik  3 роки тому

      There's something else wrong. Basically the opposite side that you are trying to connect to cannot be reached or doesn't have proper ssh server setup.

    • @sivareddy7891
      @sivareddy7891 2 роки тому

      Hi ,how did you resolve this issue,i am getting the same connection timed out
      Please tell me it will be very helpful

  • @fhb04
    @fhb04 3 роки тому +1

    I followed all of the steps shown in the video and when I try to connect to my VM, it tells me the connection is timed out. What should I do?

    • @SavvyNik
      @SavvyNik  3 роки тому +1

      make sure you can properly ping your VM

    • @fhb04
      @fhb04 3 роки тому +1

      @@SavvyNik Hmm, I figured out how to ping my VM, but whenever I use SSH to connect to it, it tells me the connection was refused. Do I need the OpenSSH server software?

    • @SavvyNik
      @SavvyNik  3 роки тому +1

      @@fhb04 not if you are sshing from windows to linux. That sounds like an error where the port is being blocked on the VM (port 22)

    • @fhb04
      @fhb04 3 роки тому +1

      @@SavvyNik I figured out how to properly connect and open the port, thank you for helping me!

    • @SavvyNik
      @SavvyNik  3 роки тому +1

      @@fhb04 awesome news, you're welcome!! Congrats and make sure to destroy the crap out of that like button for me =)

  • @philtoa334
    @philtoa334 3 роки тому +1

    nice

    • @SavvyNik
      @SavvyNik  3 роки тому

      Glad you enjoyed the video!

  • @RyanNewell
    @RyanNewell 2 роки тому

    can't get past the logging in part. "Connection timed out". Hopefully I don't need to mess around with port forwarding....

    • @ahmad.software
      @ahmad.software 2 роки тому

      I have the same problem, did you solve it yet?

    • @RyanNewell
      @RyanNewell 2 роки тому

      @@ahmad.software sort of. I bookmarked a Hong Kong link so going through HK seems to work but majority of the time I use TWS desktop app and that doesn't have any connection issues

  • @minami1824
    @minami1824 4 роки тому +2

    how can you choose which port you connect to?

    • @SavvyNik
      @SavvyNik  4 роки тому +2

      As long as your still trying to ssh you can switch ports by doing something like the following: ssh -p 23 @ (the -p means use a different port followed by the specified port for ssh - 23 in this example).

    • @willtoulan
      @willtoulan 2 роки тому

      @@SavvyNik Thanks man! is there a way to permanently change the port that it automatically points to so I don't have to type that all in every time?

    • @lucienvl
      @lucienvl Рік тому

      @@willtoulan 23 port in telnet-unsecure, 22 port is for ssh -secure

  • @Judicial78
    @Judicial78 2 роки тому +1

    I cant for the life of me find any info on how to change the default port ssh tries to connect to. I changed my linux server port from 22 to a different port to harden security, but I can only ssh from my windows 10 into it by adding a -p *newport#* command to the line. I want to be able to have windows automatically use the port when connecting so I don't have to type -p *port* every time.

    • @SavvyNik
      @SavvyNik  2 роки тому

      ssh can contain a config file. You'll have to find where your system would read the config file from and then place you settings in there (aka a special port #) here's an example but this is geared towards linux - linuxize.com/post/using-the-ssh-config-file/

    • @Judicial78
      @Judicial78 2 роки тому

      @@SavvyNik Thanks for the reply!
      I tried that, I specified in sshd_config in c:/programdata/ssh folder and removed the # from the port line and changed the port but it still tries to connect via port 22.
      I also tried created a file called "config" on windows 10 like that link demonstrates but the ssh client doesnt even recognize it and still tries to connect via port 22.
      I was able to change the port# server side on my linux vm by altering the config file but my windows10 client ssh doesnt connect without adding the -p *new-port-here* string.

    • @SavvyNik
      @SavvyNik  2 роки тому

      dang.. well the only other thing is you can make a command alias to ssh -p23 so you don't have to type it every time..

  • @known_black_hat3158
    @known_black_hat3158 3 роки тому +1

    hey i have installed ssh server in windows 10 but don't know the password of ssh so how should i know or change The password

    • @SavvyNik
      @SavvyNik  3 роки тому +2

      The password is of the user you are trying to connect with. You have to have a local account on the computer you are trying to connect to.

    • @known_black_hat3158
      @known_black_hat3158 3 роки тому

      @@SavvyNik How should i configure my ssh configuration file in windows?

  • @durgadattadas5830
    @durgadattadas5830 4 роки тому +2

    can I upload a file or code in Linux using windows through SSH

    • @SavvyNik
      @SavvyNik  4 роки тому +1

      Durgadatta, great question. No you can use another tool called scp (secure file copy) in order to copy over a file. It goes something like the following: scp /host/computer/path/file /remote/computer/path/file
      You would have to add the -r switch in order to copy an entire folder. Try looking up the command.

    • @durgadattadas5830
      @durgadattadas5830 4 роки тому +1

      @@SavvyNik Thanks for the Replying.
      I have one more question.
      * How can I import a file from windows 10 (client server) to linux (main server).

    • @SavvyNik
      @SavvyNik  4 роки тому

      ​@@durgadattadas5830 Easiest way would be to install scp on the client sever and use scp to copy it over. Otherwise it becomes a pretty big hassle haha!

    • @iankirk3537
      @iankirk3537 3 роки тому

      For a text file, including program code, one way is to list the text on the Windows machine. Open a text editor on the remote Linux machine. Copy and paste the text from the listing to the editor and save.

  • @memegamingtamil3379
    @memegamingtamil3379 3 роки тому +1

    can i run a command/process when i quit my putty in my windows

    • @SavvyNik
      @SavvyNik  3 роки тому

      I'm not following. You can use ssh without putty in the command line interface if you install this client like shown in the video. This helps you get rid of putty and use ssh natively.

  • @stefanosimoni86
    @stefanosimoni86 3 роки тому

    It's very interesting 😉 I have a problem, when I try to connect with a device of my home network I type my password and everything is OK, but when I try to connect from outside of my network, although I opened 22 port on my router, when I type my local password it says me wrong password and I can't understand why🤔 can you help me please?

    • @SavvyNik
      @SavvyNik  3 роки тому

      Doesn't make much sense. Logging in with the same pass and user of the account should work. However I would suggest closing port 22 and not allowing connection to your local home network. This is a security risk. You can always exchange keys to get rid of passwords if you can't get the pass working.

    • @stefanosimoni86
      @stefanosimoni86 3 роки тому +1

      Thanks 😊 is there a way to use the keys instead of password?

    • @SavvyNik
      @SavvyNik  3 роки тому

      Yes, look up ssh key exchange and figure out how to generate and share key.

  • @francoiskatokele625
    @francoiskatokele625 3 роки тому +1

    Where is you video to copy files from Linux to windows @SavvyNik

    • @SavvyNik
      @SavvyNik  3 роки тому

      I think you are looking for this vid perhaps? ua-cam.com/video/2u0I-U0D7Uk/v-deo.html
      Make sure to share ;)

    • @francoiskatokele625
      @francoiskatokele625 3 роки тому

      No that's the one I'm watching. How do you copy files from Linux to windows. Plz help SavvyNik

    • @SavvyNik
      @SavvyNik  3 роки тому

      Are both online on the same network or you are dual booting windows and linux on the same computer and therefore only one can be on at a time?

    • @francoiskatokele625
      @francoiskatokele625 3 роки тому

      @@SavvyNik both are on the same network.

    • @SavvyNik
      @SavvyNik  3 роки тому +1

      Then you can use SCP to transfer between the two. This is probably the easiest way besides physically do it like with a USB. You can also look up a service called Samba server which will allow you to access a file share on your Linux computer from Windows.

  • @amirahadnan9252
    @amirahadnan9252 3 роки тому +1

    Connection refused... How can i solve it?

    • @SavvyNik
      @SavvyNik  3 роки тому +1

      You need SSH Server on the computer you are trying to ssh to with port 22 opened up. Then you need a client on the computer you are initiating the connection from. If you can't ping the computer you are trying to connect to that's usually an indication that you don't have a proper setup.

  • @marvinxu2950
    @marvinxu2950 2 роки тому

    How do you set colors?

  • @leemurray9091
    @leemurray9091 3 роки тому +1

    Hey, wondering if you can help me.
    I installed the openssh on my ubuntu server, and I also installed both SSH client and server on Windows optional features. However, I am unable to connect to the server through CMD, cockpit (web console) and also through my phone SSH app. I tried turning off my VPN and Antivirus (if that makes a difference, but it didn't do anything to help).

    • @SavvyNik
      @SavvyNik  3 роки тому

      Check your firewall both on the router and on any computers that you have. You need to make sure you can ping the SSH server and that all connections are working before connecting via SSH. Also confirm that the daemon (process/service) for SSH is, in fact, running and listening on port 22 on your Ubuntu Server side.

  • @melvilli69
    @melvilli69 4 роки тому +5

    :D

    • @SavvyNik
      @SavvyNik  4 роки тому +3

      The one and only 😃thanks Sai!

  • @fabrice9848
    @fabrice9848 3 роки тому +1

    this didn't work for me. Could you help ?

    • @SavvyNik
      @SavvyNik  3 роки тому

      There could be a lot of reasons for this. Please read up on how ssh works between computers.

    • @fabrice9848
      @fabrice9848 3 роки тому +1

      @@SavvyNik thanks for answering, I've found a solution.
      But I'm not sure yet if it's a good one.
      To whom this might help : on your linux machine, open the file sshd_config with your favorite editor .
      For example : sudo nano /etc/ssh/sshd_config
      and look for these lines:
      # To disable tunneled clear text passwords, change to no here!
      #PasswordAuthentication no
      I just put a # in front of Password Authentication no

    • @SavvyNik
      @SavvyNik  3 роки тому

      @@fabrice9848 thanks for sharing

  • @chrono581
    @chrono581 4 роки тому +1

    I use Powershell

  • @jermsbestfriend9296
    @jermsbestfriend9296 3 роки тому +1

    how do i get a file off my server from ssh?

    • @SavvyNik
      @SavvyNik  3 роки тому

      Use SCP here's a vid - ua-cam.com/video/2u0I-U0D7Uk/v-deo.html

  • @chanekyareddy3216
    @chanekyareddy3216 3 роки тому

    how to connect using PPK file

  • @TVVDINAKARAN
    @TVVDINAKARAN 3 роки тому

    When i enter my password after the ssh command it says the password is incorrect, I entered my default windows password

    • @SavvyNik
      @SavvyNik  3 роки тому +1

      Are you sure you have a local account setup on your windows computer?

    • @TVVDINAKARAN
      @TVVDINAKARAN 3 роки тому

      @@SavvyNik i dont know about how to check that

  • @khayryazzez
    @khayryazzez 3 роки тому

    connection refused !!

  • @aruprofficial
    @aruprofficial 9 місяців тому

    where i got login password?
    please help me

  • @Algator314
    @Algator314 2 роки тому

    Zoom into the text it's way to small.

  • @Ebaemran
    @Ebaemran 2 роки тому

    connection timeout error

  • @valeriakovalenko5665
    @valeriakovalenko5665 2 роки тому

    The sound of the videos is not good

  • @khayryazzez
    @khayryazzez 3 роки тому +1

    port 22 problem

    • @SavvyNik
      @SavvyNik  3 роки тому

      You need port 22 opened up through your firewalls in order to use SSH. By default 22 is the port for SSH tunneling..

    • @khayryazzez
      @khayryazzez 3 роки тому

      @@SavvyNik i did that

    • @khayryazzez
      @khayryazzez 3 роки тому +1

      @@SavvyNik Problem is about password

    • @SavvyNik
      @SavvyNik  3 роки тому

      @@khayryazzez you need to make sure to have a local account whatever is hosting the ssh server. Otherwise you won't be able to login. You can setup a local account through the user settings/accounts page.

    • @khayryazzez
      @khayryazzez 3 роки тому +1

      ​@@SavvyNikI have did it, even i have attempted to connect to my machine by (username@localhost(or my address )) and he always keep asking about the password

  • @boxy3087
    @boxy3087 2 роки тому

    hm i can't see open ssh client

    • @SavvyNik
      @SavvyNik  2 роки тому

      You might need a newer version of windows.

  • @Dylanvh
    @Dylanvh 3 роки тому

    How do i make it auto type in the password?

    • @SavvyNik
      @SavvyNik  3 роки тому

      You need to exchange keys there's no other easier way. Then you could login automatically.

  • @phantomdeceptions5904
    @phantomdeceptions5904 3 роки тому

    Permission denied (publickey).

    • @SavvyNik
      @SavvyNik  3 роки тому

      Figure out how to share keys between computers.

    • @phantomdeceptions5904
      @phantomdeceptions5904 3 роки тому

      @@SavvyNik yes , i downloaded public key and added it to auth

  • @fabrice9848
    @fabrice9848 3 роки тому

    thank you