I see that there is a new sshd_config in the latest updates.
Since I have altered the original file, this one got installed as .rpmnew
It has two changes:
#AddressFamily any
So does this make it default to IPv4 only?
#ChrootDirectory none
Chroot is now an option for SSH?
See "man sshd_config"
#AddressFamily any Valid arguments are 'any', 'inet' (use IPv4 only) or 'inet6' (use IPv6 only)
#ChrootDirectory none Specifies a path to chroot to after authentication.
On Thu, Sep 17, 2009 at 9:35 AM, Robert Moskowitz rgm@htt-consult.comwrote:
I see that there is a new sshd_config in the latest updates.
Since I have altered the original file, this one got installed as .rpmnew
It has two changes:
#AddressFamily any
So does this make it default to IPv4 only?
#ChrootDirectory none
Chroot is now an option for SSH?
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Vinicius Coque wrote:
See "man sshd_config"
#AddressFamily any Valid arguments are 'any', 'inet' (use IPv4 only) or 'inet6' (use IPv6 only)
Perviously this was uncommented, so now it is running on the default...
#ChrootDirectory none Specifies a path to chroot to after authentication.
This line was not even present before. So it is still running on the default. But since it was added, is this a new option?
On Thu, Sep 17, 2009 at 9:35 AM, Robert Moskowitz <rgm@htt-consult.com mailto:rgm@htt-consult.com> wrote:
I see that there is a new sshd_config in the latest updates. Since I have altered the original file, this one got installed as .rpmnew It has two changes: > #AddressFamily any So does this make it default to IPv4 only? > #ChrootDirectory none Chroot is now an option for SSH? _______________________________________________ CentOS mailing list CentOS@centos.org <mailto:CentOS@centos.org> http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Yes, it is a new option, since it was added.
ChrootDirectory is a new feature introduced in OpenSSH 4.9
On Thu, Sep 17, 2009 at 10:32 AM, Robert Moskowitz rgm@htt-consult.com wrote:
Vinicius Coque wrote:
See "man sshd_config"
#AddressFamily any Valid arguments are 'any', 'inet' (use IPv4 only) or 'inet6' (use IPv6 only)
Perviously this was uncommented, so now it is running on the default...
#ChrootDirectory none Specifies a path to chroot to after authentication.
This line was not even present before. So it is still running on the default. But since it was added, is this a new option?
On Thu, Sep 17, 2009 at 9:35 AM, Robert Moskowitz <rgm@htt-consult.com mailto:rgm@htt-consult.com> wrote:
I see that there is a new sshd_config in the latest updates.
Since I have altered the original file, this one got installed as .rpmnew
It has two changes:
> #AddressFamily any
So does this make it default to IPv4 only?
> #ChrootDirectory none
Chroot is now an option for SSH?
_______________________________________________ CentOS mailing list CentOS@centos.org mailto:CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Thu, Sep 17, 2009 at 5:35 AM, Robert Moskowitz rgm@htt-consult.com wrote:
I see that there is a new sshd_config in the latest updates.
Since I have altered the original file, this one got installed as .rpmnew
It has two changes:
> #AddressFamily any
So does this make it default to IPv4 only?
Depending upon the version of OpenSSH ( I built OpenSSH 5.2p1 from source) I ended up having to set
AddressFamily inet
in order to use IPV4 and X11 forwarding - presumably to avoid IPV6 high jacking of the X11 connection.
> #ChrootDirectory none
Chroot is now an option for SSH?
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos