terça-feira, 25 de fevereiro de 2014

Unix Command - connecting from one server to another - ssh


Como conectar de um servidor em outro?
How to connect from one server to another?

 - *Unix:  utilize este comando:
 - *Unix:  you can do this command:

   ssh -l login remote_ip
 ou
   ssh login@remote_ip 
   ssh -l guest 192.168.0.15 
 ou
   ssh guest@192.168.0.15  

-l  especifica o usuário para logar no servidor remoto
     specifies the user to log in as on the remote machine
    

Nenhum comentário:

Postar um comentário