You are on page 1of 1

RED

# nano /etc/network/interfaces

# The loopback network interface


auto lo
iface lo inet loopback

# The primary network interface


auto eth0
iface eth0 inet dhcp

SHH
# nano /etc/ssh/sshd-config
Modificar:
puerto 22
RootLogin yes
# /etc/init.d/sshd restart
# service sshd restart
$ sudo systemctl restart sshd

You might also like