[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Login to a remote machine.
From: |
Lawrence Velázquez |
Subject: |
Re: Login to a remote machine. |
Date: |
Sat, 09 Apr 2022 21:25:15 -0400 |
User-agent: |
Cyrus-JMAP/3.7.0-alpha0-386-g4174665229-fm-20220406.001-g41746652 |
On Sat, Apr 9, 2022, at 8:14 PM, Ayoub Misherghi wrote:
> Below I show two ways I ssh logged into a machine.
> In the first method I referred to the remote machine
> as 192.168.0.212 while in the second method I referred to the
> remote machine as [1]testuser5@192.168.0.212 specifying the user.
> In the first method it logged me in as user ayoub when the
> .ssh directory of ayoub does not have the file for the key
> specified with the -i parameter option. With the second method
> it logged me in as the testuser5 user; as expected.
> Some information about the bash version and the Linux version
> is right at the bottom.
What makes you think bash has anything to do with any of this? Your
shell is not involved with authentication.
--
vq