Re: Login to a remote machine.

2022-04-10 Thread Ángel
On 2022-04-09 at 17:14 -0700, Ayoub Misherghi wrote: >Hi, > 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 s

Re: Login to a remote machine.

2022-04-09 Thread Robert Elz
I cannot imagine what you believe any of that has to do with bash. It is clearly entirely related to ssh/sshd and the way you are using it. I suspect the "problem" relates to a misunderstanding of what the -i ootion to ssh actually does, but you should talk to ssh people, not bash people, to conf

Re: Login to a remote machine.

2022-04-09 Thread Lawrence Velázquez
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 specify

Login to a remote machine.

2022-04-09 Thread Ayoub Misherghi
Hi, 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