lirmm / waves-core

WAVES is a reusable web application dedicated to bioinformatic tool integration

Home Page:https://waves-core.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service asking password when ssh key provided

vincent-lefort opened this issue · comments

When creating a service associated to a 'ssh cluster' computing infrastructure which was created with a public key for authentication, WAVES asks for a password. This is the intended behaviour for a computing infrastructure with an authentication procedure using login / password. When using a public key, WAVES should not ask for a password.

Well it depends on the public key, whether or not it's password protected. Some tests were made with a public key without pass, and did pass. But the field could be 'optional'.