HTML and CSS Reference
In-Depth Information
Figure 9-15. Log into remote server using Terminal.app on a Mac
If you are running Windows, you can use the PuTTy application
( www.chiark.greenend.org.uk/~sgtatham/putty/ ) to log into your remote server.
You will need to change to the current user's home directory using the
command cd ~/ , as shown in Figure 9-16.
Figure 9-16. Changing to the home directory
There should be a folder called .ssh . You can check to see whether the folder
exists by running the command ls . Go into that directory by using the command
cd .ssh . If the folder doesn't exist, you will need to create the directory using
the command mkdir .ssh , and then go into the directory by using cd .ssh , as
shown in Figure 9-17.
 
Search WWH ::




Custom Search