sshd server

Fórumok

Sziasztok.

Az lenne a kérdésem, hogy Mandriva alatt hogy tudom beállítani az sshd servert? Már el van indítva, de nem tudok belépni. (Olyan gépről próbáltam, amiről el kellene tudni érni)
A választ előre is köszönöm!

Az sshd_config file:

# $OpenBSD: sshd_config,v 1.73 2005/12/06 22:38:28 reyk Exp $

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

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

# 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
#AddressFamily any
#ListenAddress 0.0.0.0
#ListenAddress ::

# HostKey for protocol version 1
HostKey /etc/ssh/ssh_host_key
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key

# Lifetime and size of ephemeral version 1 server key
#KeyRegenerationInterval 1h
#ServerKeyBits 768

# Logging
# obsoletes QuietMode and FascistLogging
#SyslogFacility AUTH
#LogLevel INFO

# Authentication:

#LoginGraceTime 2m
PermitRootLogin no
#StrictModes yes
#MaxAuthTries 6

RSAAuthentication yes
#PubkeyAuthentication yes
#AuthorizedKeysFile .ssh/authorized_keys

# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
#RhostsRSAAuthentication no
# similar for protocol version 2
#HostbasedAuthentication no
# Change to yes if you don't trust ~/.ssh/known_hosts for
# RhostsRSAAuthentication and HostbasedAuthentication
#IgnoreUserKnownHosts no
# Don't read the user's ~/.rhosts and ~/.shosts files
#IgnoreRhosts yes

# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
PermitEmptyPasswords no

# Change to no to disable s/key passwords
#ChallengeResponseAuthentication yes

# Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes
#KerberosGetAFSToken no

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# be allowed through the ChallengeResponseAuthentication mechanism.
# Depending on your PAM configuration, this may bypass the setting of
# PasswordAuthentication, PermitEmptyPasswords, and
# "PermitRootLogin without-password". If you just want the PAM account and
# session checks to run without PAM authentication, then enable this but set
# ChallengeResponseAuthentication=no
UsePAM no

#AllowTcpForwarding yes
#GatewayPorts no
X11Forwarding yes
#X11DisplayOffset 10
#X11UseLocalhost yes
#PrintMotd yes
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no
UsePrivilegeSeparation yes
#PermitUserEnvironment no
#Compression delayed
#ClientAliveInterval 0
#ClientAliveCountMax 3
#UseDNS yes
#PidFile /var/run/sshd.pid
#MaxStartups 10
#PermitTunnel no

# no default banner path
#Banner /some/path

# override default of no subsystems
Subsystem sftp /usr/lib/ssh/sftp-server

AllowUsers moridin

Hozzászólások

UsePAM yes

Hátha.

Hogy próbálsz belépni?

A /var/log/auth.log -ban vagy a syslog -ban mit látsz ha kigreppelet az sshd -re?
___________________________________________________________________
Lógnak a pálmafán a kókuszok .... :)

rootként próbálod?
PermitRootLogin no yes re ha rootként akarsz belépni
egyébként user és utána su

A Port ki van commentelve.. legalábbis abban amit ide copiztál..
______
[É.N.]

A portot kiszedtem a kommentből.

Felhasználóként (moridin) próbálok belépni.

grep sshd /var/log/auth.log
Mar 26 20:33:09 Moridin sshd[22078]: Accepted password for moridin from 172.18.1
46.24 port 33138 ssh2
Mar 26 20:51:18 Moridin sshd[22828]: error: Bind to port 22 on 0.0.0.0 failed: A
ddress already in use.
Mar 26 20:51:18 Moridin sshd[22828]: fatal: Cannot bind any address.
Mar 26 21:03:17 Moridin sshd[3261]: Received signal 15; terminating.
Mar 26 22:46:50 Moridin sshd[3284]: Server listening on :: port 22.
Mar 26 22:46:50 Moridin sshd[3284]: error: Bind to port 22 on 0.0.0.0 failed: Ad
dress already in use.
Mar 27 22:25:11 Moridin sshd[586]: error: Bind to port 22 on 0.0.0.0 failed: Add
ress already in use.
Mar 27 22:25:11 Moridin sshd[586]: fatal: Cannot bind any address.
Mar 27 22:34:55 Moridin sshd[3284]: Received signal 15; terminating.
Mar 27 22:35:00 Moridin sshd[936]: Server listening on :: port 22.
Mar 27 22:35:00 Moridin sshd[936]: error: Bind to port 22 on 0.0.0.0 failed: Add ress already in use.
Mar 27 22:37:08 Moridin sshd[936]: Received signal 15; terminating.
Mar 27 22:37:10 Moridin sshd[1037]: Server listening on :: port 22.
Mar 27 22:37:10 Moridin sshd[1037]: error: Bind to port 22 on 0.0.0.0 failed: Ad dress already in use.
Mar 27 22:39:23 Moridin sshd[1037]: Received signal 15; terminating.
Mar 27 22:40:43 Moridin sshd[3191]: Server listening on :: port 22.
Mar 27 22:40:43 Moridin sshd[3191]: error: Bind to port 22 on 0.0.0.0 failed: Ad dress already in use.
Mar 27 22:42:03 Moridin sshd[5990]: error: Bind to port 22 on 0.0.0.0 failed: Ad dress already in use.
Mar 27 22:42:03 Moridin sshd[5990]: fatal: Cannot bind any address.
Mar 27 22:44:59 Moridin sshd[6143]: Accepted password for moridin from 172.18.14 6.24 port 43532 ssh2
Mar 28 12:26:04 Moridin sshd[3191]: Received signal 15; terminating.
Mar 28 12:26:07 Moridin sshd[26504]: Server listening on :: port 22.
Mar 28 12:26:07 Moridin sshd[26504]: error: Bind to port 22 on 0.0.0.0 failed: A ddress already in use.

grep sshd /var/log/syslog
Mar 25 04:08:05 Moridin logger: - /etc/ssh/sshd_config
Mar 26 04:07:23 Moridin logger: - /etc/ssh/sshd_config
Mar 26 22:46:48 Moridin xinetd[3037]: Reading included configuration file: /etc/xinetd.d/sshd-xinetd [file=/etc/xinetd.d/sshd-xinetd] [line=13]
Mar 27 04:07:20 Moridin logger: - /etc/ssh/sshd_config
Mar 27 22:25:04 Moridin sudo: moridin : TTY=pts/1 ; PWD=/etc/rc.d/init.d ; USER=root ; COMMAND=/usr/sbin/sshd start
Mar 27 22:25:11 Moridin sudo: moridin : TTY=pts/1 ; PWD=/etc/rc.d/init.d ; USER=root ; COMMAND=./sshd start
Mar 27 22:40:42 Moridin xinetd[3063]: Reading included configuration file: /etc/xinetd.d/sshd-xinetd [file=/etc/xinetd.d/sshd-xinetd] [line=13]
Mar 28 04:07:37 Moridin logger: - /etc/ssh/sshd_config

A 22 -es porton más is figyel. Nézd meg az fuser 22/tcp paranccsal és megkapod a proces id -ját, azt meg a ps ax | grep elobbkapottid
Vagy írd át az sshd.conf -ban a Port 22 -őt valami másra, pl. 5632 -re és vedd ki a # -t majd indítsd újra az sshd démont.
___________________________________________________________________
Lógnak a pálmafán a kókuszok .... :)

Kikommenteztem, újraindítottam, de nem használt, a hiba maradt ugyanaz.
_______________________________________________________________________
"If you must mount the gallows, give a jest to the crowd, a coin to the hangman, and make the drop with a smile on your lips" The Wheel of Time series