0

I need to be able to provide the putty app via Citrix. The issue is the terminal server is on the prod network which can reach all of our other networks. This would therefore allow a user to putty to any machine they wanted. I'd like to have the putty app launch and go to one specific IP/host that is 'hard-coded' somewhere in the putty configuration. Is this even possible with putty?

Thanks in advance for any guidance that can be provided.

jargo
  • 1
  • Putty can also open SSH tunnels etc. You sure could the source and compile a hard coded versionen. – NiKiZe Dec 07 '21 at 19:55

1 Answers1

1

Configure the firewall on the terminal server to only allow outgoing SSH connections to the allowed target. Disable SSH tunneling on the target SSH server.

Gerald Schneider
  • 23,274
  • 8
  • 57
  • 89