search for: _remote_

Displaying 12 results from an estimated 12 matches for "_remote_".

2014 Apr 17
3
ssh tunnel - can I set remote bind address?
With ssh tunnel (-L option), is it possible to set _remote_ bind address? Say, I have a remote SSH server with two IP addresses, 1.1.1.1 and 2.2.2.2. I would like to make sure that any outgoing connections to 3.3.3.3 will be made from 2.2.2.2: ssh client ---> 1.1.1.1 ssh server 2.2.2.2 >--- 3.3.3.3 Pseudo "--remote-bind" command here t...
2004 Feb 18
1
secuirty bug with /etc/login.access
/etc/login.access does not work 100% over ssh. I have the following line in login.access -:ray:ALL EXCEPT LOCAL Which I believe means the user 'ray' can not login from anywhere unless it is a local login. So, I tested it over ssh from a remote box tigger@piglet:~% ssh ray@sonic.cbnmediaX.com.au Password: Password: Password: ray@sonic.cbnmediaX.com.au's password: Last login: Sat
2010 Dec 22
4
Asterisk hangs up call after 20s
...a LAN behind a NAT router, and the remote XLite phone is located elsewhere on the Net behind its own NAT router: http://img252.imageshack.us/img252/3749/asterisknat.png I'm having the following issue: When the _local_ XLite calls out the remote XLite, everything works fine; However, when the _remote_ XLite calls the local XLite, things work OK until precisely 20s, where Asterisk decides to hang up, and displays the following error message in the console: ================== WARNING[593]: chan_sip.c:1948 retrans_pkt: Maximum retries exceeded on transmission e45ed578253b9f3dMTRiYTg2OTI0YjExYjUzZW...
2015 Jul 09
2
Samba local user without /etc/passwd
...required permissions > set. > > Rowland Uhm, I think there is an misunderstanding here, possibly due to my bad english. 1) I 100% agree that local users are, well, local users. So the domain does not know anything about that users (how it could?) 2) I 100% agree that domain users are _remote_ users, that don't need to exists on the local machine. 3) What I am wondering is if, domain take aside, I can create a local user _only inside the tdbsam database_, without touching the /etc/passwd file at all. Basically, I would like to have "samba-private" users, without messin...
2015 Jul 09
0
Samba local user without /etc/passwd
...> Rowland > > Uhm, I think there is an misunderstanding here, possibly due to my bad > english. > > 1) I 100% agree that local users are, well, local users. So the domain > does not know anything about that users (how it could?) > > 2) I 100% agree that domain users are _remote_ users, that don't need > to exists on the local machine. > > 3) What I am wondering is if, domain take aside, I can create a local > user _only inside the tdbsam database_, without touching the > /etc/passwd file at all. Basically, I would like to have > "samba-privat...
2003 Sep 16
1
SIGHUP fails to restart (3.6.1p2 -> 3.7p1)
...be run than is running, although the images are identical. This also runs OK. 1. So what's the deal? 2. Was 3.6.1p2 broken in that respect? 3. Make a saved arg after av[0] was invalid? 4. Is there some weird sensitivity to a version change? 5. What is the "correct" way to upgrade a _remote_ machine (and not get locked out in the process)? -- ----------------------------------------------------------------------------- | Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ | | (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ | --------...
2009 Oct 21
1
Limiting remote operations to a particular directory, and not above ?
I am tasked with pointing rsync transfers to valuable, live systems. The requirements include that this rsync job be run as root (rsync over ssh to the destination, as root) and that the --delete option be used. The last piece is, the _remote_ destinations are not fixed - they are generated from a database and fed into my rsync script. So, of course the worry is that one of these destination paths, to be syned to the remote server, will be malformed or broken in some way, and I end up doing a: rsync --delete against '/' or god...
2004 Mar 18
2
ssh only with password
Hello, I must relogin on the same machine in my shell with ssh and without password. For this I tried the procedure ssh-keygen -t dsa and ssh-keygen -t rsa. I copied the entries in /.ssh/id_dsa.pub and /.ssh/id_rsa.pub in /.ssh/authorized_keys When I open a shell I type exec ssh-agent $SHELL and then ssh-add and give my passphrases. When I now type ssh machinename my PC wants my password. I
2013 May 14
1
[Bug 9882] New: Incorrect exit code when sender over SSH is killed with SIGTERM
...c-pae /tmp/test 4961 famzah pts/1 | \_ ssh -l famzah 127.0.0.1 rsync --server --sender -e.Lsf . /boot/initrd.img-3.2. 5078 famzah pts/1 | \_ rsync famzah at 127.0.0.1:/boot/initrd.img-3.2.0-36-generic-pae /tmp/test I have killed the "rsync" sender process at the _remote_ location with SIGTERM (PID=5077 in the example above). Rsync properly indicates that the problem occurred in [sender=3.1.0dev] and also displays that exit code should be 20. But in the end, the rsync process terminates with exit code 0 which is incorrect (Success). While trying this a few times,...
2007 Feb 07
8
Apache+Mongrel Redirection Problems
Hi folks, Newbie issues...I''m prototying an Apache/Mongrel configuration setup as follows: * Two Mongrel servers each serving a Rails application. * Apache front-end. * Linux system (CentOS) * The plan is to create two virtual hosts. /ETC/HOSTS LOOKS LIKE THIS: # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1
2015 Jul 09
3
Samba local user without /etc/passwd
On 09/07/15 12:25, Reindl Harald wrote: >> In short: while my samba server is connected to the AD domain, I would >> also like to have some local (non domain) user for other tasks. >> >> It is my understanding that for a local samba user I _need_ to create >> the relative unix user (using useradd) and then use the samba-provided >> tool smbpasswd. I simply
2002 Aug 22
3
Questions about NAT and MASQ and more
Hello, I''m working on a Shorewall-1.2 setup on a _remote_ debian (woody) firewall with several live web and mail servers behind it. I know doing this remotely is a *really* bad idea, and I''d rather not be in this situation, but so it goes... Worst case scenario, I lock myself out and have to drive an hour to get physical access to the machine...