1. Purpose: to remotely access the BackTrack server through the network and implement system terminal management, graphical interface management, file transmission, and other functions
2. SSH-Secure Shell (Secure Remote shell management)
2.1 start the ssh service for the first time and generate a key
Root @ bt :~ # Sshd-generate
2.2 start the SSH service
2.3 set the SSH service to start at random
Root @ bt :~ # Update-rc.d-f ssh defaults # SSH server set up successfully
2.4 connect to the SSH server using a client
2.5 modify the SSH port (22 by default): vim/etc/ssh/sshd_config
2.6 restart the ssh service:/etc/init. d/ssh restart
3. VNC-Virual Network Computing
3.1 install the VNC program: # apt-get install xrdp tightvncserver
3.2 set VNC access password (8 bits): vncpasswd
3.3 establish a VNC session: vncserver
3.4 view vnc port: # VNC server set up successfully
3.5 use a client to connect to the VNC Server
3.6 enter the vnc access password