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 Жыл бұрын
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 Жыл бұрын
Thanks for the feedback and glad to hear the video helped
@dangaines405 Жыл бұрын
Great tutorial David! Liked and subscribed!
@TechTutorialsDavidMcKone Жыл бұрын
Good to know the video was useful And thanks for the like and sub
@bahadirm2 жыл бұрын
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.
@TechTutorialsDavidMcKone2 жыл бұрын
That looks very useful. Thanks for mentioning it
@AliRaza-mc1ob2 жыл бұрын
Thank you for the detailed video on it
@TechTutorialsDavidMcKone2 жыл бұрын
Thank you for the feedback. It is really appreciated. And I'm glad to hear this was a useful video for you
@kitukit000 Жыл бұрын
Really helped with this, thanks a lot!
@TechTutorialsDavidMcKone Жыл бұрын
Thanks for the feedback and good to know the video was helpful
@danielscott17092 жыл бұрын
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!
@TechTutorialsDavidMcKone2 жыл бұрын
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 Жыл бұрын
hi thanks for this, on winscp i get server refused our key... what could be the issue?
@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
@carloscastroquintosa35982 жыл бұрын
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
@TechTutorialsDavidMcKone2 жыл бұрын
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
@carloscastroquintosa35982 жыл бұрын
@@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
@TechTutorialsDavidMcKone2 жыл бұрын
@@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-House23 күн бұрын
works thx !
@TechTutorialsDavidMcKone23 күн бұрын
Thanks for the feedback and good to know this worked for you
@moustaphasd2 жыл бұрын
server refused our key ?
@TechTutorialsDavidMcKone2 жыл бұрын
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?
@moustaphasd2 жыл бұрын
@@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}
@TechTutorialsDavidMcKone2 жыл бұрын
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
@moustaphasd2 жыл бұрын
@@TechTutorialsDavidMcKone Thank you for the explaining Do u hav any video about that
@TechTutorialsDavidMcKone2 жыл бұрын
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 Жыл бұрын
how i fix problem with network error?
@TechTutorialsDavidMcKone Жыл бұрын
There can be many reasons for a network error so unfortunately I can't say what the problem is
@giannisparounof7111 Жыл бұрын
@@TechTutorialsDavidMcKone okk thanks
@Amaniw922 жыл бұрын
Thanks for this
@TechTutorialsDavidMcKone2 жыл бұрын
Thanks for the feedback and glad to know you found the video useful