comparison Sphinx/source/faq/security.rst @ 517:cb07ce40040f

ssh
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Oct 2020 08:01:51 +0200
parents f22b3743fd3f
children 9ffeed9efaae
comparison
equal deleted inserted replaced
516:416581db306e 517:cb07ce40040f
131 server, Orthanc also acts as a :ref:`DICOM server <dicom-protocol>` 131 server, Orthanc also acts as a :ref:`DICOM server <dicom-protocol>`
132 (more precisely, as a DICOM SCP). 132 (more precisely, as a DICOM SCP).
133 133
134 In general, the DICOM protocol should be disabled if running Orthanc 134 In general, the DICOM protocol should be disabled if running Orthanc
135 on a cloud server, except if you use a VPN (cf. `reference 135 on a cloud server, except if you use a VPN (cf. `reference
136 <https://groups.google.com/d/msg/orthanc-users/yvHexxG3dTY/7s3A7EHVBAAJ>`__). 136 <https://groups.google.com/d/msg/orthanc-users/yvHexxG3dTY/7s3A7EHVBAAJ>`__)
137 Favor HTTPS for transfering medical images across sites (see 137 or a SSH tunnel (cf. `reference
138 above). You can turn off DICOM protocol by setting the configuration 138 <https://www.howtogeek.com/168145/how-to-use-ssh-tunneling/>`). Favor
139 option ``DicomServerEnabled`` to ``false``. 139 HTTPS for transfering medical images across sites (see above). You can
140 turn off DICOM protocol by setting the configuration option
141 ``DicomServerEnabled`` to ``false``.
140 142
141 The DICOM modalities that are known to Orthanc are defined by setting 143 The DICOM modalities that are known to Orthanc are defined by setting
142 the ``DicomModalities`` configuration option. Out-of-the-box, Orthanc 144 the ``DicomModalities`` configuration option. Out-of-the-box, Orthanc
143 accepts C-ECHO and C-STORE commands sent by unknown modalities, but 145 accepts C-ECHO and C-STORE commands sent by unknown modalities, but
144 blocks C-FIND and C-MOVE commands issued by unknown modalities. 146 blocks C-FIND and C-MOVE commands issued by unknown modalities.