SSH SCP - Need Pointers for "server" on Windows
-
@scottalanmiller said in SSH SCP - Need Pointers for "server" on Windows:
@phlipelder said in SSH SCP - Need Pointers for "server" on Windows:
I'm looking for something to serve that file that I can run on a Win10 machine. My search foo is failing probably due to not having the right search terms.
Nothing needed, Windows 10 does that natively.
Really? WTF are you on today?
-
@phlipelder said in SSH SCP - Need Pointers for "server" on Windows:
@scottalanmiller said in SSH SCP - Need Pointers for "server" on Windows:
@phlipelder said in SSH SCP - Need Pointers for "server" on Windows:
I'm looking for something to serve that file that I can run on a Win10 machine. My search foo is failing probably due to not having the right search terms.
Nothing needed, Windows 10 does that natively.
Scott,
Really? How do I set up a server for the file on Windows 10. This is news to me, but that's not saying much.
It doesn't. Scott cannot read.
-
@scottalanmiller said in SSH SCP - Need Pointers for "server" on Windows:
@phlipelder said in SSH SCP - Need Pointers for "server" on Windows:
I'm looking for something to serve that file that I can run on a Win10 machine. My search foo is failing probably due to not having the right search terms.
Nothing needed, Windows 10 does that natively.
Assuming you are talking about having SSH available natively now, but it is not enabled by default. It is added in a location most people don't even know about.
-
I dont think Win10 has ssh server, just client. If you have Server2016 it will have ssh server available.
-
It's perfect.
-
@momurda said in SSH SCP - Need Pointers for "server" on Windows:
I dont think Win10 has ssh server, just client. If you have Server2016 it will have ssh server available.
Has for a while, we use it all day, every day.
-
@jaredbusch said in SSH SCP - Need Pointers for "server" on Windows:
@scottalanmiller said in SSH SCP - Need Pointers for "server" on Windows:
@phlipelder said in SSH SCP - Need Pointers for "server" on Windows:
I'm looking for something to serve that file that I can run on a Win10 machine. My search foo is failing probably due to not having the right search terms.
Nothing needed, Windows 10 does that natively.
Really? WTF are you on today?
Mine does. We use it constantly. It's how we use SSH to automate Windows 10 PowerShell.
-
@phlipelder said in SSH SCP - Need Pointers for "server" on Windows:
@scottalanmiller said in SSH SCP - Need Pointers for "server" on Windows:
@phlipelder said in SSH SCP - Need Pointers for "server" on Windows:
I'm looking for something to serve that file that I can run on a Win10 machine. My search foo is failing probably due to not having the right search terms.
Nothing needed, Windows 10 does that natively.
Scott,
Really? How do I set up a server for the file on Windows 10. This is news to me, but that's not saying much.
Like this...
https://winaero.com/blog/enable-openssh-server-windows-10/
Very simple, all included. If your version of Windows 10 doesn't have it ready, just grab Microsoft's official package of it that is the one being used in Windows 10, and add it from the Chocolatey repo.
-
@jaredbusch said in SSH SCP - Need Pointers for "server" on Windows:
@scottalanmiller said in SSH SCP - Need Pointers for "server" on Windows:
@phlipelder said in SSH SCP - Need Pointers for "server" on Windows:
I'm looking for something to serve that file that I can run on a Win10 machine. My search foo is failing probably due to not having the right search terms.
Nothing needed, Windows 10 does that natively.
Assuming you are talking about having SSH available natively now, but it is not enabled by default. It is added in a location most people don't even know about.
Included does NOT imply enabled. Windows does this natively, but not by default, exactly as I had said.
-
I went to do this and there was no OpenSSH server.
Then i remember optional features are disabled in WSUS.
I unjoined this pc from domain, then was able to find and install OpenSSH Server for Win10. -
@scottalanmiller said in SSH SCP - Need Pointers for "server" on Windows:
@jaredbusch said in SSH SCP - Need Pointers for "server" on Windows:
@scottalanmiller said in SSH SCP - Need Pointers for "server" on Windows:
@phlipelder said in SSH SCP - Need Pointers for "server" on Windows:
I'm looking for something to serve that file that I can run on a Win10 machine. My search foo is failing probably due to not having the right search terms.
Nothing needed, Windows 10 does that natively.
Really? WTF are you on today?
Mine does. We use it constantly. It's how we use SSH to automate Windows 10 PowerShell.
Suweet! Thanks for that!
-
@phlipelder said in SSH SCP - Need Pointers for "server" on Windows:
@scottalanmiller said in SSH SCP - Need Pointers for "server" on Windows:
@jaredbusch said in SSH SCP - Need Pointers for "server" on Windows:
@scottalanmiller said in SSH SCP - Need Pointers for "server" on Windows:
@phlipelder said in SSH SCP - Need Pointers for "server" on Windows:
I'm looking for something to serve that file that I can run on a Win10 machine. My search foo is failing probably due to not having the right search terms.
Nothing needed, Windows 10 does that natively.
Really? WTF are you on today?
Mine does. We use it constantly. It's how we use SSH to automate Windows 10 PowerShell.
Suweet! Thanks for that!
You bet. We've been SO happy with it. It's allowed us to make Windows so much more efficient by using Linux front ends that contact Windows via SSH. So our users are on Windows only for seconds, and get to do all of their real work on Linux.