Subject of the issue
I'm trying to setup tensorhive on a system and get the following error upon running tensorhive test (I've masked the hostname by a dummy name)
CRITICAL | 2024-05-03 23:53:08 | MainThread | MSG: [✘] hostname.univ.edu FAILED (exit code: None, exception: AuthenticationException) | FROM: tensorhive.core.managers.SSHConnectionManager
Your environment
List relevant info:
- OS: Ubuntu 20.04, Python 3.6
- TensorHive version (built from master)
- Versions of installed dependencies
- Essential hardware specs (GPU model)
Steps to reproduce
I have created a user named tensorhive in the node. I can SSH into it from my laptop and from the node itself without password (by copying the SSH public key). The node is accessible by user@hostname.univ.edu. However, when I run tensorhive test, I get this error.
My hosts_config.ini looks like this
[hostname.univ.edu]
user = user
port = 22
tensorhive init
tensorhive test
Expected behaviour
App should launch without errors
Actual behaviour
INFO | 2024-05-04 00:11:26 | MainThread | MSG: [⚙] Testing SSH connections using key: ~/.config/TensorHive/ssh_key | FROM: tensorhive.core.managers.SSHConnectionManager
CRITICAL | 2024-05-04 00:11:26 | MainThread | MSG: [✘] hostname.univ.edu FAILED (exit code: None, exception: AuthenticationException) | FROM: tensorhive.core.managers.SSHConnectionManager
INFO | 2024-05-04 00:11:26 | MainThread | MSG: Summary: 1/1 failed to connect. | FROM: tensorhive.core.managers.SSHConnectionManager
INFO | 2024-05-04 00:11:26 | MainThread | MSG: [⚙] Testing SSH connections using default system keys | FROM: tensorhive.core.managers.SSHConnectionManager
CRITICAL | 2024-05-04 00:11:26 | MainThread | MSG: [✘] hostname.univ.edu FAILED (exit code: None, exception: AuthenticationException) | FROM: tensorhive.core.managers.SSHConnectionManager
INFO | 2024-05-04 00:11:26 | MainThread | MSG: Summary: 1/1 failed to connect. | FROM: tensorhive.core.managers.SSHConnectionManager
Subject of the issue
I'm trying to setup tensorhive on a system and get the following error upon running
tensorhive test(I've masked the hostname by a dummy name)Your environment
List relevant info:
Steps to reproduce
I have created a user named
tensorhivein the node. I can SSH into it from my laptop and from the node itself without password (by copying the SSH public key). The node is accessible byuser@hostname.univ.edu. However, when I runtensorhive test, I get this error.My
hosts_config.inilooks like thisExpected behaviour
App should launch without errors
Actual behaviour