ssh - Network error: connection refused after ForwardX11Trusted yes -



ssh - Network error: connection refused after ForwardX11Trusted yes -

i have ubuntu server opencv , cmake installed. thought configure each time run programme on server results on local os (windows 7) through xming.

this morning going great, executed programme , local machine detected , opened empty window. on server, execution returned me error "glib-gobject-critical **: g_object_unref: assertion `g_is_object (object)' failed". looked on net , read seek writting "forwardx11trusted yes" in /etc/ssh/sshd_config file, did it.

now cannot access server. putty shows me "network error: connection refused". im not able access server cannot reverse lastly changes...

what can do? normal set "forwardx11trusted yes" , not able ssh connect anymore??

thank in advance.

"connection refused" suggests ssh server isn't running on remote host. may have failed restart properly, or there may error in sshd_config prevented server restarting.

ssh x11 putty

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -