rsnt_translations
56,430
edits
(Updating to match new version of source page) |
No edit summary |
||
Line 134: | Line 134: | ||
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 : | 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 : | ||
<source lang=python> | |||
# ==================================================================================================== | |||
#! /usr/bin/env python3 | |||
# ==================================================================================================== | |||
import os | |||
import paramiko | |||
# ==================================================================================================== | |||
key = paramiko.Ed25519Key.from_private_key_file("/home/username/.ssh/cc_allowed") | key = paramiko.Ed25519Key.from_private_key_file("/home/username/.ssh/cc_allowed") |