Forum Discussion
Demeter_Luo_168
Nimbostratus
Nov 04, 2015SSH Proxy problem
Hi Friends
My environment is as follow:
Before:
telnet client ----》 aduit device ----》 telnet server
Change to:
ssh client ---》 F5 BIGIP(ssh proxy) ---->> aduit device ---->> telnet server
...
Scott_Hopkins
Nimbostratus
Nov 04, 2015Telnet and SSH are two drastically different application protocols... SSH uses a non-SSL based encryption scheme to encrypt traffic between the client and the server; telnet is basically a raw socket.
It would be possible to use something like stunnel on the client, then routing your telnet client through that, but that's still not as good as SSH.
Client Machine | BigIP Device | Audit Device | Server
----------------------------+--------------------------------------+-------------------+------------------
telnet client --> stunnel --|--> BigIP SSL/TLS virtual (offload) --|--> audit device --|--> telnet server
I'd personally recommend something like SSH, paired with auditd on the server side: http://whmcr.com/2011/10/14/auditd-logging-all-commands/
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects