Fix SSH failure due to .ssh/config owner (#1005)

* use -F option, success configtest and scan

* add sshConfigPath in config.toml

* Use sshConfigPath in config.toml when using ssh -F

* change -ssh-config to deprecated

* fix typo

* add sshConfigPath in tomltemplate
This commit is contained in:
Norihiro NAKAOKA
2020-06-16 05:48:31 +09:00
committed by GitHub
parent 996557c667
commit 59c7061d29
6 changed files with 33 additions and 4 deletions

View File

@@ -187,6 +187,7 @@ sqlite3Path = "/path/to/go-exploitdb.sqlite3"
host = "{{$ip}}"
#port = "22"
#user = "root"
#sshConfigPath = "/home/username/.ssh/config"
#keyPath = "/home/username/.ssh/id_rsa"
#scanMode = ["fast", "fast-root", "deep", "offline"]
#type = "pseudo"