On a server we have a script running some PuTTY PSCP:
pscp -v -sftp target-host:/some-path/* some-local-path
target-host
is neither an IP nor and hostname like some.server.com
but a single word, like an alias.
I've looked into the Windows hosts
file in C:\Windows\System32\drivers\etc\
but there is no alias defined.
I've checked into the Windows registry under HKEY_CURRENT_USER\Software\SimonTatham
but there is no session defined.
I've even run a full search for the name in the registry.
I've also looked for the name in all the files of the directory just in case there was some local configuration file.
But I was not able to find it.
Any idea where it could be defined?