ssh port forwarding / security risk
- by jcooper
Hi there,
I want to access a web application running on a web server behind my office firewall from an external machine.
We have a bastion host running sshd that is accessible from the Internet.
I want to know if this solution is a bad idea:
Create an account on the bastion host with shell=/bin/false and no password ('testuser')
Create a ssh…