Displaying 20 results from an estimated 91 matches for "remote_host".
2016 Oct 24
2
SSH fail to login due to hang over after authenticated.
...countered 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
> remote_host
> >> debug1: Reading configuration data /etc/ssh/ssh_config
> >> debu...
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...
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 al...
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
dialpl...
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 ;;; c...
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 htt...
2015 Nov 27
2
nitwit's attempt to edit samba source
...ed from ../source4/include/includes.h:62:0,
> from ../source4/auth/ntlm/auth.c:21:
> ../source4/auth/ntlm/auth.c: In function ‘auth_check_password_recv’:
> ../source4/auth/ntlm/auth.c:429:34: error: dereferencing pointer to incomplete type
> state->user_info->remote_host->addr,
> ^
> ../source4/../lib/util/debug.h:185:20: note: in definition of macro ‘DEBUG’
> && (dbgtext body) )
> ^
> Waf: Leaving directory `/root/samba-4.3.1/bin'
> Build failed: -> task failed (err...
2008 Jan 09
3
DO NOT REPLY [Bug 5183] New: -r --include= --exclude= broken for version>=3.0.0pre5?
...sync-qa@samba.org
Hello,
I'm probably missing something (apologies if so), but this has worked
for me for years, and starting from 3.0.0pre5 has stopped working in a
way that smells of some kind of bug.
To reproduce the (possible) bug, set up the following scene.
Remote host/directory: remote_host:/some/dir
Local host: current directory containing file `foo'
(I'm assuming working passwordless ssh connection between local and
remote host)
>From the directory containing the file foo I issue the following command:
rsync -e ssh -r --include='/foo' --excl...
2015 Nov 26
2
nitwit's attempt to edit samba source
...cv: "
> "%s authentication for user [%s\\%s] on host %s "
> "FAILED with error %s\n",
> (state->method ? state->method->ops->name : "NO_METHOD"),
> state->user_info->mapped.domain_name,
> state->user_info->remote_host,
> state->user_info->mapped.account_name,
> nt_errstr(status)));
> tevent_req_received(req);
> return status;
> }
No idea if that could work or not.... Anyway: my code actually compiled,
installed, and I provisioned a test domain/dc.
I was amazed. :-)
Anyway, t...
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 remote_host
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
debug1: /etc/ssh/ss...
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 only directory "00" is variable.
the structure of the directories are :
000001
000001/00
000001/00/dir1
000001/00/di...
2016 Oct 24
1
SSH fail to login due to hang over after authenticated.
...gmail.com> wrote:
> 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 remote_host
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: /etc/ssh/ssh_config line 20: Applying options...
2008 Jan 09
7
DO NOT REPLY [Bug 5182] New: -r --include= --exclude= broken for version>=3.0.0pre5?
...sync-qa@samba.org
Hello,
I'm probably missing something (apologies if so), but this has worked
for me for years, and starting from 3.0.0pre5 has stopped working in a
way that smells of some kind of bug.
To reproduce the (possible) bug, set up the following scene.
Remote host/directory: remote_host:/some/dir
Local host: current directory containing file `foo'
(I'm assuming working passwordless ssh connection between local and
remote host)
>From the directory containing the file foo I issue the following command:
rsync -e ssh -r --include='/foo' --excl...
2015 Nov 27
0
nitwit's attempt to edit samba source
...[%s\\%s] on host %s "
>> "FAILED with error %s\n",
>> (state->method ? state->method->ops->name : "NO_METHOD"),
>> state->user_info->mapped.domain_name,
>> state->user_info->remote_host,
>> state->user_info->mapped.account_name,
>> nt_errstr(status)));
>> tevent_req_received(req);
>> return status;
>> }
>
> No idea if that could work or not.... Anyway: my code actually
> compiled, installed...
2012 May 30
1
need assist with upstart config problem
...PKI credentials for LOGIN_USER
env LOGIN_IDENT=/root/.ssh/id_rsa
# login host, may be different than remote host for port forwarding
# must resolve to an address that sshd login server listens on
env LOGIN_HOST=inet07.hamilton.harte-lyne.ca
# the remote host destination for port forwarding
env REMOTE_HOST=inet07.hamilton.harte-lyne.ca
# port that remote service listens on
env REMOTE_PORT=143
# Locate ssh binary
env SSH_BINARY=/usr/bin/ssh
# SSH options used:
### -D : "dynamic" app-level port forwarding - not used. ###
# -f : run in background without a terminal implies -n...
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 th...
2007 Jan 18
1
Replicating a tree with root permissions
...ate correctly. These file permissions are the REAL problem; if the permissions aren't correct, the tree isn't useful.
Current rsync command-line:
rsync -e rsh --stats --delete -avz --ignore-errors --blocking-io --exclude-from="exclude.list" --rsync-path="rsync_path" remote_host:/my/source/dir /my/source
The most recent failure involves files which are owned by root; if I run the setuid wrapper script from a user account, the permissions are not updated; if I run the setuid script as root (and change the command line to add "user@remote_host), then the permissions ge...
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 host has to pre-generate bui...
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 if it ever worked when
the remote side is 6.x, b...