Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6073033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:13:34+00:00 2026-05-23T10:13:34+00:00

Scenario: I can watch logs on the remote Unix machine using ssh and tail

  • 0

Scenario:
I can watch logs on the remote Unix machine using ssh and tail but I cannot install software. I want to use something like multitail or other log viewer which is not available on the remote machine to watch the log files. Of course, if I could find a way to create live local copies of the logs as they are being written, I can use what ever software I want on the local machine.

Question:
Would it be possible to do something like re-direct the output of the ssh client to a file for this purpose or is there another way to accomplish this goal?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:13:35+00:00Added an answer on May 23, 2026 at 10:13 am

    Yes, you can do this by using netcat. Note that if you do not incorporate it into the chain, the log file will be sent over the network unencrypted, which can be a security risk for some log files.

    The idea is that you use netcat, which basically works like a pipe over the network.

    1. On the machine that holds the log file, do:

    tail -f <logfile> | nc -l -p <port-number>
    

    2. On the machine that wants to further process the file, do:

    nc <first machine> <port-number> | <your file processor, e.g. multitail>
    

    Or you can also write to a file on the target machine with ‘>’ and then use multitail on that file.
    The port number is to be chosen by you, a 16bit number larger than 1024.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been spoiled by the SqlDataSource, but I'm in a scenario where I can't
Using an ORM approach in applications can often lead to the scenario where you
Server side we can authenticate the user but I want security of data when
Can anyone give me a scenario where they think busy cursors are justified? I
Can a firefox XPCOM component read and write page content across multiple pages? Scenario:
I'll try to explain my scenario as best i can; At each application tick
The scenario is this. A web page contains: some DIVs whose visibility can be
.Net Compact Framework Scenario: User is on a screen. Device can't finds a printer
Scenario I've created a windows service, but whenever I start it, it stops immediately.
Here is my scenario: I'm using nhibernate, openning and closing the session in an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.