search for: gotoh

Displaying 16 results from an estimated 16 matches for "gotoh".

Did you mean: goto
2003 Jun 25
1
New regression test: dynamic forwarding
...n about SOCKS5 support set me thinking about how you would test it, and I came up with the attached test. (Again, mostly code stolen from another test, this time forwarding.sh). It requires "connect" [1] but will skip the test if it's not found. -Daz. [1] http://www.taiyo.co.jp/~gotoh/ssh/connect.html -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. -------------- next part -------------- A non-text attachment w...
2005 Jan 31
1
Dead proxy tunnel not cleared
Hello, I have been observing the case where some part of the proxy connection(s) break/time out, and the "tunnelconnect" proxy (http://www.taiyo.co.jp/~gotoh/ssh/connect.html) exits. The problem is that the process turns into a zombie and _stays_ that way. SSH (OpenSSH-3.9p1) does not seem to wait() for it. Looks like a "deadwait". Jan Engelhardt -- If you knew the language, you'd know that: ??????????????
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
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
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
2001 Oct 09
0
Small patch for ssh_askpass()
...(len <= 1) return xstrdup(""); - nl = strchr(buf, '\n'); - if (nl) - *nl = '\0'; + buf[len] = '\0'; + buf[strcspn(buf, "\r\n")] = '\0'; pass = xstrdup(buf); memset(buf, 0, sizeof(buf)); return pass; --- Regards, Shun-ichi Goto <gotoh at taiyo.co.jp> R&D Group, TAIYO Corp., Tokyo, JAPAN
2002 Feb 08
1
Expansion of hostname
...host; linenum++; - if (process_config_line(options, host, line, filename, linenum, &active) != 0) + if (process_config_line(options, hostname, line, filename, linenum, &active) != 0) bad_options++; } fclose(f); Is this behaviour acceptable? --- Regards, Shun-ichi Goto <gotoh at taiyo.co.jp> R&D Group, TAIYO Corp., Tokyo, JAPAN
2007 Oct 31
3
ssh with proxy?
What is the recommended way to ssh through a proxy? I've been using putty, compiled from source, as it has a proxy option, but a native option would be very nice. Thanks. Scott
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 Mar 05
2
sshd leaking processes
Hello, I am experiencing a problem with OpenSSH_4.3p2 Debian-8, OpenSSL 0.9.8c 05 Sep 2006 I have a tool which I use to generate command lines for end-end encryption through firewalls, following directions from an old discussion on this mailing list (thanks btw). It gives me something like this: ssh -p 47774 localhost -o "ProxyCommand=ssh -v -v vds5.dedi.blackcatnetworks.co.uk -- 'nc
2001 Nov 06
13
OpenSSH 3.0
OpenSSH 3.0 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. This release contains many portability bug-fixes (listed in the ChangeLog) as well as several new features (listed below). We would like to thank the
2002 Jul 17
2
[Patch] SSH through HTTP proxy using CONNECT
Hi, I'm not a subscriber to this list so please CC: me in any replies. I found myself in a situation where I was behind a corporate firewall that allowed only web requests to the outside world (and furthermore those requests had to be via their proxy server). Therefore, I couldn't SSH to the outside world. However, the HTTP proxy 'CONNECT' method, which is normally used to
2006 Nov 11
3
tunneling through stdin/stdout, source routing
Hi, quite often I find myself using commands like $ ssh foo nc bar 12345 to connect to another host behind a firewall, and I also have a lot of these commands in my ssh config file. Since this relies on the server having netcat available (which a lot don't, or in some really old version that will not shut down properly) it breaks often, and I wonder whether it would make sense to have an
2000 Nov 14
14
New snapshot
...odetecting 'IdentityFile' option. You can specity rsa1, dsa and rsa keys using this option. RSA pubkey auth seems a little quicker than DSA and it is not vulnerable to the problems described in the WARNING.RNG file. Full changelog: 20001113 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to contrib/README - (djm) Merge OpenBSD changes: - markus at cvs.openbsd.org 2000/11/06 16:04:56 [channels.c channels.h clientloop.c nchan.c serverloop.c] [session.c ssh.c] agent forwarding and -R for ssh2, based on work from jhuuskon at messi.uku.fi - mark...
2011 Feb 07
2
Post-login script with LDAP virtual users
Dear sirs, I'm working on Post-login script for migrating 40K Courier-imap users to Dovecot. After reading related topics about post-login script in your documentation, mailing list, I cannot remove the problem described here-below. Is there any special config to add when users are virtual (authentication and user info is fed by LDAP server). I would be grad if anyone could give me advise.