Skip to content

Commit 4d192ef

Browse files
eseyffarthMattias Schlenker
authored andcommitted
pick-24 fix shell code block
1 parent 388e622 commit 4d192ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/onprem/de/cmk_commandline.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Von Linux aus geht das einfach mit dem Befehl `ssh`:
6060

6161
[{shell}]
6262
----
63-
user@otherhost> ssh mysite@myserver123
64-
mysite@localhost's password: *pass:[**********]*
63+
user@otherhost:~$ ssh mysite@myserver123
64+
mysite@myserver123's password: *pass:[**********]*
6565
----
6666

6767
Beim ersten Login bekommen Sie wahrscheinlich eine Warnung wegen eines unbekannten Host-Schlüssels.

src/onprem/en/cmk_commandline.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ From Linux this login is simply performed with the `ssh` command:
6060

6161
[{shell}]
6262
----
63-
user@otherhost> ssh mysite@myserver123
64-
mysite@localhost's password: *pass:[**********]*
63+
user@otherhost:~$ ssh mysite@myserver123
64+
mysite@myserver123's password: *pass:[**********]*
6565
----
6666

6767
At the first login a warning regarding an unknown host key will probably be received.

0 commit comments

Comments
 (0)