search for: remote_hosts

Displaying 20 results from an estimated 91 matches for "remote_hosts".

Did you mean: remote_host
2016 Oct 24
2
SSH fail to login due to hang over after authenticated.
I don't think it will be easy to identify the problem remotely. You can try logging in with password (if not disabled), or sshing with some other key, or logging into some other user. If you are able to get access to the machine, post the server's error log here. On Mon, Oct 24, 2016 at 9:55 PM, Jin Li <lijin.abc at gmail.com> wrote: > Hi Tanmay, > > The server is not
2016 Feb 17
2
Asterisk 13.6.0/The simplest TCP configuration does not work
...um the issues and their solutions: > > (a) Inside/from-internal calling. Only need transport=tcp in pjsip.conf. > No need to update every SIP (user) endpoint's transport, though that did > not disrupt anything. > (b) For pjsip_wizard configuration, add the transport into the > remote_hosts line like so noting that the backslash is important otherwise > the transport part of the line is a comment! > > remote_hosts = silly.pstn.twilio.com?\;transport=tcp > > Simple errors, but vexing, vexing, vexing issues. > One thing to be aware of...? There is currently a PJSIP b...
2016 Feb 19
2
No matching endpoint found for incoming call from SIP trunk
...another SIP trunk and >> the issue was that I had mixed up "identify" and with "identity", but I >> have not such type in my pjsip_wizard.conf which looks like this: >> >> type = wizard >> sends_auth = yes >> sends_registrations = no >> remote_hosts = sillyapp.pstn.twilio.com\;transport=tcp >> > > ?I'll bet that if you do a "pjsip show transport twilio"? you won't see > any Identify or Matches. I think there's a bug in the wizard that's not > correctly handling the "\;transport=tcp" in all...
2016 Feb 19
2
No matching endpoint found for incoming call from SIP trunk
...oint found The last time I had this error, I was dealing with another SIP trunk and the issue was that I had mixed up "identify" and with "identity", but I have not such type in my pjsip_wizard.conf which looks like this: type = wizard sends_auth = yes sends_registrations = no remote_hosts = sillyapp.pstn.twilio.com\;transport=tcp outbound_auth/username = gobble outbound_auth/password = degookdegook endpoint/context = from-external endpoint/disallow = all endpoint/allow = ulaw aor/qualify_frequency = 15 And--of course, I do have the DID configured on my extension, and in the dialpla...
2016 Feb 17
2
Asterisk 13.6.0/The simplest TCP configuration does not work
...ave right now in pjsip_wizard.conf (again, I have removed > it from /etc/asterisk/ because Asterisk won't even work for "from-internal" > calls with the conf in /etc/asterisk) > > [twilio-siptrunk] > type = wizard > sends_auth = yes > sends_registrations = no > remote_hosts = silly.pstn.twilio.com > remote_hosts = silly.pstn.twilio.com ?\;transport=TCP? outbound_auth/username = username > outbound_auth/password = sillypassword > endpoint/context = from-external ;;; change later > endpoint/disallow = all ;;; change later > endpoint/allow = ulaw ;;; ch...
2006 Mar 28
1
Using request.env[''REMOTE_HOST'']
Hi, I''m currently using request.env[''REMOTE_HOST''] to pull back the remote users IP address. This worked fine in development (and production) under Webrick but when I tried to use it with mongrel, it kicked back an error. Is there a more appropriate way to find out the remote users IP address? Thanks in advance! -- Posted via http://www.ruby-forum.com/.
2015 Nov 27
2
nitwit's attempt to edit samba source
Hi Viktor! Thanks for your try at this, I am already doing what you suggest: the iptables - timestaps. But that is rather troublesome, and I would very much samba to log this vital info. Anyway, I tried what you suggested, and now it stopped compiling. :-) Does this error perhaps tell you something, or are you just as clueless as I am now: > [1955/4033] Compiling source4/auth/ntlm/auth.c
2008 Jan 09
3
DO NOT REPLY [Bug 5183] New: -r --include= --exclude= broken for version>=3.0.0pre5?
https://bugzilla.samba.org/show_bug.cgi?id=5183 Summary: -r --include= --exclude= broken for version>=3.0.0pre5? Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2015 Nov 26
2
nitwit's attempt to edit samba source
Hi, Since I really would like some more info (specifically: remote ip address) to be logged with failed password attempts, I have tried to edit the samba source code. :-) Anyway, I changed in source4/auth/ntlm/auth.c > if (tevent_req_is_nterror(req, &status)) { > DEBUG(2,("auth_check_password_recv: " > "%s authentication for user [%s\\%s] " >
2016 Oct 24
2
SSH fail to login due to hang over after authenticated.
Hi OpenSSH, I encountered that SSH will hang over after I input the password. Could you help show me how to resolve this problem? Thanks for your help. Please find the ssh debug info and my ssh version as below. $ ssh -vvv user1 at remote_host OpenSSH_6.9p1, LibreSSL 2.1.8 debug1: Reading configuration data /Users/user1/.ssh/config debug1: /Users/user1/.ssh/config line 36: Applying options for
2014 Jun 17
2
rsync specified directory(ies)
Hello, i try to copy a specified directory and the according folders and files below to a remote host. cd /dir /usr/bin/rsync -ravz -e ssh --include='*/' --include='*/00/*/*' --exclude='*' . remote_host:/tmp i want to copy in these example the directory "00" and the according folders and files below. the structure of the directory is defined by a software and
2016 Oct 24
1
SSH fail to login due to hang over after authenticated.
Can you confirm if the problem is specific to the ssh client, or the ssh server? (Try to ssh into the same server from different client, and to some different server from the same client) On Mon, Oct 24, 2016 at 9:41 PM, Jin Li <lijin.abc at gmail.com> wrote: > Hi OpenSSH, > > I encountered that SSH will hang over after I input the password. > Could you help show me how to
2008 Jan 09
7
DO NOT REPLY [Bug 5182] New: -r --include= --exclude= broken for version>=3.0.0pre5?
https://bugzilla.samba.org/show_bug.cgi?id=5182 Summary: -r --include= --exclude= broken for version>=3.0.0pre5? Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2015 Nov 27
0
nitwit's attempt to edit samba source
On 26.11.2015 03:51, mourik jan heupink wrote: > Hi, > > Since I really would like some more info (specifically: remote ip > address) to be logged with failed password attempts, I have tried to > edit the samba source code. :-) > > Anyway, I changed in source4/auth/ntlm/auth.c > > >> if (tevent_req_is_nterror(req, &status)) { >>
2012 May 30
1
need assist with upstart config problem
I am trying, without success, to create an upstart config file to automatically start and restart an ssh proxy. The command sting that I use in the script has been checked and verified from the shell but it fails in the upstart file. The file contents are: . . . # proxy is used to authenticate smtp submissions # so start it before the postfix service starts start on starting postfix # Take
2015 Jan 21
4
way to set shell used for remote commands?
On Wed, Jan 21, 2015 at 17:29:00 +0000, Alex Bligh wrote: > > On 21 Jan 2015, at 15:36, Jason Vas Dias <jason.vas.dias at gmail.com> wrote: > > > Please can OpenSSH provide some way of specifying which shell to use to > > execute commands on a host. > > Using dash as an example of another shell: > > ssh 127.0.0.1 -t dash > > and > >
2010 Jan 27
2
[LLVMdev] question about running llvm test-suite on remote machine
Hi, I've looked into use of the remote variables: REMOTE_HOST, REMOTE_CLIENT, REMOTE_USER, etc. Can you tell me how exactly one uses these variables to run the llvm test-suite remotely? As far as I can tell, the local host and remote host directory structures have to match exactly. In addition, it seems that the remote host has to pre-generate building the test executables, while the
2007 Jan 18
1
Replicating a tree with root permissions
We have a large (20Gb, 250000 files) tree which needs to replicate across our WAN on a regular basis. We have been using a wrapper script around rsync to do this; the wrapper script runs setuid-root on a Solaris 8 server. However, we have on-going problems with files whose permissions don't replicate correctly. These file permissions are the REAL problem; if the permissions aren't
2010 Jan 27
0
[LLVMdev] question about running llvm test-suite on remote machine
On Jan 27, 2010, at 3:42 PM, Jose Rangel wrote: > Hi, > > I’ve looked into use of the remote variables: REMOTE_HOST, REMOTE_CLIENT, REMOTE_USER, etc. Can you tell me how exactly one uses these variables to run the llvm test-suite remotely? > > As far as I can tell, the local host and remote host directory structures have to match exactly. In addition, it seems that the remote
2013 Jun 04
3
ssh -Y X-forwarding?
On rare occasions I want to run a remote X command (like 'meld' to interactively merge changes in files) and normally 'ssh -Y remote_host' from a terminal in an NX/freenx window that is acting as my desktop to start and any X program subsequently started would open in a new window via X-forwarding - at least when the target is a 5.x host. I don't do it often enough to remember