Instalação SSH [RESOLVIDO]

1. Instalação SSH [RESOLVIDO]

Pedro Keryton M VIana
keryton

(usa Debian)

Enviado em 11/04/2014 - 11:06h

Sou iniciante. Instalei o aptitude install openssh-server ssh porém o arquivo sshd_config não se encontra em /etc/ssh/sshd_config pq ? como faça para enxergar esse arquivo ?


  


2. Re: Instalação SSH [RESOLVIDO]

Carlos Alberto de Souza Barbosa
souzacarlos

(usa Outra)

Enviado em 11/04/2014 - 13:57h

keryton escreveu:

Sou iniciante. Instalei o aptitude install openssh-server ssh porém o arquivo sshd_config não se encontra em /etc/ssh/sshd_config pq ? como faça para enxergar esse arquivo ?



Boa tarde.

Para localizar o arquivo a partir da /

find / -name sshd_config

Abraço.



3. Re: Instalação SSH [RESOLVIDO]

Cleber Mattos
mattos_gru

(usa Debian)

Enviado em 12/04/2014 - 02:00h

Confirmo que no Debian, ao menos desde a versão 6.0 o mesmo fica em /etc/ssh/

Há um exemplo tambem em /usr/share/doc/openssh-client/examples/sshd_config porem esta toda comentada.

Primeiro tente reconfigurar:

$ sudo dpkg-reconfigure openssh-client
$ sudo dpkg-reconfigure openssh-server


Ou tente reinstalar:

$ sudo aptitude purge openssh-client openssh-server
$ sudo dpkg --purge openssh-client openssh-server
$ sudo aptitude install openssh-client openssh-server

A abaixo foi tirada de uma maquina em produção e é funcional.

# 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
HostKey /etc/ssh/ssh_host_ecdsa_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 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


Use a Força, leia os fontes, leia os manuais!

A Resposta ou a Dica ajudou ou resolveu seu problema? Agradeça e vote na melhor.
O seu Tópico foi resolvido? Marque-o adequadamente.

A Comunidade VOL agradece!



4. agradecido

Pedro Keryton M VIana
keryton

(usa Debian)

Enviado em 14/04/2014 - 13:47h

boa tarde,

Resolvido.

mattos_gru, muitissimo obrigado, resolveu na instalação o arquivo apareceu.

aptitude install openssh client openssh server

Exite algo que eu possa fazer para marcar como resolvido ?


5. Re: Instalação SSH [RESOLVIDO]

Cleber Mattos
mattos_gru

(usa Debian)

Enviado em 14/04/2014 - 21:36h


Parabéns Keryton!

Vá na primeira janela do seu Post, abaixo do título "Instalação SSH" na faixa cinza escura que diz:

[1] Enviado em 11/04/2014 - 11:06h Instalação SSH

há um quadro cinza claro dizendo: Marcar como Resolvido (só aparece para voce que abriu o Post)

Clica nele.

Abraço!







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts