LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   ssh X (https://www.linuxquestions.org/questions/fedora-35/ssh-x-510487/)

alfonso12 12-14-2006 03:07 PM

ssh X
 
I'ld like to use "ssh X root@myhot.com" but on my pc (fc4) X can't be execute from tcp.
Which file must I change to to "ssh X root@myhot.com" ?

Thanks

acid_kewpie 12-14-2006 03:11 PM

you can't just run the X server (assuming that's what you mean) from an ssh connection, maybe if you give us a bit more to go on, i.e. what you actually want to achieve, we can help that way.

Brian1 12-14-2006 04:48 PM

Are you wanting the whole desktop then look into VNC or others and run them over the SSH connection.

If you are wishing to run some gui apps over the ssh connection on your Desktop that orignated the connection then use the -Y option for the ssh command.

Might help to include more info as to exactly what you wish to accomplish, Any errors you are getting, and commands or programs you are using.

Brian

alfonso12 12-15-2006 06:44 AM

ssh X
 
In fc4 the default is "No remote graphical login ", so I'ld like change this option and I need to change a file of setting. But I don't which is this file.

acid_kewpie 12-15-2006 06:55 AM

it's the settings of gdm, configurable via system-config-display, but your ssh command has nothign to do with this...

live_dont_exist 12-15-2006 07:01 AM

Hi Alfonso,
You should find a lot of ssh options in /etc/ssh/sshd_config and /etc/ssh/ssh_config. You might want to check the parameters here(Remote root login). I think thats what alfonso meant.

Cheers
Arvind

Brian1 12-16-2006 08:52 AM

How do you wish to make this remote connection?
Using what apps?
Are you wanting to login as root? Not a good idea. Lets a system more vurnable to easily guessed passwords.

Brian


All times are GMT -5. The time now is 03:55 AM.