Displaying 6 results from an estimated 6 matches for "safeport".
2010 Jan 04
5
link-dest question
The command below was run on FreeBSD 7.2 with rsync-3.0.3.
The command works but copies all files, i.e. no hard links created.
rsync -vaxH --numeric-ids --delete --exclude=/home/apache/logs \
--link-dest=/mnt/200912/newharbor/home -e ssh newharbor.safeport.com:/home \
201001/newharbor/home/
The command was run without the continuation breaks that I added for
readability. The command ended with:
sent 3883375 bytes received 36841205930 bytes 1001130.04 bytes/sec
total size is 36840981254 speedup is 1.00
rsync warning: some files vanished befo...
2006 Nov 09
1
sshd_config question.
...single host root access via ssh. If the order of processing
DenyUsers, AllowUsers were reversed this cold be done in a straight forward
manner.
My question, is would adding an Apache-like derective Order Deny,Allow violate
any standards or be a security problem?
_____
Douglas Denault
http://www.safeport.com
doug at safeport.com
2010 Oct 14
1
Permission issues
I have a few machines running on a domain mixed windows platforms as low as windows 95 when I run my script it was working my server is fedora of late some of my xp clients keep giving me permissions error 13,1 and 23 and my windows 7 clients also. I running cwrsync on the clients the newest stable release from sourceforge.net where do I send my script so you could analyze.
Sent from my
2013 Oct 02
2
Problem with squid+ntlm+samba
...ufs /var/squid/cache 100 16 256minimum_object_size 0 KBmaximum_object_size 4 KBoffline_mode offcache_swap_low 90cache_swap_high 95
url_rewrite_program /usr/local/bin/redirectorurl_rewrite_children 50
# Setup some default aclsacl all src 0.0.0.0/0.0.0.0acl localhost src 127.0.0.1/255.255.255.255acl safeports port 21 70 80 210 280 443 488 563 591 631 777 901 5080 3128 1025-65535 5080 81 80 443 21 20acl sslports port 443 563 5080 5080 81 80 443 21 20acl manager proto cache_objectacl purge method PURGEacl connect method CONNECTacl dynamic urlpath_regex cgi-bin \?acl unrestricted_hosts src "/var/squi...
2000 Feb 28
3
SSH & xauth (fwd)
...cur when specifically authorized by the
user and following a fingerprint display, never automatically.
Robert N M Watson
robert at fledge.watson.org http://www.watson.org/~robert/
PGP key fingerprint: AF B5 5F FF A6 4A 79 37 ED 5F 55 E9 58 04 6A B1
TIS Labs at Network Associates, Safeport Network Services
On Thu, 24 Feb 2000, Brian Caswell wrote:
> The default SSH configuration for SSH1 and SSH2 allow for remote
> controlling of X sessions through X forwarding.
>
> All children of the SSH connection are able to tunnel X11 sessions
> through the X tunnel to the cli...
2003 Aug 22
3
PAE removal patch for testing
...@(#)pmap.c 7.7 (Berkeley) 5/12/91
- * $FreeBSD: src/sys/i386/i386/pmap.c,v 1.250.2.19 2003/08/09 16:21:18 luoqi Exp $
- */
-
-/*-
- * Copyright (c) 2003 Networks Associates Technology, Inc.
- * All rights reserved.
- *
- * This software was developed for the FreeBSD Project by Jake Burkholder,
- * Safeport Network Services, and Network Associates Laboratories, the
- * Security Research Division of Network Associates, Inc. under
- * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA
- * CHATS research program.
- *
- * Redistribution and use in source and binary forms, wit...