Automation in the context of multifactor authentication/fr: Difference between revisions

Jump to navigation Jump to search
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 :"
(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>


<div lang="en" dir="ltr" class="mw-content-ltr">
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&nbsp;:
If you are using the [https://www.paramiko.org/index.html Paramiko Python module] to automate your workflow, this is how you can make it work with the automation nodes:
<source lang=python>
# ====================================================================================================
#! /usr/bin/env python3
# ====================================================================================================
import os
import paramiko
# ====================================================================================================
</div>


key = paramiko.Ed25519Key.from_private_key_file("/home/username/.ssh/cc_allowed")
key = paramiko.Ed25519Key.from_private_key_file("/home/username/.ssh/cc_allowed")
rsnt_translations
56,430

edits

Navigation menu