on brand new usbrecovery flashed devices with 21.05, i'm constantly getting an authentication error when it tries to run the single command to enable ssh.
i've tried "root" as the user as well
..
vshell = pfsense_vshell.PFClient("192.168.1.1", username="admin", password="pfsense", verify=False) vshell.run_command('pfSsh.php playback enablesshd')
Does this occur due to a python issue or a hardware networking issue? just curious if anyone else has this problem.