slub / ocrd_controller

Path to network implementation of OCR-D
MIT License
6 stars 3 forks source link

Naming convention: Change ssh user name to ocrd-controller or something similar #2

Closed markusweigelt closed 2 years ago

markusweigelt commented 2 years ago

On the cli it is difficult to see if you are directly in manager or controller. Suggest to postfix default ssh names.

image

bertsky commented 2 years ago

That seems like a pretty bad reason for changing the user name.

If all you want is to better see which server you are on in the interactive context, consider giving your services networks human-readable names in docker-compose.yml. (Perhaps some further steps are necessary for the login prompt to show them, like setting HOSTNAME envvar or adding to /etc/hosts...)