You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: protocols/sftp/index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Host *
66
66
which is then used when configuring a new bookmark.
67
67
68
68
:::{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`:
70
70
71
71
```
72
72
Host myhostalias
@@ -75,7 +75,7 @@ Host myhostalias
75
75
IdentityFile ~/.ssh/mykey-rsa.pub
76
76
```
77
77
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.
0 commit comments