Come faccio a sapere se Putty è già a conoscenza e ha le credenziali memorizzate nella cache per specifici server SSH?
Un altro modo di porre questa domanda è qual è l'equivalente Windows / Putty di un file unix / ssh known_hosts?
Come faccio a sapere se Putty è già a conoscenza e ha le credenziali memorizzate nella cache per specifici server SSH?
Un altro modo di porre questa domanda è qual è l'equivalente Windows / Putty di un file unix / ssh known_hosts?
Risposte:
Negozi Putty noti host sotto una chiave di registro: HKEY_CURRENT_USER\SoftWare\SimonTatham\PuTTY\SshHostKeys
.
Quindi in windows known_hosts per PuTTY è SshHostKeys.
che è memorizzato nella HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys
posizione. Per raggiungere quella posizione, Registry Editor
dovrebbe essere usato.
regedit
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys
location - locationSshHostKeys
file usando questo comando REG QUERY HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys
in PowerShellE quindi la cache verrà cancellata. Sarà di nuovo tutto nuovo per quella particolare voce