Displaying 4 results from an estimated 4 matches for "22022".
Did you mean:
  2022
  
2009 Mar 23
1
Security advice, please
...;re ready to allow remote access:
>
> 5. In your router, forward a high-numbered port to 22 on the server.  If
> it's not smart enough to use different port numbers on either side, you
> can change the sshd configuration so it listens on a different port
> instead.  I like to use 22022 for this.
>
> This is *not* security through obscurity.  It's simply a way to reduce
> the amount of log spam you have to dig through when monitoring your
> system's behavior.  Everything that appears in your logs should be
> *interesting*.  Constant port knocking from worms...
2019 May 31
9
[Bug 3017] New: ExitOnForwardFailure=yes doesn't work for local forwards (-L)
https://bugzilla.mindrot.org/show_bug.cgi?id=3017
            Bug ID: 3017
           Summary: ExitOnForwardFailure=yes doesn't work for local
                    forwards (-L)
           Product: Portable OpenSSH
           Version: 7.6p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: ssh
     
2009 Dec 31
0
How to annotate lattice plots
...21443 21446
21448
    7     6     8     5     7    12    10     3    10     3     6    
9    10
21459 21497 21519 21524 21584 21604 21630 21632 21645 21685 21702 21711
21741
   13     4     3     6    10    10     6     9    12     3     7    
8     4
21744 21787 21818 21844 21846 21858 21881 21950 22022 22043 22044 22053
22072
    1     1     6     5     1    13     4     3     4     1     3    
4     5
22074 22084 22125 22126 22146 22155 22167 22215 22216
    5     6     1     4     8     9     4     6    14
I have Murrell's R Graphics book, but don't see how to do what I want,
at least...
2003 Sep 29
0
Samba 3 doesn't compile against SUN directory server 4.16sp1
...tried to compile samba 3 on Solaris 8 with SUn directory server 4.16sp1.
I run configure --with-acl-support --with-quotas.
The first problem is, that configure reports that ldap.h can not be 
compiled. In config.log, I found the following lines:
configure:22013: checking ldap.h usability
configure:22022: gcc -c -g -O2 -I/usr/local/include  -D_LARGEFILE_SOURCE 
-D_FILE
_OFFSET_BITS=64 conftest.c >&5
In file included from configure:22050:
/usr/include/ldap.h:494: error: field `ldctl_value' has incomplete type
/usr/include/ldap.h:1083: error: parse error before "BerElement"
/usr/...