Skip to content
Snippets Groups Projects
Commit a1336065 authored by jorge.leitemac's avatar jorge.leitemac :juggling_tone5:
Browse files

fix client

parent ae3d86aa
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 1 deletion
......@@ -43,7 +43,7 @@ def main():
username = input('Veuillez entrer le nom d\'utilisateur : ')
# key = paramiko.RSAKey.from_private_key_file('ssh-keys/test')
# Variables pour la clé publique
public_key_file = config['keys']['pubkey']
public_key_file = config['keys']['pubkey_python']
# Lire la clé publique au format OpenSSH
with open(public_key_file, 'rb') as key_file:
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment