From cb0f35f9bb7a99d988182ada54176a3b6bb2ca59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Ro=C5=9Bciszewski?= Date: Wed, 27 Nov 2019 19:17:43 +0100 Subject: [PATCH] fix flake8 errors --- tensorhive/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorhive/cli.py b/tensorhive/cli.py index 14112193..6dc16f3c 100644 --- a/tensorhive/cli.py +++ b/tensorhive/cli.py @@ -189,10 +189,10 @@ def key(): info_msg = ''' This is the public key which will be used by TensorHive to reach your configured nodes via SSH, - and allow for running remote tasks. + and allow for running remote tasks. Make sure that all nodes you've defined in ~/.config/TensorHive/hosts_config.ini know that key: just copy and paste it into ~/.ssh/authorized_keys on each target node. - + ''' authorized_keys_entry = 'ssh-rsa {pub_key} {username}@{hostname}'.format( pub_key=public_key,