You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the switch from SSH-over-Tor to SSH-over-LAN, the install playbook deletes *-ssh-aths files from the local Admin Workstation. If v3 is enabled, there are *-ssh.auth_private files that should also be deleted.
Steps to Reproduce
On 1.0.0-rc2 prod VMs or hardware:
install with v3 enabled
run ./securedrop-admin sdconfig to disable ssh-over-tor
run ./securedrop-admin install
Expected Behavior
*ssh-aths and *ssh.auth_private files are deleted as part of switch
Actual Behavior
*ssh.auth_private files are not deleted.
The text was updated successfully, but these errors were encountered:
Description
As part of the switch from SSH-over-Tor to SSH-over-LAN, the install playbook deletes
*-ssh-aths
files from the local Admin Workstation. If v3 is enabled, there are*-ssh.auth_private
files that should also be deleted.Steps to Reproduce
On 1.0.0-rc2 prod VMs or hardware:
./securedrop-admin sdconfig
to disable ssh-over-tor./securedrop-admin install
Expected Behavior
*ssh-aths
and*ssh.auth_private
files are deleted as part of switchActual Behavior
*ssh.auth_private
files are not deleted.The text was updated successfully, but these errors were encountered: