# Install SFTP Client

아래 명령어를 통하여 SFTP Client 를 설치한다.

```bash
apt-get install -y openssh-client
```
