Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to tail remote log file? #1

Closed
reddysainathn opened this issue Dec 20, 2018 · 4 comments
Closed

How to tail remote log file? #1

reddysainathn opened this issue Dec 20, 2018 · 4 comments

Comments

@reddysainathn
Copy link

How do I setup ssh to tail a remote log file?

@reddysainathn reddysainathn changed the title How to SSH? How to tail remote log file? Dec 20, 2018
@pschweitz
Copy link
Owner

Hi,

There are several ways of configuration.

Please refer to the page 6 of the user manual for SSH:
https://github.com/pschweitz/insidelog/blob/master/UserManual.pdf

Otherwise to tail remote files located on a Windows server I recommend to open a read only shared drive, then to tail them like local files.

Thanks for using in'side log

@reddysainathn
Copy link
Author

reddysainathn commented Jan 3, 2019

Is this the right way of ssh string at right place? I tried multiple ways, did not go thru. Can you help me with this....

ssh://<userName>@<hostname>:/<path>

image

@pschweitz
Copy link
Owner

Yes it is like the connection string you provided.

Please make sure the server is running an ssh server (sshd), and accepting login with the user you want to (root is not authorized by default on many distributions).

Finally check on the server side, the log files of the ssh server to identify a potential issue.
Thanks.

@reddysainathn
Copy link
Author

This Helped me. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants