similar to: ssh with proxy?

Displaying 20 results from an estimated 900 matches similar to: "ssh with proxy?"

2007 Mar 26
5
Japanese Puppet users
Hi all, I''ve been trying to monitor the traffic on the web site recently, and it seems like we''ve got a couple of Japanese Puppet users I didn''t know about. I''ve seen articles about Puppet on both madoro.org[1] and mizzy.org[2] recently. I haven''t looked into translations of Puppet''s documentation much, but this might be a good place
2008 Apr 01
1
OpenSSH_4.7p1, reverse shell
Greetings, I am using OpenSSH 4.7 and trying to use a middle machine to do reverse shell. The error I run into is the destination says getsockopt TCP_NODELAY: Connection reset by peer. The setup: 3 machines (we can call them A,B,C) with QNX Neutrino I would like machine C to be the destination. So we have A can talk to B, and B can talk to C, but A can not talk to C directly. What I am
2010 Feb 03
2
Hacking source: un-forward local port?
Hello! I was looking around for a solution which would allow me to un-forward already locally forwarded port but had no luck. So I decided to try and add it myself. I am not a good C coder, in fact, I've never really coded under unix before(it's just half a year since I fully moved from windowz). Here is what I made by now:
2007 Oct 10
1
question on grep
Is there a command line option on grep that says count ALL occurances on a line not just the first one??? echo "jerry jerry" | grep -c jerry only returns 1 and not 2. Looking at the man page I did not see anything like that. Thanks, Jerry
2007 Oct 20
1
how does one remove bond1?
Hi List, We're using bonding to create bond0 with 2 NICs, and noticing that CentOS 5 2.6.18-8.1.14.el5 (and presumably older) creates bond1 as well. I'd like to remove bond1 from the system, so that our monitoring scripts don't pick it up, except for those machines that actually do have a bond1. So... how does one remove bond1? Thanks! Misc info below of configuration and
2007 Oct 31
1
Need a package
I have rpms for xemacs 21.5.27-8.fc8. I *think* they will work on Centos 5? If not I can get the sources. However, at this point, I have one of those dependency hell problem. I need, for now, libtinfo. Does anyone now what package it is in? Thanks, Bob -- Bob Taylor <bob8221 at gmail.com>
2007 Oct 31
4
Time Change
Has anyone noticed the time change from Daylight to Standard Sunday? Is there a fix in the works? -- Bob Taylor <bob8221 at gmail.com>
2007 Oct 09
1
nscd segfaulting on centos 4.5
Does anyone know if there is a fix for nscd segfaulting after a short period of time. Googling for it came up with one result that suggested deleting the files in /var/db/nscd , but that didn't help. Another result was about run away processes which is not the problem I'm having. They are x86_64 boxes. output from /var/log/messages Oct 9 12:56:38 lyra kernel: nscd[11660]: segfault at
2007 Nov 15
2
how can I use awk to match? pls help
Hi all I don't have idea how to write this script, please help I have thousand records in this format. eg: file No.3 is File No: 003 Customer: Ann Email address: xxx at info Country: England Created by: 20071102 file No. 4 is: File No: 004 Customer: James Email address: xxx at gov Country: Australia Created by: 20071105 I need to write a
2007 Oct 30
4
Postgresql and shell script
I have a shell script (sh) where I create a user and import data to a postgres database <snip> su -c "createuser -A -D -P $PG_user" postgres su -c "psql -d$PG_database -h localhost -U$PG_user -W -f postgresql.sql " postgres </snip> when the script executes those command, it ask for a password, how could I do this without have to enter the passwd, I would like that
2007 Nov 14
3
OT: Scripting with sudo password
Completely off topic, but I'm sure someone out there is using scripts that require a sudo password of some sort, so I'll ask. What are people doing to automate tasks that required sudo passwords in order to run? sudo without a password is not an option for me, but I would like to be able to enter the password once have it saved and then read back when sudo is required. something
2000 Sep 25
3
socks proxy support
is openssh going to ever contain socks4/5 proxy support (http://www.socks.nec.com/) the same way ssh (nonfree version) does? Without this support, openssh is completely unusable behind a firewall. Hayden A. James
2018 Sep 20
3
Aliasing rules difference between GCC and Clang
Hi, I found a difference between Clang and GCC in alias handling. This was with a benchmark where Clang was considerably slower, and in a hot function which does many more loads from the same address due to stores between the uses. In other words, a value is loaded and used, another value is stored, and then the first value is loaded once again before its second use. This happens many times,
2007 Jun 05
13
about VIRQ & PIRQ
about VIRQ &amp; PIRQ what is VIRQ  ?How VIRQ is different from PIRQ ?How VIRQ &amp; PIRQ are related each other ? DISCLAIMER: ----------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any
2012 Jan 30
2
Euler identity with complex exp
Hi, Am i doing something silly here in expecting Euler's formula to be handled by exp? exp( ix ) = cos x + i sin x. The first example below follows this, the others not. Thanks for the education! > exp( complex(real = 0, imag = 2*pi) ) [1] 1-0i > exp( complex(real = pi, imag = 2*pi) ) [1] 23.14069-0i > exp( complex(real = pi/2, imag = 0) ) [1] 4.810477+0i [[alternative HTML
2007 Aug 22
6
Who does snapshots other than Network Appliance?
Having snapshot technology is great. Who else supports it? Thanks. Scott
2004 Sep 18
4
[Bug 931] Allow ssh-connections through a HTTP proxy (such as squid).
http://bugzilla.mindrot.org/show_bug.cgi?id=931 Summary: Allow ssh-connections through a HTTP proxy (such as squid). Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: openssh-bugs
2006 Dec 19
6
Where to get version 3.5?
Yes, I know it is old, but I'm looking for a copy of CentOS 3.5 - CDs or DVD for i386. I can only find 3.8. Thanks for any leads. Scott
2009 Dec 15
10
LVM, usb drives, Active Directory
I have a client with a handful of USB drives connected to a CentOS box. I am charged with binding the USB drives together into a single LVM for a cheap storage data pool (10 x 1 TB usb drives = 10 TB cheap storage in a single mount point). The next fun piece is how to incorporate that storage space into an existing Active Directory structure to apply AD acls for limited access. I'd rather
2018 Sep 21
2
Aliasing rules difference between GCC and Clang
> > I would say that GCC is wrong and should also have a version where a > could be equal to b. There is no restrict keyword, so they could be > equal. > This was between a/b and c, not between a and b. Could you explain your opinion a bit more in detail, please? /Jonas > Cheers, > > Matthieu > > Le jeu. 20 sept. 2018 à 16:56, Jonas Paulsson via llvm-dev >