similar to: Web-Proxy-Option?

Displaying 20 results from an estimated 30000 matches similar to: "Web-Proxy-Option?"

2007 May 07
7
Installing plugins without svn:// access
Hi, I''m trying to get up and running with rspec on a new project. I''d like to install the rspec and rspec_on_rails plugins (per http://rspec.rubyforge.org/documentation/rails/install.html), but my corporate firewall blocks port 3690 so I can''t access the repository via svn:// I searched the docs and the mailing-list archive to figure out how to install the plugins
2003 Mar 17
1
ProxyCommand
Hi all, I tried to use the ProxyCommand option in the ~/.ssh/config file like ProxyCommand /usr/local/bin/corkscrew <firewall> 80 %h %p but it seems th me that the ssh clinet won't use the option .. How can I tell the client to accept the proxy an send all requests to this host, bcause the internet names ("%P") cannot be resolved inside our lan - this must do the proxy.
2005 Oct 21
4
"-signs in rsync as well as in embedded ssh command
Hello, Today I succesfully transfered some testfile on my local computer with the following command: rsync -e "ssh" testfile.txt localhost:receive I can also succesfully connect with SSH to a remote server through an http proxy with the following command: ssh -o "ProxyCommand corkscrew myhttpProxy 8080 targetcomputer.domain 22" targetcomputer.domain But I'm so far
2012 Jan 02
2
iran
Hey everyone , I'm using tinc from iran , and i've been using tinc with tcponly for a few years now , to bypass the filtering , and have access to the free internet , but recently , our government started to apply some sort of exotic filtering scheme , they've completely blocked outgoing and incoming ssh requests , and ssl encrypted packets , and the only thing allowed is https !! ,
2015 Nov 18
2
Shortcomings of Maildir++ layout
> Sounds more like you just introduced a new self-created problem that would require yet another workaround.. ;-) Definitely wrong. Appending .dir to directories and .folder to folder files keeps files completely distinct and name collissions are not possible. > But what was not clear from your mail, is what exactly you identified as "the problems" with standard Maildir++
2019 Dec 06
2
client to support SNI
Hi. Looks like every ~2 Years raises someone the question about SNI support in the openssh client. 2015: https://marc.info/?l=openssh-unix-dev&m=143248436518985&w=2 2017: https://marc.info/?l=openssh-unix-dev&m=150204655205911&w=2 I have read the docs and haven't seen anything about that this feature is already available in SSH. https://man.openbsd.org/ssh.1
2023 Dec 25
3
[Bug 3648] New: ssh client blocks itself by leaving unix domain socket alive after user
https://bugzilla.mindrot.org/show_bug.cgi?id=3648 Bug ID: 3648 Summary: ssh client blocks itself by leaving unix domain socket alive after user Product: Portable OpenSSH Version: 9.3p1 Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh
2015 Aug 23
3
Shortcomings of Maildir++ layout
Hi, I am trying to deal with the problem, that under regular mbox format a path can lead to either a file or a directory, but not both, while under IMAP, a path is usually both, a message folder containing subfolders. I found dovecot's approach to this problem, the Maildir++ layout described under http://wiki2.dovecot.org/MboxChildFolders , and was astonished to see, what problems come with
2011 Oct 21
2
Getting the SMTP envelope through IMAP?
Hi, just a simple question about dovecot: The mbox file format contains the SMTP envelope sender and transmission date in a FROM ... line preceding the RFC822 mail header and body. As far as I see at the moment, the IMAP protocol does not support transmission of that SMTP envelope data in either way, but confusingly uses the term ?envelope? for a structure describing the RFC822 mail header.
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
2003 Jul 06
4
Known hosts and dynamic IP addresses
Hi, it becomes more and more common to have machines with dynamically assigned IP addresses online (e.g. DSL), which can be found through dynamic DNS entries. Unfortunately, the "Known Hosts" mechanism doesn't work for these machines: Since the entry is made for the IP address, there's a new entry every time the address changes. Therefore, an option should be invented
2015 May 26
6
Name based SSH proxy
On 26/05/15 15.50, Daniel Kahn Gillmor wrote: > The argument that the DNS lookup leaks this metadata is a bad argument: > if we followed this line of reasoning, then every problem that has > multiple contributors could never be solved (A says "but my fixing > things is useless if B does nothing", while B says "but my fixing things > is useless if A does nothing"
2015 Nov 18
3
How to add configuration (~/.ssh/config) per ip?
Hi, at work we have hundreds of machines, and for various of reasons, their hostnames (with domain) do not reflect their physical location. This means that for host "a.bb.cc" i have to go through jump host "jump1.bb.cc", and for "c.bb.cc" i have to go through jump host "jump2.bb.cc". which jump host should be used can be deduced by IP, but it looks that
2003 Jan 03
2
rsync feature suggestion
Hi, I'd like to suggest a new feature to rsync. Problem: Currently, rsync generates a recursive list of file existing a the source directory, modifies this list by includes and excludes, and then copies these files. That's pretty good in most, but not all cases. I am mirroring a debian archive, but unfortunately, debian mixes all files of several distributions in a subtree /pool.
2007 Mar 08
2
Proposal: RSS-Feed
Hi, dovecot provides POP and IMAP services. Proposal: Would be nice if it also could offer an RSS-Feed for a mailbox, giving a summery of sender/subject/date and maybe the first lines of text. regards Hadmut
2007 Aug 07
3
dovecot + LDAP-SASL ?
Hi, just a question: I know that dovecot supports SASL authentication and supports LDAP. Which means that dovecot performs the SASL methods itself and stores the plaintext secret on LDAP. But it is also possible to have the LDAP do the SASL work and dovecot just pass SASL messages through? Even when the LDAP server uses a proprietary SASL method not supported by dovecot? regards Hadmut
2005 May 15
1
Host verification problem
Hi, I have a problem with the host verification of ssh in several networks of the same structure: In all cases there is a router or a firewall with an official IP address, making the ssh-ports of several hosts with RFC1918-addresses available through NAT or TCP forwarding. Thus, different hosts appear on the same IP address, just with different ports. Since SSH uses the IP address but not
2005 Oct 19
1
scp and IPv6 address?
Hi, I was just using ssh to access an IPv6 machine. ssh root at 2002:1234::1 (example address) works, while scp root at 2002:1234::1:/etc/motd . works not, scp parses this as hostname 2002 and file path 1234::1:/etc/motd It's a syntax problem. The manpage addresses this problem for -L and -R arguments, but not for scp arguments. Any idea how to deal with this problem? regards
2007 Mar 08
2
Seen this behavior before?
Hi, it's not yet a bug report, just a question: After I was successfully using dovecot-imap and Thunderbird for quite a while without any problem (debian unstable), I now sometimes experience that the IMAP-connection hangs and thunderbird waits forever when accessing a folder. I did not yet analyze the problem and I am not sure whether it is a thunderbird or a dovecot problem. Did anyone
2007 Mar 08
1
Different passwords for different IP-Addresses/protocols?
Hi, I'd like to do the following: Have an IMAP server, avaible - at localhost 127.0.0.1 without SSL for local clients and web based applications such as squirrelmail - from outside with SSL for mobile users but - for security reasons - would like to use different passwords on both ports. How could I achieve that? regards Hadmut