OpenSSH - SSH Remote Login Program - Linux CLI

gotbletu
gotbletu
32.6 هزار بار بازدید - 12 سال پیش - ssh — OpenSSH SSH client
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 [email protected]


Learn Tmux
TMUX - Terminal Multiplexer
12 سال پیش در تاریخ 1391/11/09 منتشر شده است.
32,684 بـار بازدید شده
... بیشتر