SFTP - Use WinSCP to Login to SFTP without Password using Public Key Private Key Pair

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

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

  • @atomwang8502
    @atomwang8502 8 месяцев назад +1

    After 7 years this video is still helpful thank u so much : )

  • @LarssonMoto
    @LarssonMoto 2 года назад +2

    After 6 years this video is still helpful thank u very much

  • @aldehc99
    @aldehc99 2 года назад +2

    Thank you very much for explaining it like that. It makes it easier for everybody to understand how this auth type works.

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

    I just had Request like this yesterday. Thank you!

  • @michaelpietrzak2067
    @michaelpietrzak2067 2 года назад

    Great vid! Still relevant in 2022!

  • @sushmithanomula4567
    @sushmithanomula4567 4 года назад +3

    This really works, thank you so very much!

  • @Dubble_Bubble40
    @Dubble_Bubble40 2 года назад

    I just needed a little refresher and this was perfect. Thanks!

  • @mihai_chindris
    @mihai_chindris 3 года назад +2

    thorough explanation & informative video! :)

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

    Well done mate. Very detailed video.

  • @bloxxersgames
    @bloxxersgames 7 месяцев назад

    I’m getting this error- sftp protocol violation invalid response message type (77) in WinSCP software please help me fix this issue.
    Thank you so much ❤

  • @suryamurthyvanamoju9073
    @suryamurthyvanamoju9073 2 года назад

    clear Explanation, Thanks mate

  • @jackwhite3987
    @jackwhite3987 2 года назад

    So what about the folder permissions on server side? Assume you have to have it setup where just SYSTEM account specific user account for refill control

  • @debabratadash9
    @debabratadash9 4 года назад +2

    really you saved me, everything is clear and detailed. Thank you very much.

  • @pngr2k
    @pngr2k 3 года назад

    Thanks .. I was just trying to figure this out!

  • @ashasaini5828
    @ashasaini5828 3 года назад

    did you add key 2 public key in the authorized keys on the server ? I did not see that step

  • @argazor
    @argazor 2 года назад

    It worked, thanks!

  • @beatalert123
    @beatalert123 3 года назад +1

    That's a useful video. Thank you.

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

    nice info.. what i needed. Thanks

  • @rajakr2096
    @rajakr2096 4 года назад +1

    Not sure why people have disliked the video.

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

    where do you install Win scp is it on the server or your workstation ?

  • @daaa57150
    @daaa57150 5 лет назад

    Got it to work, many thanks!

  • @HAPPYKUMAR-vq3rd
    @HAPPYKUMAR-vq3rd 4 года назад

    hey, can we create a ppk key from pub in case private key losts.
    Please help

  • @momoknz
    @momoknz 7 лет назад +3

    Very clear video. Great work. Thank you. One question - how can I script this please (using private public key pair) so the SFTP file transfer happens automatically at a set time (using task scheduler in windows)?

    • @dirkbiwoll7324
      @dirkbiwoll7324 6 лет назад

      You Can Store the Setup in WINSCP (Give him better names than the Demo). Than Generate a batch (cmd) and a scp File. (Sample: CMD, C:\WINSCP\WINSCP /script=C:\WINSCP\Batches\ScriptName.scp /log=C:\WINSCP\LOG\ScriptName.LOG), Sample Script:
      open CONFIGURATIONNAME
      option confirm off
      GET *.* -delete
      exit
      With tHis Script io Pull Files from a defined Folder (Saved in SCP Configuration) and Store it to lokal Folder. After Success i delete the Files on FTP)

  • @wilsonwooten6870
    @wilsonwooten6870 5 лет назад +1

    Really helped me out, thanks!

  • @nischalneupane9727
    @nischalneupane9727 4 года назад

    Keep the nice work going on!

  • @nandhakumarnnk2293
    @nandhakumarnnk2293 3 года назад

    Thanks for the video. I have one query.. I need to schedule backups for my devices so that it can run and copy backup to sftp server. I have 100 devices and 1 sftp server. In that case do i need to save keys of all 100 devices in sftp server? Kindly guide me here.

  • @ANVary
    @ANVary 5 лет назад

    do you know how use command scp from linux server into Windows server without input password?

  • @vijaybhusal
    @vijaybhusal 6 лет назад

    How does that authorised_key has been created on the admin console

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

    Great vid man

  • @Khan0156
    @Khan0156 3 года назад

    Thank you! It worked

  • @jovanm.3951
    @jovanm.3951 8 лет назад +1

    Mabuhay ka!

  • @blackyurizan
    @blackyurizan 7 лет назад +1

    Thanks a lot, this saved me a lot of time

  • @yohancreations7894
    @yohancreations7894 6 лет назад

    Hi anyone please help me I can't change the user root directory in winscp ssh server

    • @yohancreations7894
      @yohancreations7894 6 лет назад

      I am able to login Without password .but I need to change the SFTP root location to d drive please help me

  • @tulikamal
    @tulikamal 8 лет назад

    Thanks for your video. I'm able to SFTP without passwd, but I can't SFTP to another cygdrive. It's giving me permission denied. Do we need to enable some permission explicitly from USS

  • @essichwassenaar5339
    @essichwassenaar5339 8 лет назад

    How did you setup your OpenSSH on the Windows 2012 server?

    • @CodeCowboyOrg
      @CodeCowboyOrg  8 лет назад

      You can find the video here - ruclips.net/video/CXzBdVXjKGU/видео.html

  • @k11333
    @k11333 2 года назад

    Everything is good. Also let me know how will you use the same ppk file in poweshell to login sftp ???

  • @jagadishkurli
    @jagadishkurli 6 лет назад

    Thanks for the video,but i got a question here is, the username in this video, KEY2-sftpuser01, can be of any name or this user should have been created in the SFTP server, before?

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

    Very useful. thank you

  • @alexandrosilva6077
    @alexandrosilva6077 8 лет назад

    Where is the authorized_keys? I do not know where it is

    • @CodeCowboyOrg
      @CodeCowboyOrg  8 лет назад

      3:00 - follow the instructions at 3:00, you create that file under the user folder, then under the ".ssh" folder, then you create the authorized_keys file, which is just a text file

  • @harunthuo2610
    @harunthuo2610 3 года назад

    Thanks. Really helpful

  • @shaaruddin7901
    @shaaruddin7901 5 лет назад

    Excellent video. One question is how to create and where is .ssh directory and the authorized keys file ?

    • @hyhy89
      @hyhy89 8 месяцев назад

      Had you found the answer?

  • @JkAlombro
    @JkAlombro 6 лет назад +1

    Thanks a lot sir. Helped me

  • @kcubillas
    @kcubillas 2 года назад

    How do you script this?

  • @MichaelToub
    @MichaelToub 6 лет назад

    Great video, thanks!

  • @mk_games_official
    @mk_games_official 4 года назад

    Thanks! Still valid!

  • @fatnbaldvlogger5831
    @fatnbaldvlogger5831 2 года назад

    lovely lovely!!

  • @honeybee1302
    @honeybee1302 2 года назад

    very well explained

  • @juliobarrientos3037
    @juliobarrientos3037 5 лет назад +1

    I get the "Server Refused Our Key" message.

  • @shakool2kool
    @shakool2kool 9 месяцев назад

    Great vid

  • @yohancreations7894
    @yohancreations7894 7 лет назад

    Please confirm whether this open ssh tool is free or licensed?

  • @ehsanulbarr1889
    @ehsanulbarr1889 7 лет назад

    Your tutorial is very helpful .:) I have a requirment i have 160 ATMs i want them to put a file to my sftp server at a specific time . Can i do that with Winscp ??

    • @CodeCowboyOrg
      @CodeCowboyOrg  7 лет назад

      Ehsan Ul Barr yes, simply use task scheduler to run at that specific UTC time, since you are using WinSCP I'm assuming its Windows

  • @ignaciokoikejaraalmonte6091
    @ignaciokoikejaraalmonte6091 6 лет назад

    really usefull! thanks!

  • @udayakumarsakthivel6285
    @udayakumarsakthivel6285 3 года назад

    Thanks a lot man

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

    nu merge

  • @johnwzimmer405
    @johnwzimmer405 2 года назад

    Thanks!

  • @Ryan-xh6bg
    @Ryan-xh6bg 8 лет назад

    Awesome!

  • @Revnge7Fold
    @Revnge7Fold 7 лет назад

    Thank you sir! Now I understand how this shit works lol

  • @rajkapoormohamed4782
    @rajkapoormohamed4782 2 года назад

    thank you

  • @carlosandresrodriguez9338
    @carlosandresrodriguez9338 4 года назад

    This video is very confusing because I am not able to login to WINSCP without the username and paSSWORD

  • @subhasishrout9048
    @subhasishrout9048 6 лет назад

    Thanks.

  • @-_-_--__
    @-_-_--__ 4 года назад

    thx m8

  • @timmer501ify
    @timmer501ify 4 года назад

    This didn't help me at all. But thank you.

  • @sunilbajracharya5667
    @sunilbajracharya5667 5 лет назад +3

    I get the "Server Refused Our Key" message.

  • @MohsenAYN
    @MohsenAYN 3 года назад

    Awesome!!