Displaying 7 results from an estimated 7 matches for "ssh_port".
2007 Apr 04
5
sshkey
Hello all,
How are you using the sshkey type? Are you using it to list hosts and keys in a class that nodes include in order to manage /etc/ssh/ssh_known_hosts or something else? How does any of this relate to the sshrsakey and sshdsakey facts on the host? I read some stuff about this on the Virtual Resources page but it''s too vague for my simple mind and I''d be reluctant to use
2007 Jul 09
1
Help with traffic control (HTB ESFQ RED)
...angle table cleanup ###
iptables -t mangle -F
iptables -t mangle -X
## ROOT QDISC cleanup in $DEV
tc qdisc del dev $DEV root 2> /dev/null > /dev/null
tc qdisc del dev $DEV ingress 2> /dev/null > /dev/null
#tc qdisc del dev $HDEV root 2> /dev/null > /dev/null
P2P_IP=192.168.0.100
SSH_PORT=9000
### CLASSES ###
SSH=1:10
P2P=1:20
DEF=1:30
HTTP=1:40
iptables -t mangle -A POSTROUTING -s $P2P_IP -o $DEV -j CLASSIFY
--set-class $P2P
iptables -t mangle -A OUTPUT -o $DEV -p tcp --sport $SSH_PORT -j MARK
--set-mark 1
iptables -t mangle -A POSTROUTING -o $DEV -s ! $P2P_IP -p tcp -m length...
2005 Apr 04
0
io timeout after 180 seconds
...follows:
~ * 'backup_name' => array(
~ * 'enabled' => 'this config enabled? true or false',
~ * 'ip' => 'server ip address/FQDN',
~ * 'ssh_user' => 'the ssh user to use for rsync',
~ * 'ssh_port' => 'the ssh port (optional, defaults to 22)',
~ * 'directories' => 'backup directories separated by a space
WITHOUT a trailing slash (i.e. /home /root)',
~ * If a directory has a space in it, escape
it with a \
~ * 'ex...
2011 Jun 30
6
puppet autosign by VLAN IP
Hi,
Can puppet autosign work by giving vlan IP instead of domain?
For example, in the autosign.conf file, instead of using
*.mydomain.org, I want to give 172.18.133.*
But it does not seem to work if I give the IP address. But I don''t
want to limit the client from *.mydomain.org by only allow certain
vlan client not all the are in the same domain.
Thanks,
-Haiyan
--
You received this
2012 Nov 24
0
ssh-keyscan continuity patch --
...age();
- while ((opt = getopt(argc, argv, "Hv46p:T:t:f:")) != -1) {
+ while ((opt = getopt(argc, argv, "HLv46p:T:t:f:")) != -1) {
switch (opt) {
case 'H':
hash_hosts = 1;
break;
+ case 'L':
+ log_verbose = 1;
+ break;
case 'p':
ssh_port = a2port(optarg);
if (ssh_port <= 0) {
@@ -714,7 +859,7 @@
fdlim_set(maxfd);
fdcon = xcalloc(maxfd, sizeof(con));
- read_wait_nfdset = howmany(maxfd, NFDBITS);
+ read_wait_nfdset = howmany(maxfd + 1, NFDBITS);
read_wait = xcalloc(read_wait_nfdset, sizeof(fd_mask));
for (j = 0; j...
2009 Apr 25
0
qemu 0.10.2 and Solaris snv111 64 Bit /"unexpected erratum #100"
...but after rebooting from the virtual disk Solaris panics:
qemu usage:
/opt/qemu_0.10.x/bin/qemu-system-x86_64 -net user -net nic -usb
-usbdevice tablet -L /usr/local/share/qemu_0.9.x -boot c -m 1024 -net
nic,model=rtl8139 -net nic -net nic -redir tcp:1136::22 -name
''Solaris/Nevada_(ssh_port:_1136)'' -hda /data/qemu/harddisk/nevada.hdd
-serial stdio
kqemu 1.4 was enabled for User Mode
Console output:
SunOS Release 5.11 Version snv_111 64-bit
Copyright 1983-2009 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
features:
61036fff<cpuid,nx,asy...
2024 Sep 01
1
geo-rep will not initialize
...quot;Created."
> Can you share the output of your version of? 'sh -x
> /usr/libexec/glusterfs/gverify.sh masterVol slaveUser slaveHost
> slaveVol sshPort logFileName' check ?
sh -x /usr/libexec/glusterfs/gverify.sh j geoacct pms n 7887 /tmp/logger
+ BUFFER_SIZE=104857600
+ SSH_PORT=7887
++ gluster --print-logdir
+ primary_log_file=/var/log/glusterfs/geo-replication/gverify-primarymnt.log
++ gluster --print-logdir
+
secondary_log_file=/var/log/glusterfs/geo-replication/gverify-secondarymnt.log
+ main j geoacct pms n 7887 /tmp/logger
+ log_file=/tmp/logger
+ inet6=
+ local cmd...