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;








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.










share|improve this question



















  • 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

















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.










share|improve this question



















  • 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













0












0








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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












  • 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










1 Answer
1






active

oldest

votes


















1














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






share|improve this answer























  • Sadly I have no root permission to modify remote server ForwardX11 option.

    – user3576052
    Apr 3 at 6:02











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
);



);













draft saved

draft discarded


















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









1














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






share|improve this answer























  • Sadly I have no root permission to modify remote server ForwardX11 option.

    – user3576052
    Apr 3 at 6:02















1














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






share|improve this answer























  • Sadly I have no root permission to modify remote server ForwardX11 option.

    – user3576052
    Apr 3 at 6:02













1












1








1







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






share|improve this answer













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







share|improve this answer












share|improve this answer



share|improve this answer










answered Apr 1 at 13:53









waltinatorwaltinator

23.1k74269




23.1k74269












  • 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
















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

















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»