citadeldimon |
|
Темы:
6
Сообщения:
288
Участник с: 09 июля 2012
|
Всем привет! Сегодня отвалился sshd.service, подскажите причину конфиг дефолтный cat /etc/ssh/ssh_config # $OpenBSD: ssh_config,v 1.26 2010/01/11 01:39:46 dtucker Exp $ # This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This file provides defaults for # users, and the values can be changed in per-user configuration files # or on the command line. # Configuration data is parsed as follows: # 1. command line options # 2. user-specific file # 3. system-wide file # Any configuration value is only changed the first time it is set. # Thus, host-specific definitions should be at the beginning of the # configuration file, and defaults at the end. # Site-wide defaults for some commonly used options. For a comprehensive # list of available options, their meanings and defaults, please see the # ssh_config(5) man page. # Host * # ForwardAgent no # ForwardX11 no # RhostsRSAAuthentication no # RSAAuthentication yes # PasswordAuthentication yes # HostbasedAuthentication no # GSSAPIAuthentication no # GSSAPIDelegateCredentials no # BatchMode no # CheckHostIP yes # AddressFamily any # ConnectTimeout 0 # StrictHostKeyChecking ask # IdentityFile ~/.ssh/identity # IdentityFile ~/.ssh/id_rsa # IdentityFile ~/.ssh/id_dsa # Port 22 # Protocol 2,1 # Cipher 3des # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc # MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160 # EscapeChar ~ # Tunnel no # TunnelDevice any:any # PermitLocalCommand no # VisualHostKey no # ProxyCommand ssh -q -W %h:%p gateway.example.com sudo systemctl status sshd.service sshd.service - OpenSSH Daemon Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled) Active: failed (Result: start-limit) since Чт 2013-08-08 20:10:12 EEST; 13min ago Process: 12929 ExecStart=/usr/bin/sshd -D (code=exited, status=1/FAILURE) авг 08 20:10:12 katty systemd[1]: sshd.service: main process exited, code=exited, status=1/FAILURE авг 08 20:10:12 katty systemd[1]: Unit sshd.service entered failed state. авг 08 20:10:12 katty systemd[1]: sshd.service holdoff time over, scheduling restart. авг 08 20:10:12 katty systemd[1]: Stopping OpenSSH Daemon... авг 08 20:10:12 katty systemd[1]: Starting OpenSSH Daemon... авг 08 20:10:12 katty systemd[1]: sshd.service start request repeated too quickly, refusing to start. авг 08 20:10:12 katty systemd[1]: Failed to start OpenSSH Daemon. авг 08 20:10:12 katty systemd[1]: Unit sshd.service entered failed state. sudo systemctl status sshd.socket sshd.socket Loaded: loaded (/usr/lib/systemd/system/sshd.socket; enabled) Active: active (listening) since Чт 2013-08-08 20:27:05 EEST; 1s ago Listen: [::]:22 (Stream) Accepted: 0; Connected: 0 авг 08 20:27:05 katty systemd[1]: Starting sshd.socket. авг 08 20:27:05 katty systemd[1]: Listening on sshd.socket. авг 08 20:10:11 katty systemd[1]: sshd.service holdoff time over, scheduling restart. авг 08 20:10:11 katty systemd[1]: Stopping OpenSSH Daemon... авг 08 20:10:11 katty systemd[1]: Starting OpenSSH Daemon... авг 08 20:10:11 katty systemd[1]: Started OpenSSH Daemon. авг 08 20:10:11 katty sshd[12923]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ авг 08 20:10:11 katty systemd[1]: sshd.service: main process exited, code=exited, status=1/FAILURE авг 08 20:10:11 katty systemd[1]: Unit sshd.service entered failed state. Проблема нашлась, проблема была с файлами в /etc/ssh, поле восстановления с бекапа успешно все работает. |
i-diot |
|
Темы:
24
Сообщения:
130
Участник с: 04 сентября 2011
|
А для изменения порта вместо 22, указав к примеру другой, в конфиге sshd_config указывается? просто это работает, до перезагрузки, потом по дефолтному порту конектиться ssh |