http://oi45tmbel5syg4uet4t2fg6ipfu22ewfb4dfgpeckarn3qtv3pwq.b32.i2p/tips.html
For example, if you use OpenSSH's sftp to connect to the chest via a local tunnel at port 5022, disable public-key authentication like this: sftp -v -P 5022 -o PubkeyAuthentication=no
[email protected] It is possible to set per-host options in your SSH configuration file , but it doesn't support matching on port
number, so it isn't practical for services tunneled to localhost. As for why I don't include this option in my connection scroll, the reason is that my server's set up not to...