Ever wondered how to view log files in real time without downloading them? I recently needed it, as I was tired of downloading the log files from t...
For further actions, you may consider blocking this person and/or reporting abuse
For using key to remote connection,
"log-tail.remote": {
"host": "remote-server",
"port": 22,
"username": "admin",
"privateKeyPath": "/Users/XXX/keys/keytouse.pem"
},
I use tail -f on the log.
usually ssh works to connect to it and watch.
nice plugin.
I am using username & keyfile [ppk] to connect remote server [sftp] in windows. And the key file is available at C:\mykeyfolder\my.ppk. Please provide configuration for keyfile.
Unfortunately the plugin does not provide a option for this as of now. I will suggest you to check the plugin source code and see if you can modify it as per your need.
Thanks for bringing this extension to my attention. Is there a way to specify multiple remote servers?
Yes, Instead of using the user setting you can add project level settings.json file and can listen to two servers in two vscode windows.