dudash / openshift-wetty-client

Containerized OpenShift CLI tools accessible via your favorite web browser
Apache License 2.0
3 stars 8 forks source link

Fix this image so that it can run as any random numerical UID and not as root #1

Open dudash opened 6 years ago

dudash commented 6 years ago

rather not add anyuid SCC to system:authenticated

dudash commented 5 years ago

https://www.npmjs.com/package/wetty.js

DETAILS: Open your browser on http://yourserver:3000/wetty and you will prompted to login. Or go to http://yourserver:3000/wetty/ssh/ to specify the user before hand.

If you run it as root it will launch /bin/login (where you can specify the user name), else it will launch ssh and connect by default to localhost.

If instead you wish to connect to a remote host you can specify the --sshhost option, the SSH port using the --sshport option and the SSH user using the --sshuser option.