Closed josepee closed 2 months ago
What the comment means is that we want to user to have already logged into the machine, otherwise we error out. This is necessary since we can't handle the confirmation prompt within labgrid and want the code to return an error in this case.
ok so i have to connect once by hand to the ssh server and then i can use it freely
Yes, this is the idea.
ok thank you :pray:
Hi again,
looking into the code of labgrid/util/ssh.py, in _start_own_master, in the ssh otpion arguments, i see this:
is it a typo and you meant no ? Or just meant that there shouldn't be a prompt to fill in but the key should be known ?