Posts Tagged ‘connect’
How to connect to an SSH-Server
Friday, September 16, 2011 posted by CSch
To connect to a system’s terminal with a static network IP and an SSH-Server installed, open a terminal and enter following command, exchanging the network IP with the one of your SSH-Server:
ssh root@192.168.0.110
Enter the target SSH-Server’s root password afterwards. To exit the server’s shell, enter
exit
Comment 0