SSH

Ubuntu - установить ssh - команда

При условии наличия соединения с интернетом можно установить службу SSH командой:

sudo apt-get install ssh

О настройке использования ключей для подключения к серверам можно почитать здесь.

Пример "рабочего" кофига (конфигурафионного файла) для OpenSSH

#	$OpenBSD: sshd_config,v 1.65 2003/08/28 12:54:34 markus Exp $

# This is the sshd server system-wide configuration file.  See
# sshd_config(5) for more information.

# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin

# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented.  Uncommented options change a
# default value.

#Port 22
#Protocol 2,1
Protocol 2
#ListenAddress 0.0.0.0
#ListenAddress ::

# HostKey for protocol version 1

Pages

Subscribe to RSS - SSH