Понедельник (12/17/18)

/dev/pts/2
10:23:24
$ssh 172.20.13.183
The authenticity of host '172.20.13.183 (172.20.13.183)' can't be established.
ECDSA key fingerprint is SHA256:OmAUOGefATc3fUfxoq0a8q0SorClVWEnwAh7KqphL8A.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added '172.20.13.183' (ECDSA) to the list of known hosts.
user@172.20.13.183's password:
bash: warning: command substitution: ignored null byte in input
[user@instructor:~]$ ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defa
    inet 127.0.0.1/8 scope host lo
t qlen valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    linvalid_lft forever preferred_lft forever00:00:00:00
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state U
group default qlen 1000
    link/ether 30:85:a9:9e:10:aa brd ff:ff:ff:ff:ff:ff
    inet 172.20.13.183/25 brd 172.20.13.255 scope global dynamic enp3s0
       valid_lft 690907sec preferred_lft 690907sec
    inet6 fe80::3285:a9ff:fe9e:10aa/64 scope link
       valid_lft forever preferred_lft forever
[user@instructor:~]$
------------------------------------------------------------------------------