First thanks for you comment, what i can find about the error 1067 you are speaking about, its look like you have doing something wrong with the services, the error is coming when its failed to start the services, be sure link to the right path.
I would like to have a video regarding how we connect using Private/Public Key in Windows Server 2016. That would be great if you could make that video
@@NALLELYlINdA1 Thanks for your question, i have created 2 new video's there will be public d. 15 and 17 June 2020, its for Windows Server 2019, but its shut be same way on Windows Server 2016, you can find the playlist about it here ua-cam.com/play/PLLhEJK7fQIxDQ6zmgl8EELm25DEbumxA2.html
Sir, can pleasure demonstrate how prevent some users to use ssh in windows server. I tried to use DenyUsers, AllowUsers but it not works. Thank you so much.
How can I solve the following issue on widows 10? Warning: Permanently added '127.0.0.1' (ECDSA) to the list of known hosts. Connection reset by 127.0.0.1 port 22
Thank you for awesome video, what if I were to run a bash script (.sh) on server after connecting with SSH? At the moment I run it on Bash Terminal. want to run it thru terminal
Sorry for the late replay, you can't run bash / sh script direcly inside windows, you need to install subsystem for it first like Ubuntu or somthing like that, if you run on Windows Server 2019 i got this video ua-cam.com/video/kUl0_RvxG90/v-deo.html you can se how to install a subsystem, and then you can login by using SSH for windows server 2019 and execute your bash script if you are going into the subsystem first. But why not save your self all the pain, translate your bash script into a powershell then you can run it on your Windows 2016 server, i will recommend you to translate it :)
good video, can you please let us know I want to change the path, after installation it use users home directory I want to change to another directory.
Thanks for this guide! :) Just one Question, couldn't find anything on this: how could I set up ssh users for accessing only one specific Folder and not the entire Directory system?
Thanks for you comment. On linux you bind the folder to the single user, its nothing to do with the ssh login, ssh its just a protocol there allow you to connect remotely like RDP :) So i think you need to lock the folder for the single user so the user only have access to home folder
@@DataCraftBackbone yes, i have already try it several time, but can't get notif granting seAssignPrimaryTokenPrivilage to NTSERVICE\SSHD SUCCESSFULL when i execute .\install-sshd.ps1 in poweshell I have already download n apply 2 version of installer v8.0.0 and v7.9.0 also did'nt succeed 😭
@@DataCraftBackbone I need to connect to various Linux VMS using SSH with powershell. We use private and public keys to authenticate. The server's do not use port 22. They use various ports assigned by security as gateway ports.
Thanks for you comment, and happy you like it, :) in 2019 the SCP is build in like SSH is, on 2016 i think you need to install SCP at your self, you can take a look here serverfault.com/questions/10468/ssh-scp-server-on-windows i have not tested it, but maby its help you.
awesome but did not work for me i need a password to connect and i don't have password setup for the computer, even i tried to create one but it seems it need some other password
your login shut be as defualt "administrator" and then the administrator password you pick to the server, if you create a new user on the server then you need to use this password if its not working i think not its a openssh problem, but somthing on your server you need to look at, d. 15 and 17 June i will published 2 new videos about OpenSSH for Windows 2019, try to watch this video's it will work for Windows Server 2016 to.
I would like to thank you for this tutorial..I am facing one issue..I installed latest OpenSSH server inside windows server2016 and when I am trying to connect from Windows client machine in command prompt: "ssh Administrator@server_ipaddress",it is showing "Connection reset by server_ip port22"....please help me to troubleshoot this issue...Thank you
Himanshu Saini you need to set a password for your Windows user to work with ssh Else its Will not working, if you dont have password you need to create one :)
This was my 4th resource and your instructions were very clear and concise. Thank you!
Thanks so much for you feedback, so happy you like it.
It worked perfectly on Windows Server 2012 (following the same steps). Thank you
Thanks for feedback, happy its working on Windows Server 2012 to :)
It help me on Windows server 2022 too. thank you so much!
You welcome :) happy it’s working
Just subbed, thanks Ive been trying to figure this out for a couple days..... You are the man
Thanks for you subscribe, and thanks for you like my video and thanks for you feedback.
Thanks for the video. It saved me time in not needing to figure this all out myself
You welcom, happy its help :) thanks for you feedback
Thanks for this....
It really helped me... In completing the project on time....
Excellent tutorial. Thank you so much this was so helpful.
Excellent tutorial you saved me some time. Thanks!
Thank you so much, it worked exactly as you explained :)
Thanks for your comment, you welcom
unable to negotiate with ip port 22: no matching host key found ---this error getting please suggest
Excellent work, very clear and easy to understand. Thanks
This tutorial was definitely very helpful. thanks so much
Instruction were amazing. Got it done in a snap.
Thanks for feedback, good to know was easy :)
Excellent.
Worked perfectly.
Thanks you find it useful, and thanks for you comment
Thank you great now successfully ssh and scp
when i try to connect, it says: Permission denided (publickey,keyboard-nteractive).
Thank you so much, it works.
You welcom, thanks for you comment
Do you have any video installing the same setup on windows server 2008 R2 ?
thanks for your help, i installed ssh client in win server 2012 with these steps, greetings from Mexico friend
Can't thank you enough. I was struggling to set this up.
Thank you so much that was reaaaaaly helpful
Very happy to know its helpful, thanks for your comment
nice this is what i was looking for
Thanks for you feedback, happy you found what you search :)
Simple and Precise :-)
Thanks for you comment
thank u. it was helpful video
Thanks... a real life saver !
Thanks for feedback, and happy you like it :)
Thanks for this guide! Saved my day.
Nice Job
Would be cool to show how to use key files
How to restrict user to only a particular folder?
Any comment on the security of this setup, or possible improvements?
Thanks for this , very helpful
Thanks for you feedback, happy you found it useful :)
Helped me alot .. Thanks for the video
Happy to help you, thanks for feedback
When I try to start the service I get a 1067 error... (Win Server 2016)
First thanks for you comment, what i can find about the error 1067 you are speaking about, its look like you have doing something wrong with the services, the error is coming when its failed to start the services, be sure link to the right path.
Brilliant - Very good tutorial
Thanks for you comment and feedback.
hello, error shell request failed on channel 0???'
I would like to have a video regarding how we connect using Private/Public Key in Windows Server 2016. That would be great if you could make that video
Thanks for you comment and feedback, what did you mean? how you can allow multi users to connect whitout password to the server our?
@@DataCraftBackbone hi, i want to know how can i configurate use only one user? because in my case any users can inside my server with openssh
@@NALLELYlINdA1 Thanks for your question, i have created 2 new video's there will be public d. 15 and 17 June 2020, its for Windows Server 2019, but its shut be same way on Windows Server 2016, you can find the playlist about it here ua-cam.com/play/PLLhEJK7fQIxDQ6zmgl8EELm25DEbumxA2.html
I need help learning to use OpenSSH to connect to Linux VMs with port forwarding.
Thanks for your comment, what your mean? Then i Will try to help you :)
What VM provider are you using? And witch Linux disto?
Very helpful. Thank you!
Thanks for your feedback :)
Sir, can pleasure demonstrate how prevent some users to use ssh in windows server. I tried to use DenyUsers, AllowUsers but it not works.
Thank you so much.
just perfect dude. Respect
How can I solve the following issue on widows 10?
Warning: Permanently added '127.0.0.1' (ECDSA) to the list of known hosts.
Connection reset by 127.0.0.1 port 22
How can get host name windows 10??
Thanks for the video
Thank you for awesome video, what if I were to run a bash script (.sh) on server after connecting with SSH? At the moment I run it on Bash Terminal. want to run it thru terminal
Sorry for the late replay, you can't run bash / sh script direcly inside windows, you need to install subsystem for it first like Ubuntu or somthing like that, if you run on Windows Server 2019 i got this video ua-cam.com/video/kUl0_RvxG90/v-deo.html you can se how to install a subsystem, and then you can login by using SSH for windows server 2019 and execute your bash script if you are going into the subsystem first.
But why not save your self all the pain, translate your bash script into a powershell then you can run it on your Windows 2016 server, i will recommend you to translate it :)
YES! I Agree with everyone's comment. Thank you! @pnk
good video, can you please let us know I want to change the path, after installation it use users home directory I want to change to another directory.
Thanks for this guide! :)
Just one Question, couldn't find anything on this: how could I set up ssh users for accessing only one specific Folder and not the entire Directory system?
Thanks for you comment.
On linux you bind the folder to the single user, its nothing to do with the ssh login, ssh its just a protocol there allow you to connect remotely like RDP :)
So i think you need to lock the folder for the single user so the user only have access to home folder
Very good video it helped me a lot, thank you!
Thank you Sir its work
i don't know my key who is for my ssh
Hi, I have running it in windows 2016, but sshd service didn't appeared. Is there any clue?
Thanks for you comment, the services shut ofc appeared, if not can you pls try to do all the steps one more time?
@@DataCraftBackbone yes, i have already try it several time, but can't get notif granting seAssignPrimaryTokenPrivilage to NTSERVICE\SSHD SUCCESSFULL when i execute .\install-sshd.ps1 in poweshell
I have already download n apply 2 version of installer v8.0.0 and v7.9.0 also did'nt succeed 😭
Great, thanks!
Your welcom :)
Thanks, very useful
You welcom, :)
@@DataCraftBackbone I need to connect to various Linux VMS using SSH with powershell. We use private and public keys to authenticate. The server's do not use port 22. They use various ports assigned by security as gateway ports.
great!, its help!
Happy its help you, and thanks for comment
Thanks for this video, I have question on SCP how do I get that running?
Thanks for you comment, and happy you like it, :) in 2019 the SCP is build in like SSH is, on 2016 i think you need to install SCP at your self, you can take a look here serverfault.com/questions/10468/ssh-scp-server-on-windows i have not tested it, but maby its help you.
Pretty great that they changed the github repo and now this tutorial doesnt make any sense. Woooo 10/10 programming
Thanks for your feedback, What you mean about there have changed the repo?
hahah true!
amazing
my issue was solved
Super
Still useful today
Thanks for feedback, yes 2016 servers still running out there, :)
Thanks
yes clear one
You welcom! :)
awesome but did not work for me i need a password to connect and i don't have password setup for the computer, even i tried to create one but it seems it need some other password
your login shut be as defualt "administrator" and then the administrator password you pick to the server, if you create a new user on the server then you need to use this password
if its not working i think not its a openssh problem, but somthing on your server you need to look at, d. 15 and 17 June i will published 2 new videos about OpenSSH for Windows 2019, try to watch this video's it will work for Windows Server 2016 to.
I would like to thank you for this tutorial..I am facing one issue..I installed latest OpenSSH server inside windows server2016 and when I am trying to connect from Windows client machine in command prompt: "ssh Administrator@server_ipaddress",it is showing "Connection reset by server_ip port22"....please help me to troubleshoot this issue...Thank you
perhaps you forgot to add firewall rules ?
thanks!
Ssh vm3@ip password : gives permission denied ...I actually gave the vm3 password used for authentication shohld I use any other password
Its hard to say what you do wrong, the login user and password is the same there are used to login to Windows as normal :)
Plz can anyone tell me where to get this ssh password
Himanshu Saini you ssh password are bind to you Windows user you login with
@@DataCraftBackbone I have not setup login password sirr
@@DataCraftBackbone sir plz help me
@@DataCraftBackbone they are encrypted
Himanshu Saini you need to set a password for your Windows user to work with ssh Else its Will not working, if you dont have password you need to create one :)
Thanks