Skip to content

Commit bc23ce1

Browse files
committed
Fix wording for bookmark configuration referencing alias of OpenSSH configuration as server.
1 parent 0352a31 commit bc23ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocols/sftp/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Host *
6666
which is then used when configuring a new bookmark.
6767

6868
:::{important}
69-
If you have a configuration in your `~/.ssh/config` make sure to specify the `Host` alias as hostname in your bookmark configuration. This is important for cases the `Host` alias is different from the `HostName`:
69+
If you have a configuration in your `~/.ssh/config` make sure to specify the `Host` alias as _Server_ in your bookmark configuration. This is important for cases the `Host` alias is different from the `HostName`:
7070

7171
```
7272
Host myhostalias
@@ -75,7 +75,7 @@ Host myhostalias
7575
IdentityFile ~/.ssh/mykey-rsa.pub
7676
```
7777

78-
For the configuration above the hostname to specify in your bookmark is `myhostalias`.
78+
For the configuration above set `myhostalias` in the _Server_ field when editing a bookmark.
7979
:::
8080

8181
#### Default Public Key Authentication Keys

0 commit comments

Comments
 (0)