29 de enero de 2013

OpenSSH - SSH Remote Login Program - Linux CLI


















ssh — OpenSSH SSH client (remote login program) DESCRIPTION ssh (SSH client) is a program for logging into a remote machine and for executing commands on a remote machine. It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP ports can also be forwarded over the secure channel. ssh connects and logs into the specified hostname (with optional user name). The user must prove his/her iden‐ tity to the remote machine using one of several methods depending on the protocol version used (see below). Commands used: # need to have client sudo apt-get install openssh-client # install this on the computer you want to login to sudo apt-get install openssh-server # if the local ip address ifconfig # find the user name echo $USER # connecting to the computer ssh username@192.168.1.102 Learn Tmux www.youtube.com


From: gotbletu

Views: 217


20 ratings

Time: 06:06 More in Science & Technology






via Jonathan's starred items in Google Reader

No hay comentarios.:

Publicar un comentario

Comenta con Respeto. Y escribe claramente lo que deseas transmitir