I'm looking into making a temporary Telnet server so I can remotely test network connectivity and data transmission integrity. I don't have the authority to install the telnet server Windows Feature.
Asked
Active
Viewed 1,741 times
-1
-
what's the purpose of this? which command are you planning to enter? – Alex G Oct 20 '12 at 23:53
-
Why not use `winrs` or `New-PSSession` instead? – jscott Oct 21 '12 at 00:57
3 Answers
8
Don't make a telnet server.
Install OpenSSH and you'll have a secure version of telnet which you can use to run remote commands - all without having to write a single line of code.
Jay
- 6,439
- 24
- 34
-
-
-
-
2... and if it wasn't clear, Telnet is insecure and isn't recommended for production use by any sane administrator, and hasn't been recommended for a long time. – David W Oct 20 '12 at 23:27
1
Check out this thread of mine, titled How can I connect to a Windows server using a Command Line Interface?
, which might be helpful in accomplishing what you're really trying to do.
HopelessN00b
- 53,385
- 32
- 133
- 208
-
This is good, and includes various options. An ssh server is good if you are coming remotely from a Linux machine; but using PSExec or native Windows tools may be best if you are coming remotely from another Windows machine. – Lars Rohrbach Oct 21 '12 at 00:27
0
Here are steps from Microsoft, to achieve your goal.
HopelessN00b
- 53,385
- 32
- 133
- 208
Alex G
- 207
- 1
- 2
- 14
-
Really should come with a disclaimer not to actually do this, though. – HopelessN00b Oct 21 '12 at 00:47
-
@HopelessN00b: OP should have think about this, before starting this bad idea. What to lose here? =)) – Alex G Oct 21 '12 at 00:49
-
1I've got no problem with telling someone how to shoot their foot off, but as a sysadmin, a big part of the job is at least forewarning the person in question that they're about to blow their foot off. A lot of them pull the trigger anyway, and when they do, it's not your fault, so long as you warned them in advance. – HopelessN00b Oct 21 '12 at 00:58
-
-
I've enabled it, now what command do I use to start it up? Yes, I know Telnet is risky business as it's not encrypted. It's more of a test than anything. – Piccolo Oct 21 '12 at 01:06
-
-
-
@Radio, Microsoft especially. They periodically move things around, causing untold numbers of dead links. – John Gardeniers Oct 24 '12 at 09:15
-
@JohnGardeniers: I saw they practice a lot of rewrites when they remove link. Plus they realize - they did bad job by causing dead links. Much better lately. =) – Alex G Oct 24 '12 at 09:17