rsnt_translations
56,430
edits
(Created page with "# If the host is not known, it is OK. ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())") |
(Created page with "Si votre flux de travail est automatisé avec le [https://www.paramiko.org/index.html module Paramiko de Python], voici comment le faire fonctionner avec un nœud d'automatisation :") |
||
Line 155: | Line 155: | ||
</div> | </div> | ||
Si votre flux de travail est automatisé avec le [https://www.paramiko.org/index.html module Paramiko de Python], voici comment le faire fonctionner avec un nœud d'automatisation : | |||
key = paramiko.Ed25519Key.from_private_key_file("/home/username/.ssh/cc_allowed") | key = paramiko.Ed25519Key.from_private_key_file("/home/username/.ssh/cc_allowed") |