For those that come across the same issue and google leads them to this conversation: check if ssh isn't using your local user ID for the connection (yourlocaluser@omega-ABCD.local
). Use the command like this: ssh root@omega-ABCD.local
.
H
Hans Reh
@Hans Reh
2
Reputation
1
Posts
514
Profile views
0
Followers
0
Following
Best posts made by Hans Reh
-
RE: SSH password
Latest posts made by Hans Reh
-
RE: SSH password
For those that come across the same issue and google leads them to this conversation: check if ssh isn't using your local user ID for the connection (
yourlocaluser@omega-ABCD.local
). Use the command like this:ssh root@omega-ABCD.local
.