We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32b529 commit c762139Copy full SHA for c762139
src/sagemaker/modules/train/container_drivers/mpi_utils.py
@@ -77,6 +77,7 @@ def start_sshd_daemon():
77
78
class CustomHostKeyPolicy(paramiko.client.MissingHostKeyPolicy):
79
"""Class to handle host key policy for SageMaker distributed training SSH connections.
80
+
81
Example:
82
>>> client = paramiko.SSHClient()
83
>>> client.set_missing_host_key_policy(CustomHostKeyPolicy())
0 commit comments