Created
October 10, 2013 15:58
Obtain and output (stdout) via the ssh daemon (sshd) the contents of the desired file - not explicitly a log file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh username@hostname "tail -f /var/www/fbi.gov/logs/classifiedAccess.log" | tee /loacl/storage/path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment