Тёмный

Key Authentication for PuTTY and WinSCP 

Tech Tutorials - David McKone
Подписаться 13 тыс.
Просмотров 15 тыс.
50% 1

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
SSH keys are more secure than usernames and passwords. PuTTY and WinSCP are very popular Windows application to access Linux servers. So it makes sense to configure these to use keys
@bahadirm
@bahadirm 2 года назад
I like to use Pageant from Putty for my keys, it loads the keys (encrypted or not, you can select) to the memory and if the work is done or you restart your PC, it's gone from the memory.
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
That looks very useful. Thanks for mentioning it
@mknet5557
@mknet5557 11 месяцев назад
hi thanks for this, on winscp i get server refused our key... what could be the issue?
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 11 месяцев назад
There can be various reasons so here goes... If the server refused the key chances are the public key has not been copied to it or it isn't in the right place You have to make sure the public key is associated with the user account that's logging in There's no point logging in as Jane for instance if the key was uploaded to John's account Or maybe WInSCP isn't using the correct private key when it authenticates or isn't using one at all so you need to check it's configuration And do make sure the correct key pairs are being used
@danielscott1709
@danielscott1709 2 года назад
Any tips on getting the correct directory setup and authorized_keys file for a windows client to windows client WinSCP setup using the key pairs? Seem to be getting "server refused our key" all the time. Thanks!
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
Applications like Putty and WinSCP are configured with the key as part of the stored session so there is no directory structure as such But as BahadirM pointed out, Pageant is a useful tool for managing SSH keys It's supplied as part of the Putty and WinSCP packages and works with both Putty and WinSCP
@AliRaza-mc1ob
@AliRaza-mc1ob 2 года назад
Thank you for the detailed video on it
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
Thank you for the feedback. It is really appreciated. And I'm glad to hear this was a useful video for you
@h1ghpower
@h1ghpower Год назад
10:00 is EXACTLY what I was looking for... I have tried at my work place to set SSH for my users for a week almost.. I didnt knew what I was doing wrong... so remember guys, you have to log in to the server from each user you want to create SSH for, and to create the .ssh hidden folder and so on. THANK YOU SO MUCH David!!!! MUCH APPRECIATED.... Best video definetly on this topic from so so many... that piece of information saved me days/weeks
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone Год назад
Thanks for the feedback and glad to hear the video helped
@giannisparounof7111
@giannisparounof7111 Год назад
how i fix problem with network error?
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone Год назад
There can be many reasons for a network error so unfortunately I can't say what the problem is
@giannisparounof7111
@giannisparounof7111 Год назад
@@TechTutorialsDavidMcKone okk thanks
@carloscastroquintosa3598
@carloscastroquintosa3598 2 года назад
how can I connect two computer using Winscp in two different state? Example I'm in New York and my brother is in Nebraska and we want to shared big files , how we can do that ? Help please
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
To use something like WinSCP you would need a VPN service which is beyond the scope of this video Assuming this will be over the Internet, you could also use a shared cloud service like DropBox You can then both upload and download files using the same account There are other providers and it really depends on how big your files are Each provider offers different storage amounts for free but charge for amounts above that
@carloscastroquintosa3598
@carloscastroquintosa3598 2 года назад
@@TechTutorialsDavidMcKone what about something like a source and destination, I don't want to complicated to much, something like point to point or synchronization, I don't know if I said it right, I'm not a IT guy, any other advice will be appreciated
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
@@carloscastroquintosa3598 I haven't used WinSCP for that purpose but there are details to be found here winscp.net/eng/docs/task_synchronize_full As long as two computers can reach other that should work
@dangaines405
@dangaines405 Год назад
Great tutorial David! Liked and subscribed!
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone Год назад
Good to know the video was useful And thanks for the like and sub
@kitukit000
@kitukit000 Год назад
Really helped with this, thanks a lot!
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone Год назад
Thanks for the feedback and good to know the video was helpful
@moustaphasd
@moustaphasd 2 года назад
server refused our key ?
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
Did you upload your public key and store it in the authorized_keys file for the user you are logging in as? Have you configured PuTTY to login with that user account e.g. fred@192.168.1.1 ? And have you configured PuTTY to use the correct private key?
@moustaphasd
@moustaphasd 2 года назад
@@TechTutorialsDavidMcKone i aploaded it but not worked i want to configure ubuntu 20.04 server on windows i used vmwareworkstaion16 using pUTTY but not work i dont know why Permission denied Please help me {passeword access denied}
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
Check the permissions of the authorized_keys file As well as being in the user's .ssh directory, the user that is logging in needs access to it So if it was created by the root account for instance then it won't work
@moustaphasd
@moustaphasd 2 года назад
@@TechTutorialsDavidMcKone Thank you for the explaining Do u hav any video about that
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
I don't have a video but if you login to the console and change to the user's .ssh folder you can change the file permissions sudo chown user:user authorized_keys Although you'll need to replace user in that command with the actual user name
@need5868
@need5868 Год назад
good
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone Год назад
Thanks for the feedback, always appreciated it
@Amaniw92
@Amaniw92 2 года назад
Thanks for this
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
Thanks for the feedback and glad to know you found the video useful
Далее
OpenSSH for Absolute Beginners
23:00
Просмотров 110 тыс.
МОЮ ТАЧКУ РАЗБИЛИ...!
39:06
Просмотров 366 тыс.
Почему?
00:22
Просмотров 426 тыс.
CA Server - OpenSSL
1:41:20
Просмотров 25 тыс.
How To Protect Your Linux Server From Hackers!
20:38
Просмотров 301 тыс.
SSH Key Authentication | How to Create SSH Key Pairs
18:46
Proxmox VE SDN VXLAN Setup
32:54
Просмотров 3,2 тыс.
How to SSH Without a Password with Putty
6:41
Просмотров 58 тыс.
SSH To Windows Using Public Key
13:40
Просмотров 75 тыс.