mejay
April 19, 2010, 3:34pm
1
I need application with GUI for suse 11.0 kde for remote access to virtual machine which runs on Fedora. Can you suggest me any application?
there is preinstaled Terminal Server Client on my PC, but it is not working properly. It seems to make an ssh connection. A message pops for using alt+ctrl+enter to change the view, but nothing is happening.
Thanks
mejay:
I need application with GUI for suse 11.0 kde for remote access to
virtual machine which runs on Fedora. Can you suggest me any
application?
there is preinstaled Terminal Server Client on my PC, but it is not
working properly. It seems to make an ssh connection. A message pops for
using alt+ctrl+enter to change the view, but nothing is happening.
Thanks
Hi
Install NX server (node and clinet) from no machine on the Fedora
system and ensure the ssh port is open. Then install the client and
node on the openSUSE machine.
–
Cheers Malcolm °¿° (Linux Counter #276890 )
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 4 days 1:47, 3 users, load average: 0.22, 0.31, 0.30
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15
virtual machine which runs on Fedora
What’s the operating system of the VM?
mejay
April 20, 2010, 12:04pm
4
The VM is running on fedora .
I have another problem now.When I use scp, it returns no error messages and it is not copy the files. On the other hand Ssh is working properly.
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 172.20.105.182 [172.20.105.182] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.2
debug1: match: OpenSSH_5.2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host ‘172.20.105.182’ is known and matches the RSA host key.
debug1: Found key in /root/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug1: Next authentication method: password
raheel@172.20.105.182 ’s password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending command: scp -v -f /var/logs/cbox.log
Sink: scp: /var/logs/cbox.log: No such file or directory
scp: /var/logs/cbox.log: No such file or directory
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
Transferred: sent 1440, received 2056 bytes, in 0.1 seconds
Bytes per second: sent 21132.4, received 30172.3
debug1: Exit status 1
mejay
April 20, 2010, 12:30pm
5
Ok, that was stupid question I found the problem. Thanks