Advertisement
andmalv

[Tip] Conectarse por SSH via terminal

Sep 13th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. Sintaxis
  2.  
  3.     ssh -p PUERTO USER@IP
  4.  
  5. Ejemplo
  6.  
  7.     ssh -p 22 root@192.168.5.50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement