Key Authentication for PuTTY and WinSCP

  Рет қаралды 15,869

Tech Tutorials - David McKone

Tech Tutorials - David McKone

Күн бұрын

Пікірлер: 34
@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
@Johnello1
@Johnello1 Жыл бұрын
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
@dangaines405
@dangaines405 Жыл бұрын
Great tutorial David! Liked and subscribed!
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone Жыл бұрын
Good to know the video was useful And thanks for the like and sub
@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
@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
@kitukit000
@kitukit000 Жыл бұрын
Really helped with this, thanks a lot!
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone Жыл бұрын
Thanks for the feedback and good to know the video was helpful
@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
@mknet5557
@mknet5557 Жыл бұрын
hi thanks for this, on winscp i get server refused our key... what could be the issue?
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone Жыл бұрын
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
@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
@12th-House
@12th-House 23 күн бұрын
works thx !
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 23 күн бұрын
Thanks for the feedback and good to know this worked for you
@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
@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
@Amaniw92
@Amaniw92 2 жыл бұрын
Thanks for this
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 жыл бұрын
Thanks for the feedback and glad to know you found the video useful
@need5868
@need5868 2 жыл бұрын
good
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 жыл бұрын
Thanks for the feedback, always appreciated it
Automate Local TLS Certificates With Step-CA
36:57
Tech Tutorials - David McKone
Рет қаралды 4,1 М.
OpenSSH for Absolute Beginners
23:00
Veronica Explains
Рет қаралды 117 М.
Каха и лужа  #непосредственнокаха
00:15
МЕНЯ УКУСИЛ ПАУК #shorts
00:23
Паша Осадчий
Рет қаралды 5 МЛН
SSH Keys
10:12
RobEdwards
Рет қаралды 124 М.
CA Server - OpenSSL
1:41:20
Tech Tutorials - David McKone
Рет қаралды 25 М.
How to use Multiple SSH Keys | Managing Different SSH Keys on your System
21:29
How To Protect Your Linux Server From Hackers!
20:38
LiveOverflow
Рет қаралды 305 М.
Getting Started with OpenSSH Key Management
23:31
Learn Linux TV
Рет қаралды 45 М.
Настраиваем аутентификацию SSH по ключу в Linux / Unix
5:33
Диджитализируй!
Рет қаралды 122 М.
SSH Key Authentication | How to Create SSH Key Pairs
18:46
Akamai Developer
Рет қаралды 128 М.
How To Create VLANs in Proxmox For a Single NIC
28:35
Tech Tutorials - David McKone
Рет қаралды 119 М.