Problema ao conectar-se à área de trabalho remota

2

Estou com problemas para conectar-me à minha área de trabalho remotamente por meio do túnel ssh.

As máquinas Host e Guest são o Ubuntu 14.04. O SSH está funcionando, porta alternativa numerada alta. X trabalhos de encaminhamento.

Eu segui as instruções neste post para configurar o servidor vino e usar o remmina. Ao iniciar a conexão do remmina, ele simplesmente trava. Eventualmente eu tenho que cancelar. No host remoto, as entradas para a conexão em /var/log/auth.log são:

Nov 18 08:54:49 Bear systemd-logind[31920]: New session 13 of user patton.
Nov 18 08:54:50 Bear sshd[12394]: error: connect_to bear.ddns.net port 5900: failed.
Nov 18 08:55:54 Bear sshd[12394]: channel_by_id: 0: bad id: channel free
Nov 18 08:55:54 Bear sshd[12394]: Disconnecting: Received ieof for nonexistent channel 0.
Nov 18 08:55:54 Bear sshd[12356]: pam_unix(sshd:session): session closed for user patton

Alguma sugestão para solução de problemas, como posso fazer isso funcionar?

EDIT: Após a pergunta de Letizia, fechado e reiniciado vino-server no host remoto: Aqui está a saída:

(vino-server:19903): EggSMClient-CRITICAL **: egg_sm_client_set_mode: assertion 'global_client == NULL || global_client_mode == EGG_SM_CLIENT_MODE_DISABLED' failed
19/11/2014 12:53:26 AM Autoprobing TCP port in (all) network interface
19/11/2014 12:53:26 AM Listening IPv6://[::]:5900
19/11/2014 12:53:26 AM Listening IPv4://0.0.0.0:5900
19/11/2014 12:53:26 AM Autoprobing selected port 5900
19/11/2014 12:53:26 AM Advertising security type: 'TLS' (18)
19/11/2014 12:53:26 AM Re-binding socket to listen for VNC connections on TCP port 5900 in (all) interface
19/11/2014 12:53:26 AM Listening IPv6://[::]:5900
19/11/2014 12:53:26 AM Listening IPv4://0.0.0.0:5900
19/11/2014 12:53:26 AM Clearing securityTypes
19/11/2014 12:53:26 AM Advertising security type: 'TLS' (18)
19/11/2014 12:53:26 AM Clearing securityTypes
19/11/2014 12:53:26 AM Advertising security type: 'TLS' (18)
19/11/2014 12:53:26 AM Advertising authentication type: 'No Authentication' (1)
19/11/2014 12:53:26 AM Re-binding socket to listen for VNC connections on TCP port 5900 in (all) interface
19/11/2014 12:53:26 AM Listening IPv6://[::]:5900
19/11/2014 12:53:26 AM Listening IPv4://0.0.0.0:5900
19/11/2014 12:53:26 AM Clearing securityTypes
19/11/2014 12:53:26 AM Clearing authTypes
19/11/2014 12:53:26 AM Advertising security type: 'TLS' (18)
19/11/2014 12:53:26 AM Advertising authentication type: 'VNC Authentication' (2)
    
por Patton 18.11.2014 / 18:24

1 resposta

1

RESOLVIDO

É o post ligado não mencionou e não me ocorreu que para verificar a caixa "Tunnel via Loopback Address" na guia SSH em Remmina. Isso acabou funcionando. Tragicamente lento, mas funcionou. Thansk para os pensamentos.

    
por Patton 19.11.2014 / 17:58