Last active
July 4, 2025 06:31
-
-
Save timb-machine/3d2adc4b4d604c70cfdc4d7e90ad828c to your computer and use it in GitHub Desktop.
Remote tar :(
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
$ tar --version | |
tar (GNU tar) 1.34 | |
Copyright © 2021 Free Software Foundation, Inc. | |
Licence GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. | |
Written by John Gilmore and Jay Fenlason. | |
$ tar ztvf file\:M.m.p.tar.gz | |
The authenticity of host 'file (192.168.67.59)' can't be established. | |
ED25519 key fingerprint is SHA256:XVUGmeP2f/uAEHtTziH7/9C4LbpU9byFPZDDlh5jirg. | |
This host key is known by the following other names/addresses: | |
~/.ssh/known_hosts:1: [hashed name] | |
~/.ssh/known_hosts:2: [hashed name] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment