Chapter 7. SSH Remote Connection
This chapter covers key concepts and commands of SSH remote login and secure file transfer. In this course, example demonstrations are mostly done on the local computer. We assume that you'll use Terminal on Mac or use Powershell on Windows.
We also explain how to use VS Code for the SSH remote login.
The following lessons are covered in this chapter.
Lessons in this chapter
- SSH (Secure Shell)
- Locate .ssh Directory
- SSH Remote Login (1) – Use Key Pair Generated by Server
- SSH Remote Login (2) – Use Key Pair Generated by Client
- SSH Config File
- SSH Remote Login with Visual Studio Code
- SCP (Secure Copy Protocol)
- SCP with SSH Config File
- SFTP (Secure File Transfer Protocol)
- Other File Transfer Commands