|
|||||
Top 5 ssh tricks everyone should know1. X11 Forwarding The use of ssh enables a secure connection from a local X server to a remote application server. Set X11Forwarding and AllowTcpForwarding entries to yes in /etc/ssh/sshd_config of the remote host. Start the X server on the local host. Run ssh to establish a connection with the remote site. localname@localhost:~$ ssh -q -X -l loginname remotehost.domain Password: ********** Run X application commands on the remote site. Comments are closed. |
|||||
|
Copyright © 2013 FreeSoftNews - All Rights Reserved |
|||||