You are not logged in.
Hi,
I want to connect from my laptop to the VM installed in my desktop computer with ssh (and I want a shell, no X forwarding)
My config works from my laptop to my physical computer without a problem, but when I want to access the VM installed on it (with exact same config), there is some kind of strange behavior.
SSH from client (laptop comp 192.168.1.159) to my VM server (desktop comp 192.168.1.15, bridged connexion) on a local network 'works' but I can't do anything.
I have the following output :
[laptop@BrKLXSf ~]$ ssh -p 3267 VM@192.168.1.15
Enter passphrase for key '/home/laptop/.ssh/id_rsa':
Last login: Sun Sep 2 19:09:51 2012 from 192.168.1.159
X.Org X Server 1.12.4
Release Date: 2012-08-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.4.8-1-ARCH x86_64
Current Operating System: Linux wQYO054 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 09:14:51 CEST 2012 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda2 init=/bin/systemd ro quiet
Build Date: 27 August 2012 08:04:39AM
Current version of pixman: 0.26.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Sun Sep 2 19:10:26 2012
(==) Using config directory: "/etc/X11/xorg.conf.d"
/usr/bin/startxfce4: X server already running on display :1
575 ? 00:00:00 VBoxClient
586 ? 00:00:00 VBoxClient
592 ? 00:00:00 VBoxClient
** (process:1084): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
** (process:1084): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
** (process:1084): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
Importing pynotify failed, notifications disabled.
Has notifications support False
Loading...
Connecting to daemon...
Connected.
displaytray True
Done loading.Then I have a 'dead' cursor on the client shell after those messages, I can't type any commands.
On the VM, a new X server is launched(why?I don't want it, I put every option to off), and I can do stuff on it because I am physically close to the server, but nothing from the client.
All the X forwarding are put to 'no' in the config files on both comp, I checked several times.
I'm a bit at a loss...help apreciated ![]()
Offline