search for: sshd2_config

Displaying 7 results from an estimated 7 matches for "sshd2_config".

Did you mean: ssh2_config
2000 Apr 19
2
ssh and chroot...
I have a RedHat 6.0 x86 server which is serving a number of minor things, which I wish to add shell access to. I'm currently running sshd and am quite happy with it, the exceptiong being that I am unable to make sshd perform a chroot for shell account users. I have been reading man pages and howto's, many of which discuss sshd or chroot, but never the two together. Is this not an
2002 May 15
3
ssh3 with ssh1
On Solaris 8, I have ssh 3.1.0 and on other box Sol 7 I have 1.2.26 (min version for comtable with ssh 3), I checked also /etc/ssh2/sshd2_config file ## SSH1 compatibility # Ssh1Compatibility <set by configure by default> # Sshd1Path <set by configure by default 2) generate key for ssh3 # ssh-keygen2 -P /etc/ssh2/hostkey and add hostkey.pub in ssh1 authorized_keys fi...
2013 May 13
1
Session rekeying support in OpenSSH
...mount of time. I manually verified the OpenSSH_5.2p1 and OpenSSH-6.2 source codes and haven?t found any code support for session rekeying in both releases. SSH2 supports session rekeying using the parameter ?RekeyIntervalSeconds? with default value 3600 seconds (one hour) in both ssh2_config and sshd2_config files. I haven?t found similar parameter in both releases OpenSSH_5.2p1 and openssh-6.2 configuration files. Does openSSH not support session rekeying (rekeying after a specified amount of time)? If so, is there any alternative approach to achieve this behavior? Your prompt reply would be so hel...
2000 Nov 30
2
Problem talking to SSH 2.3.0 server
I'd like to report a problem I found with the OpenSSH client talking to the SSH 2.3.0 server. client: i686-pc-linux (Debian 2.2, kernel 2.2.18pre19, glibc-2.1.3), SSH-2.0-OpenSSH_2.3.0p1 (built by me from source, but the same problem occurs with ssh_2.2.0p1-1.1 as shipped with Debian 2.2). server: sparc-sun-solaris2.7, SSH-2.0-2.3.0 SSH Secure Shell (non-commercial) Problem: some time
2002 Mar 18
0
SSH and root access from limited hosts
...Carasik [SMTP:gator at cacr.caltech.edu] > Sent: Friday, March 15, 2002 6:13 PM > To: Ferguson, Duncan > Cc: 'secureshell at securityfocus.com' > Subject: Re: SSH and root access from limited hosts > > Hi Duncan > > There should be something in the sshd_config (and sshd2_config for > SSH.com) > for PermitRootLogin. > > The options are yes, no, and nopwd (which means either hostbased or public > key authentication only). > > -Anne > > On Fri, Mar 15, 2002 at 01:08:31PM -0000, Ferguson, Duncan wrote: > > I have been looking around in the...
2003 Jun 06
1
X11 forwarding after su'ing
...h "sshd -f sshd1_config" with "ListenAddress <hostname on ethx>" "PermitRootLogin no" "PidFile /var/run/ssh1.pid" <== That one bit me ... in the ass a few times ;-) ... And another started with "sshd -f sshd2_config" "ListenAddress dummy0" "PermitRootLogin yes" "PidFile /var/run/ssh2.pid" dummy0 is the hostname of the ip address on a loopbackadapter (Debian/GNU/Linux /etc/modules, dummy; HPUX/Sun ifconfig lo0:1; winx msloopback adapter) which is not visible on the outside...
2006 Aug 19
9
SSH scans vs connection ratelimiting
Gang, For months now, we're all seeing repeated bruteforce attempts on SSH. I've configured my pf install to ratelimit TCP connections to port 22 and to automatically add IP-addresses that connect too fast to a table that's filtered: table <lamers> { } block quick from <lamers> to any pass in quick on $ext_if inet proto tcp from any to ($ext_if) port 22 modulate