Skip to content

Commit

Permalink
Add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc authored Aug 21, 2024
1 parent 2cf5c01 commit 5544084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/how-tos/connect-via-ssh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ By default, SFTP uses the SSH protocol to authenticate and establish a secure co

Utilizing SFTP will depend on how your local machine is configured and the utility you're using for SFTP. In some cases, your SSH configuration will allow SFTP to work "out of the box". Other times, special SFTP setup is required in your SSH configuration to allow for these connections.
Similar to `ssh`, from a terminal, use `sftp` to begin a new connection:

`sftp <your-nebari-domain.com> -l <your-username> -p 8023`

### Transferring Files with SFTP
Expand Down

0 comments on commit 5544084

Please sign in to comment.