Mudanças entre as edições de "CTIC:Rede"

De MediaWiki do Campus São José
Ir para navegação Ir para pesquisar
Linha 52: Linha 52:
 
* Porta: 161/UDP
 
* Porta: 161/UDP
 
* Configuração padrão:
 
* Configuração padrão:
rocommunity ifsc
+
rocommunity ifsc
sysLocation RNP
+
sysLocation RNP
sysContact coinf.sj@ifsc.edu.br
+
sysContact coinf.sj@ifsc.edu.br
sysServices 72
+
sysServices 72

Edição das 13h36min de 30 de novembro de 2010

Serviços em Rede

SSH

  • Porta: 22/TCP
  • Configuração padrão:
# Rede
Port 22
Protocol 2

# Certificados do servidor
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key

# Segurança por processo
UsePrivilegeSeparation yes
StrictModes yes

# Sessão
KeyRegenerationInterval 3600
ServerKeyBits 768
AcceptEnv LANG LC_*
PrintLastLog yes
TCPKeepAlive yes
PrintLastLog yes

# Log
SyslogFacility AUTH
LogLevel INFO

# Autenticação
LoginGraceTime 120
PermitRootLogin yes
RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile	%h/.ssh/authorized_keys
IgnoreRhosts yes
RhostsRSAAuthentication no
HostbasedAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no
PasswordAuthentication no
#
# 20101130 Ederson Torresini: controle de acesso para professores de Tele
AllowGroups teleserver root

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

# Autorização
UsePAM yes

SNMP

  • Porta: 161/UDP
  • Configuração padrão:
rocommunity ifsc
sysLocation RNP
sysContact coinf.sj@ifsc.edu.br
sysServices 72