SSH [RESOLVIDO]

1. SSH [RESOLVIDO]

Marcos Vinicius
marcosvinicius12

(usa Ubuntu)

Enviado em 12/09/2011 - 14:07h

Pessoal estou com um problema com o ssh

instalei o ssh no debian com o apt-get install ssh

ai quando vou conectar remoto no debian com o putty
ele pede usuaio e senha e da a seguinte mensagem:

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. stdin: is not a tty

e nao faz mais nada, o que pode ser, o que devo fazer para corrigir isso??

Desde já agradeço




  


2. MELHOR RESPOSTA

Perfil removido
removido

(usa Nenhuma)

Enviado em 12/09/2011 - 15:31h

remove o ssh expurga todos os arquivos e depois instala ele assim:

aptitude install openssh-server

e tenta conectar

3. Re: SSH [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 12/09/2011 - 14:25h

o que é esse putty?

quando se conecta no computador que roda o serviço ssh tem que se logar com um usuário cadastrado no sistema e que tenha permissão para logar..


4. putty

Marcos Vinicius
marcosvinicius12

(usa Ubuntu)

Enviado em 12/09/2011 - 14:32h

é um cliente que se conecta remotamente ao servidor por ssh(quem usa isso tem ruindos...windows)


5. Re: SSH [RESOLVIDO]

ricardo ledo de tulio
ledo

(usa Debian)

Enviado em 12/09/2011 - 14:37h

Tenta um $ dpkg -l | grep ssh e verifica se você instalou o server ou o cliente, caso não encontre, tente por $ sudo apt-get install openssh-server
se isso não resolver, verifica o arquivo de configuração, se a porta está configurada como a 22 mesmo, você pode remover e instalar ele novamente também
$ sudo dpkg -P ssh ; sudo apt-get install openssh-server



6. Re: SSH [RESOLVIDO]

kaito
hatoo

(usa Debian)

Enviado em 12/09/2011 - 14:38h

o que o eabreu quiz dizer e que vc tem que cadastrar o usuario no ssh.
o debian te pediu algum usuario na hora de instalar o programa?


7. Re: SSH [RESOLVIDO]

Marcos Vinicius
marcosvinicius12

(usa Ubuntu)

Enviado em 12/09/2011 - 14:55h

bom , fiz todos os comandos acima e nao resolveu, ja verifiquei e estou logando com o usuario root e nas configurações do ssh esta liberado para ele acessar


8. Re: SSH [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 12/09/2011 - 15:02h

bom amigo, vamos uma lista de verificações:

1 - instalou realmente instalou o servidor ssh?

dpkg -l openssh-server ## se aparecer abaixo assim: ii openssh-server é por que instalou.

2 - se instalou qual arquivo você está editando?

o arquivo do servervidor ssh é o /etc/ssh/sshd_config

3 - posta ai o arquivo de configuração /etc/ssh/sshd_config.

4 - verifique se o usuário que está usando para acessar o servidor ssh realmente está cadastrado no servidor e tem permissão no arquivo /etc/ssh/sshd_config.


9. Re: SSH [RESOLVIDO]

Marcos Vinicius
marcosvinicius12

(usa Ubuntu)

Enviado em 12/09/2011 - 15:13h

Segue a configuração do sshd_config, estou logando como root

# 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
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

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

# Logging
SyslogFacility AUTH
LogLevel INFO

# Authentication:
LoginGraceTime 120
PermitRootLogin yes
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


10. Re: SSH [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 12/09/2011 - 15:16h

qual usuário cadastrado no servidor está usando para acessar o ssh?


11. Re: SSH [RESOLVIDO]

Marcos Vinicius
marcosvinicius12

(usa Ubuntu)

Enviado em 12/09/2011 - 15:21h

o root
ou o usuario que eu cadasteri pelo adduser


12. Re: SSH [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 12/09/2011 - 15:22h

conseguiu acessar com algum deles?



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts