public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] ssh configuration guide
@ 2008-10-09  8:06 David Rioja
  2008-10-09 16:38 ` Andrey Falko
  2008-10-10  6:09 ` Stroller
  0 siblings, 2 replies; 5+ messages in thread
From: David Rioja @ 2008-10-09  8:06 UTC (permalink / raw
  To: gentoo-user

This is my very first post to the list, so hello you all :)

I've been editing /etc/ssh/sshd_config in order to configure SSH as told 
in the guide at gentoo.org. The options you have to set for a quick 
start configuration are:

Port 22
Protocol 2
ServerKeyBits 2048
SyslogFacility AUTH
LogLevel INFO
LoginGraceTime 60
PermitRootLogin no
RSAAuthentication no
PubkeyAuthentication yes
PasswordAuthentication no
PermitEmptyPasswords no
PAMAuthenticationViaKbdInt no
Compression yes
KeepAlive yes
ClientAliveInterval 30
ClientAliveCountMax 4


I have encountered two issues in that:

1.- When restarting the sshd service you are told 
PMAAuthenticationViaKbdInt is deprecated.

2.- KeepAlive is not commented in the default configuration file, there 
is TCPKeepAlive instead. I suppose same options are the same. Could 
anyone confim that?

Thanks!



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-10-11  0:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-09  8:06 [gentoo-user] ssh configuration guide David Rioja
2008-10-09 16:38 ` Andrey Falko
2008-10-10  7:35   ` David Rioja
2008-10-11  0:08     ` Eric Martin
2008-10-10  6:09 ` Stroller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox