How to SSH from Mac? How to SSH from Windows? How to change the user in SSH?
How to SSH from Mac?
How to change the user in SSH?
Spotlight -> Type Terminal.in the now open Terminal type
ssh 192.168.1.1 -l USERNAME
While you don't type USERNAME but the User you want to connect with. I always forget it, and then you try to authenticate with your remote mashines User.
How to SSH from Windows?
How to change the user in SSH?
Download PuTTY - a free SSH and telnet client for Windows.Open Putty
ssh 192.168.1.1 -l USERNAME
While you don't type USERNAME but the User you want to connect with. I always forget it, and then you try to authenticate with your remote mashines User.
Comments
Post a Comment