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
Describe the bug
When using ./add-scanner.sh to create a remote scanner on the host, I get the error "./add-scanner.sh: line 12: /data/scanner-ssh-keys/authorized_keys: No such file or directory".
To Reproduce
Steps to reproduce the behavior:
run command "docker exec -it gvm ./add-scanner.sh
Input scanner Name
Input scanner ID
Input scanner Public Key
See Error.
Expected behavior
The scanner is added, but I am getting the below on the remote scanner I presume because the key isn't being saved and therefore isn't an authorized key:
Describe the bug
When using ./add-scanner.sh to create a remote scanner on the host, I get the error "./add-scanner.sh: line 12: /data/scanner-ssh-keys/authorized_keys: No such file or directory".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The scanner is added, but I am getting the below on the remote scanner I presume because the key isn't being saved and therefore isn't an authorized key:
On the remote scanner:
==> /usr/local/var/log/gvm/ssh-connection.log <==
Permission denied, please try again.
Permission denied, please try again.
gvm@192.168.x.x: Permission denied (publickey,password).
Host Device:
Additional context
Command used to add remote scanner:
docker run --detach --volume scanner:/data --env MASTER_ADDRESS=192.168.[removed].[removed] --env MASTER_PORT=22 --name scanner securecompliance/openvas
8f1ef9729a338983b2858a288b65ac23c5354c32aab2269789742d57bc016ade
The text was updated successfully, but these errors were encountered: