LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   bash command question (https://www.linuxquestions.org/questions/linux-newbie-8/bash-command-question-647727/)

momotaro 06-08-2008 12:14 AM

bash command question
 
I want to login to my remote server as a user(not as root).
I know ssh mydomain.com gets me in at root but I would sure sure like to be taught the line to login as a user.

Help appreciated.

watcher69b 06-08-2008 01:04 AM

ssh username@servername_or_ip

ex.
ssh bob@10.11.1.222
ssh james@hostname.com

the same is true for root
ssh root@10.11.1.222


All times are GMT -5. The time now is 02:00 AM.