K
K
kaw19942021-07-12 16:01:26
SSH
kaw1994, 2021-07-12 16:01:26

With what help to organize the server of the centralized access?

There are a lot of irons. Some only support ssh, some only telnet, some only http.
In my head it looks like this:
Client => some piece of hardware that has access to web/telnet/ssh => web/telnet/ssh itself

There are a few more questions:
1) Is it possible to secure http? (Exactly http, because https is not supported by the switch)
2) Is it possible to secure telnet?
3) How to organize a central access server?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dmitry Shitskov, 2021-07-12
@kaw1994

There is such a product - Hashicorp Boundary .
Acts as a proxy for connections. Theoretically, it can authorize a connection over any TCP protocol.
To work, it will require you to use your client to establish connections and perform user authorization.

C
ComodoHacker, 2021-07-12
@ComodoHacker

You can only secure HTTP and Telnet by securing the channel. For example, using VLAN.

A
Armenian Radio, 2021-07-12
@gbg

The management is pushed into a separate VLAN, then a server is installed (usually on Linux), from which the management (and up to the heap and monitoring) of all junk is already taking place.
Moreover, even if the hardware supports HTTPS, you should not expose the control port to the Internet, due to
- backdoors of the hardware manufacturer
- holes in the admin
panel - lack of adequate protection against password brute force.

A
Alexander Karabanov, 2021-07-12
@karabanov

1) Is it possible to secure http? (Exactly http, because https is not supported by the switch)

Yes.
2) Is it possible to secure telnet?

Yes.
3) How to organize a central access server?

Server on GNU/Linux as Jump host (actually, as you describe in the question Client => some piece of hardware that has access to web/telnet/ssh => web/telnet/ssh itself ) and some SSH.
Food for Thought:
The Magic of SSH
A Reminder for ssh Users
PS
Maybe you'll need tinc somehow
Or trendy WireGuard

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question