ssh

SSH forwarding

# vi /etc/ssh/sshd_config # ll /etc/ssh/sshd_config -rw——- 1 root root 3546 Oct 3 2011 /etc/ssh/sshd_config # vi /etc/ssh/sshd_config # Change from no to yes – X11Forwarding yes # cd # ./sshd restart Shutting down SSH daemon done Starting…