similar to: Why add ListenAddress to sshd_conf

Displaying 20 results from an estimated 200 matches similar to: "Why add ListenAddress to sshd_conf"

2004 Aug 06
3
E1 monochannel :-(
Hola! I'm using asterisk as H.323 -> PRI gateway. First call goes thru ok, second concurrent call fails with: Aug 6 11:52:30 DEBUG[737292]: chan_h323.c:1038 setup_incoming_call: Sending to context [ip2pri] -- Executing Dial("H323/ip$192.168.32.25:60271/984", "Zap/1/9541163107100") in new stack Aug 6 11:52:30 NOTICE[753677]: app_dial.c:554 dial_exec: Unable to
2005 Apr 15
2
Newbie question
Hola! I''m trying to follow the User Manual''s example on how to run ttylinux on xen and failing. # xm create ttylinux-xen.cf -c Using config file "ttylinux-xen.cf". Started domain ttylinux, console on port 9604 ************ REMOTE CONSOLE: CTRL-] TO QUIT ******** Linux version 2.6.11-xenU (horape@elanor.compendium.net.ar) (gcc version 3.3.5 (Debian 1:3.3.5-3)) #1 Thu
2004 Aug 02
1
help with digium E1 card
Hola! I've a Digium E1 card, zaptel recognizes it as (loading the module with debug=1) Setting up DMA (write/read = 321b2000/321b2200) Controller version: 43 Framer: DS21554, Revision: 5 (E1) Found a Wildcard: Digium Wildcard E100P E1/PRA Using CCS/HDB3 coding/framing with CRC4 120 Ohms Calling startup (flags is 4099) Started DMA Got interrupt: 0x0005 /etc/zaptel.conf:
2003 Apr 13
1
torisa rev b
?Hola! torisa.c (from zaptel 0.50) says: #define MASTERVAL 0x41 /* Enable E1 master clock on Rev. B board */ Does that mean that there is a torisa revB? If so, are the schematics downloadable from somewhere? (www.zapatatelephony.org only has Rev. A ones) Does the Rev. A support E1? (just changing the DS2151 for DS2153, the DS crystal and closing the E1 jumpers, or something else is
2006 Aug 12
0
trivial questions about rails edge
Hola! I''ve just downloaded rails edge and noted two strange things: ---------------- 1. The "About your application.s environment" link on "Welcome aboard" page fails saying: Rails/infoController#properties uninitialized constant Rails::InfoController The trace ends like : vendor/rails/activesupport/lib/active_support/dependencies.rb:178:in
2003 Apr 21
0
torisa: trying to understand the design
?Hola! I'm trying to understand the torisa design and i'm mistified by the upper part of the third page (generation of ALE and DWR from MEMWR and CS2..5) Can somebody explain me how the magic there works? Why can't just do ALE = ~(CS3 | CS5) and DWR = MEMWR ? (DS app note 326/452, "DS2141A, DS2143, DS2151, DS2153 Interfacing to a Nonmultiplexed Bus", at
2005 Jul 31
1
Mirror site ftp.plig.org out of date
The mirror site ftp.plig.org is out of date, for example <ftp://ftp.plig.org/pub/OpenBSD/OpenSSH/portable/snapshot/> stops in 2005-03-07 while the same directory on the master site has recent files. I don't know whether this outdatedness applies only to the Portable OpenSSH snapshots or to the whole OpenBSD tree. -- Ed Avis <ed at membled.com>
2004 Sep 22
8
Digium Hardware
Hi, Has anybody had any problems getting digium hardware lately? Regards Greg Cirino ___________________________________ Cirelle Enterprises Inc. 603-425-2221 www.cirelle.com Website Design www.cirelle.net ProSpeed High Speed Dial-up - 5 Times Faster www.cedata.com Web, FTP, Email Hosting Services www.mlsbot.com MLS IDX Services When You Want It Done Well, Just Call Cirelle It's not just a
2024 Feb 06
2
[Bug 3664] New: sftp
https://bugzilla.mindrot.org/show_bug.cgi?id=3664 Bug ID: 3664 Summary: sftp Product: Portable OpenSSH Version: 9.4p1 Hardware: amd64 OS: Mac OS X Status: NEW Severity: minor Priority: P5 Component: scp Assignee: unassigned-bugs at mindrot.org Reporter: rossmck at
2008 May 06
4
General Plotting Question
f <- (structure(list(X = structure(96:97, .Label = c("119DAmm", "119DN", "119DNN", "119DO", "119DOC", "119Flow", "119Nit", "119ON", "119OPhos", "119OrgP", "119Phos", "119TKN", "119TOC", "148DAmm", "148DN", "148DNN", "148DO",
2016 May 25
1
RFC: FileCheck Enhancements
It's equivalent to {{\b}}whatever{{\b}}. I amn't sure if assertion \b is supported. \s will not match with start and of line, but it should be matched. Elena. -----Original Message----- From: Jonathan Roelofs [mailto:jonathan at codesourcery.com] Sent: Tuesday, May 24, 2016 5:14 PM To: Elena Lepilkina <Elena.Lepilkina at synopsys.com>; llvm-dev <llvm-dev at lists.llvm.org>
2008 Jul 02
6
smbclient sending ICMP unreachable destination host(administratively prohibited)
I'm using fedora 9, 64-bit edition, on a machine acting as a client. I've installed samba-client 3.2.0 from a binary package. I amn't running the server portion of samba(smbd, nmbd, or even winbindd). I'm trying to access shares on another windows machine, on the same network 192.168.1.0/24. Both machines, the client and the server, are using DHCP to acquire IP addresses. When I
2006 Jun 24
6
Ajax fade effect
I have a list of categories, when I delete one of them, I want that item to fade and then get removed. So I do the following: 1. home_controller: def delete @category = Category.find_by_name(params[:name]) @element_id = @category.name Category.delete_all(["name = ?", @category.name]) end 2. delete.rjs: if @element_id page.visual_effect :fade, @element_id
2008 Oct 02
2
[LLVMdev] VMKit broken on trunk
With trunk(r56943), I get: make[3]: Entering directory `/home/tinuviel/llvm/vmkit/lib/JnJVM/VMCore' llvm[3]: Compiling JnjvmModule.cpp for Debug build JnjvmModule.cpp:11:38: error: llvm/ParameterAttributes.h: No such file or directory -- Seo Sanghyeon
2006 Aug 16
5
Rails theory question, where to put a join query
The is something I wrestle with a bit when I construct joined queries.. Perhaps some experienced insight will straighten this out for me. Say you have two tables with two models, ''authors'' and ''posts''. an author has_many posts, a post has_one author. You need methods to do the following queries: find_author(postid) find_posts(authorid) And you are doing a
2005 Dec 13
1
sshd -p option vs ListenAddress
If all ListenAddress lines in the sshd_config file specify a port, then the -p option to sshd is silently ignored: # cat test_sshd_config2 ListenAddress 0.0.0.0:22 ListenAddress 0.0.0.0:2222 # `pwd`/sshd -D -d -p 4411 -f test_sshd_config2 debug1: sshd version OpenSSH_4.2p1 debug1: private host key: #0 type 0 RSA1 debug1: read PEM private key done: type RSA debug1: private host key: #1 type 1
2013 Nov 08
0
[Bug 86] Port should not depend on ListenAddress
https://bugzilla.mindrot.org/show_bug.cgi?id=86 Tetsuo Handa <penguin-kernel at I-love.SAKURA.ne.jp> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |penguin-kernel at I-love.SAKUR | |A.ne.jp
2015 Apr 24
0
[Bug 86] Port should not depend on ListenAddress
https://bugzilla.mindrot.org/show_bug.cgi?id=86 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |trivial CC| |dtucker at zip.com.au --- Comment #1 from Darren Tucker
2015 Apr 24
0
[Bug 86] Port should not depend on ListenAddress
https://bugzilla.mindrot.org/show_bug.cgi?id=86 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org --- Comment #2 from Damien Miller <djm at mindrot.org> --- IMO the behaviour I'd expect
2015 Apr 24
0
[Bug 86] Port should not depend on ListenAddress
https://bugzilla.mindrot.org/show_bug.cgi?id=86 --- Comment #3 from Darren Tucker <dtucker at zip.com.au> --- (In reply to Damien Miller from comment #2) > Darren just pointed out that we do this wrong wrt ListenAddress too I think you meant AddressFamily. -- You are receiving this mail because: You are the assignee for the bug. You are watching someone on the CC list of the bug.