How do I display an image in SSH terminal? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Lookit does not produce a PNG file that is able to be used by all image viewing applicationsHow to access a machine through VNC using SSH?Create folders in remote server after ssh login using commandsHow to set up remote desktop sharing through SSH?Remote Ubuntu 12.04 desktop cannot display X on local laptopHow to invert colors in multiple images using Gimp in terminal?is it possible to access internal hosts from ssh terminal using ssh tunnel from windows directly?How to setup the reverse of ssh -D?How to create multiple ssh keys?Display not clear after setup XFCE
calculator's angle answer for trig ratios that can work in more than 1 quadrant on the unit circle
Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?
Did John Wesley plagiarize Matthew Henry...?
Baking rewards as operations
Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?
One-one communication
Is it OK to use the testing sample to compare algorithms?
In musical terms, what properties are varied by the human voice to produce different words / syllables?
How to ask rejected full-time candidates to apply to teach individual courses?
How to name indistinguishable henchmen in a screenplay?
How could a hydrazine and N2O4 cloud (or it's reactants) show up in weather radar?
New Order #6: Easter Egg
Does the universe have a fixed centre of mass?
Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?
Can gravitational waves pass through a black hole?
Are there any irrational/transcendental numbers for which the distribution of decimal digits is not uniform?
What is "Lambda" in Heston's original paper on stochastic volatility models?
Should man-made satellites feature an intelligent inverted "cow catcher"?
Was the pager message from Nick Fury to Captain Marvel unnecessary?
What is a more techy Technical Writer job title that isn't cutesy or confusing?
How do I find my Spellcasting Ability for my D&D character?
Why does BitLocker not use RSA?
What is the music which plays over the closing credits of Fleabag series 2 episode 2?
Problem with display of presentation
How do I display an image in SSH terminal?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Lookit does not produce a PNG file that is able to be used by all image viewing applicationsHow to access a machine through VNC using SSH?Create folders in remote server after ssh login using commandsHow to set up remote desktop sharing through SSH?Remote Ubuntu 12.04 desktop cannot display X on local laptopHow to invert colors in multiple images using Gimp in terminal?is it possible to access internal hosts from ssh terminal using ssh tunnel from windows directly?How to setup the reverse of ssh -D?How to create multiple ssh keys?Display not clear after setup XFCE
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to access/view to a image on a remote Ubuntu server, to which I only have SSH access.
Specifically, it is a black-and-white qr code .png
image, and I want to scan it with my qr code scanner device.
I have tried caca, but the displayed image is not recognized by my scanner.
command-line ssh png
add a comment |
I want to access/view to a image on a remote Ubuntu server, to which I only have SSH access.
Specifically, it is a black-and-white qr code .png
image, and I want to scan it with my qr code scanner device.
I have tried caca, but the displayed image is not recognized by my scanner.
command-line ssh png
3
Why not just copy the file to local system and display it from there?scp [user]@[host]:/[path]/[image].png . && display [image].png
– LupusE
Apr 1 at 7:53
Thanks, copy file from scp is a good way.
– user3576052
Apr 2 at 2:36
add a comment |
I want to access/view to a image on a remote Ubuntu server, to which I only have SSH access.
Specifically, it is a black-and-white qr code .png
image, and I want to scan it with my qr code scanner device.
I have tried caca, but the displayed image is not recognized by my scanner.
command-line ssh png
I want to access/view to a image on a remote Ubuntu server, to which I only have SSH access.
Specifically, it is a black-and-white qr code .png
image, and I want to scan it with my qr code scanner device.
I have tried caca, but the displayed image is not recognized by my scanner.
command-line ssh png
command-line ssh png
edited 4 mins ago
Zanna
51.5k13141244
51.5k13141244
asked Apr 1 at 7:25
user3576052user3576052
1011
1011
3
Why not just copy the file to local system and display it from there?scp [user]@[host]:/[path]/[image].png . && display [image].png
– LupusE
Apr 1 at 7:53
Thanks, copy file from scp is a good way.
– user3576052
Apr 2 at 2:36
add a comment |
3
Why not just copy the file to local system and display it from there?scp [user]@[host]:/[path]/[image].png . && display [image].png
– LupusE
Apr 1 at 7:53
Thanks, copy file from scp is a good way.
– user3576052
Apr 2 at 2:36
3
3
Why not just copy the file to local system and display it from there?
scp [user]@[host]:/[path]/[image].png . && display [image].png
– LupusE
Apr 1 at 7:53
Why not just copy the file to local system and display it from there?
scp [user]@[host]:/[path]/[image].png . && display [image].png
– LupusE
Apr 1 at 7:53
Thanks, copy file from scp is a good way.
– user3576052
Apr 2 at 2:36
Thanks, copy file from scp is a good way.
– user3576052
Apr 2 at 2:36
add a comment |
1 Answer
1
active
oldest
votes
If you're running X windows on your local system, the -X
or -Y
options to ssh
will let the remote system display images on your local X display. See man ssh
or https://manpages.ubuntu.com/manpages/bionic/en/man1/ssh.1.html
Sadly I have no root permission to modify remote serverForwardX11
option.
– user3576052
Apr 3 at 6:02
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1130281%2fhow-do-i-display-an-image-in-ssh-terminal%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you're running X windows on your local system, the -X
or -Y
options to ssh
will let the remote system display images on your local X display. See man ssh
or https://manpages.ubuntu.com/manpages/bionic/en/man1/ssh.1.html
Sadly I have no root permission to modify remote serverForwardX11
option.
– user3576052
Apr 3 at 6:02
add a comment |
If you're running X windows on your local system, the -X
or -Y
options to ssh
will let the remote system display images on your local X display. See man ssh
or https://manpages.ubuntu.com/manpages/bionic/en/man1/ssh.1.html
Sadly I have no root permission to modify remote serverForwardX11
option.
– user3576052
Apr 3 at 6:02
add a comment |
If you're running X windows on your local system, the -X
or -Y
options to ssh
will let the remote system display images on your local X display. See man ssh
or https://manpages.ubuntu.com/manpages/bionic/en/man1/ssh.1.html
If you're running X windows on your local system, the -X
or -Y
options to ssh
will let the remote system display images on your local X display. See man ssh
or https://manpages.ubuntu.com/manpages/bionic/en/man1/ssh.1.html
answered Apr 1 at 13:53
waltinatorwaltinator
23.1k74269
23.1k74269
Sadly I have no root permission to modify remote serverForwardX11
option.
– user3576052
Apr 3 at 6:02
add a comment |
Sadly I have no root permission to modify remote serverForwardX11
option.
– user3576052
Apr 3 at 6:02
Sadly I have no root permission to modify remote server
ForwardX11
option.– user3576052
Apr 3 at 6:02
Sadly I have no root permission to modify remote server
ForwardX11
option.– user3576052
Apr 3 at 6:02
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1130281%2fhow-do-i-display-an-image-in-ssh-terminal%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Why not just copy the file to local system and display it from there?
scp [user]@[host]:/[path]/[image].png . && display [image].png
– LupusE
Apr 1 at 7:53
Thanks, copy file from scp is a good way.
– user3576052
Apr 2 at 2:36