crest-cassia / oacis_docker

Dockerfile for OACIS
5 stars 3 forks source link

stop mounting .ssh/config #93

Closed yohm closed 3 weeks ago

yohm commented 3 weeks ago

Stop sharing the config file.

Reason

Container and host OS often have different versions of SSH. It is hard to share the settings on these environments. Furthermore, it is not easy to edit the config file from the host OS once it is mounted to the container.

To connect to the remote host, users need to edit the config file on the container by themselves. Although it is tedious, we can avoid complexities.