ssh+noip são conecta [RESOLVIDO]

1. ssh+noip são conecta [RESOLVIDO]

fernando freitas de souza
fernassouza

(usa Debian)

Enviado em 02/03/2017 - 13:30h

boa tarde a todos
montei um servidor em casa e meu ssh nao conecta externo com noip, iinterno está tudo norma
roteador porta liberada, iptables liberado. já faz um semana que estou pesquisando e testando configurações e nada, desde já agradeço
segue meu sshd_conf

# Package generated configuration file
# See the sshd_config(5) manpage for details

# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
ListenAddress 192.168.1.99

Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
HostKey /etc/ssh/ssh_host_ed25519_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 1024

# Logging
SyslogFacility AUTH
LogLevel INFO

# Authentication:
LoginGraceTime 120
PermitRootLogin no
StrictModes yes

RSAAuthentication yes
#PubkeyAuthentication yes
#AuthorizedKeysFile %h/.ssh/authorized_keys

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

# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no

# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no

# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes

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

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net

# Allow client to pass locale environment variables
AcceptEnv LANG LC_*

Subsystem sftp /usr/lib/openssh/sftp-server

# 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 and
# PasswordAuthentication. Depending on your PAM configuration,
# PAM authentication via ChallengeResponseAuthentication may bypass
# the setting of "PermitRootLogin without-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and ChallengeResponseAuthentication to 'no'.
UsePAM yes
AllowUsers fernas


  


2. Re: ssh+noip são conecta [RESOLVIDO]

Marcelo Oliver
msoliver

(usa Debian)

Enviado em 02/03/2017 - 14:07h


Boa tarde.
Tem firewall nesse pc????
Caso positivo, ele deve aceitar um IP EXTERNO na porta do SSH ...

marcelo oliver


3. Re: ssh+noip são conecta

fernando freitas de souza
fernassouza

(usa Debian)

Enviado em 02/03/2017 - 14:11h

msoliver escreveu:


Boa tarde.
Tem firewall nesse pc????
Caso positivo, ele deve aceitar um IP EXTERNO na porta do SSH ...

marcelo oliver


tem sim e uso esta regra

iptables -t nat -A PREROUTING -s fernas.ddns.net -p tcp --dport 22 -j DNAT --to-destination 192.168...

toda vez que tento conectar pelo noip ele fica pedindo senha

fernas@fernas.ddns.net's password:
Permission denied, please try again.

mesmo colocando a senha correta ele não aceita


4. Re: ssh+noip são conecta

fernando freitas de souza
fernassouza

(usa Debian)

Enviado em 05/03/2017 - 11:55h

ajuda...

galera ainda no desespero de resolver

debian:/home/fernas# ssh fernas@fernas.ddns.net -v
OpenSSH_6.7p1 Debian-5+deb8u3, OpenSSL 1.0.2k 26 Jan 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to fernas.ddns.net [189.78.163.127] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.7p1 Debian-5+deb8u3
debug1: Remote protocol version 1.99, remote software version OpenSSH_4.2
debug1: match: OpenSSH_4.2 pat OpenSSH_4* compat 0x00000000
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-sha1 none
debug1: kex: client->server aes128-ctr hmac-sha1 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Server host key: RSA 08:bf:b2:a5:88:b2:29:5d:85:32:71:a9:3b:2e:6f:9c
debug1: Host 'fernas.ddns.net' is known and matches the RSA host key.
debug1: Found key in /root/.ssh/known_hosts:32
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: password
debug1: Next authentication method: password
fernas@fernas.ddns.net's password:
debug1: Authentications that can continue: password
Permission denied, please try again.
fernas@fernas.ddns.net's password:
debug1: Authentications that can continue: password
Permission denied, please try again.
fernas@fernas.ddns.net's password:
debug1: Authentications that can continue: password
debug1: No more authentication methods to try.
Permission denied (password).



5. Re: ssh+noip são conecta [RESOLVIDO]

fernando freitas de souza
fernassouza

(usa Debian)

Enviado em 07/03/2017 - 13:40h

problema resolvido
era a porta 22 que não estava aceitando acesso externo, mudei a porta e resolvido

obrigado






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts