search for: mistresses

Displaying 20 results from an estimated 36 matches for "mistresses".

Did you mean: mistress
2024 Sep 09
1
OL8 (RHEL8), ssh-rsa turned off using update-crypto-policies, receiving an openssh error that I don't seem to be able to override in my personal .ssh/config file
Hi, On Mon, Sep 09, 2024 at 05:41:42PM +0200, Jan Schermer wrote: > The correct solution is to throw whatever requires it to the garbage and never buy from that vendor again. As nice as this sounds, the selection of possible algorithms on the (usually "internal network only") management interface is waaaaay low on the priority list when shopping for a $50k router... gert --
2024 Jul 15
1
Request for a Lockdown option
Hi, On Sun, Jul 14, 2024 at 10:25:46AM +0100, Brian Candler wrote: > On 14/07/2024 03:49, Steffen Nurpmeso wrote: > > I have read > > > > https://datatracker.ietf.org/doc/html/draft-cmetz-v6ops-v4mapped-api-harmful-01 > > > > but as an application developer i find it ugly not to be able to > > "simply do it", and get back a mapped address.
2020 Jan 13
3
Adding SNI support to SSH
Hi, On Mon, Jan 13, 2020 at 03:16:00PM +0000, Jochen Bern wrote: > Out of interest: > 1. If an extended mechanism were to be implemented, which server pubkey > do you expect to be seen/stored/verified by the client? The proxy's > / v4 middlebox's, or the v6 backend's? Or would you require that all > server-side machines use the *same* host keypairs? I'd do
2019 Jan 24
2
sftp Vs scp
Hi, On Thu, Jan 24, 2019 at 08:26:39PM +0000, Colin Watson wrote: > On Thu, Jan 24, 2019 at 12:00:48PM -0800, Jim Knoble wrote: > > 3. 'scp' stays, but becomes the CLI for SFTP, and the SCP protocol breaks. > > Why does "scp becomes the CLI for SFTP" necessitate "the SCP protocol > breaks"? The way scp works today is "run ssh to the remote,
2023 Feb 20
1
fseek/fgetc puzzle
Darren Tucker wrote in <CALDDTe39k4UFJWBvts5HWbbhHO+Vw9OAP0zBhu-Hje-2aR9+xA at mail.gmail.com>: J?rg Schilling convinced me in 2017 Readd removed fflush()/fseek() in between read and write.. The behave:record_a_resend-2 test failed on Solaris 5.10 and 5.11, messages in *record* where separated by four \n / U+000A instead of two. It turns out that the effective sequence
2024 Apr 25
1
how to block brute force attacks on reverse tunnels?
For many years I've been running ssh reverse tunnels on portable Linux, OpenWRT, Android etc. hosts so they can be accessed from a server whose IP is stable (I call such a server a "nexus host"). Increasingly there's a problem with brute force attacks on the nexus host's tunnel ports. The attack is forwarded to the portable tunneling host, where it fails, but it chews up
2024 Jul 14
1
Request for a Lockdown option
On 14/07/2024 03:49, Steffen Nurpmeso wrote: > I have read > > https://datatracker.ietf.org/doc/html/draft-cmetz-v6ops-v4mapped-api-harmful-01 > > but as an application developer i find it ugly not to be able to > "simply do it", and get back a mapped address. You are looking at a Internet draft which expired more than 20 years ago.
2025 Feb 14
1
Happy Eyeballs?
On 2/13/25 19:57, Darren Tucker wrote: > On Fri, 14 Feb 2025 at 11:44, Damien Miller <djm at mindrot.org > <mailto:djm at mindrot.org>> wrote: > > On Thu, 13 Feb 2025, Chris Rapier wrote: > > > I see that back in 2018 there was a proposed patch to implement > RFC 8305 aka > > happy eyeballs. Did that go anywhere? Basically, did 8305
2005 Jan 14
0
Re: Grandstream Bugetone 101 & mw
asterisk-users-request@lists.digium.com is believed to have said: >> Haha....well the MWI is the blinking blue LCD. The message button >> is "reserved for future use" Hang in there. There will soon to be some >No the message button call the number you configure in the web >interface. Presumably voicemail, but could be your mistress. Then it's easy to get
2025 Feb 14
1
Happy Eyeballs?
Hi, On Fri, Feb 14, 2025 at 11:51:47AM -0500, Chris Rapier wrote: > Would there be any interest in an implementation for OpenSSH or should I > develop it for HPN-SSH first and report back? I do wonder if HE is really still needed in 2025. If one of the protocols is not available at all, failover is already quick - and if one is broken, it's useful to actually notice that it is so, and
2011 Mar 06
1
installing 32 bit wine on 64 bit computer help
Hi, I'm following the below instructions to install 32bit wine in 64bit fedora, and don't know in which folder I need to run the ./configure command. The yum install part went fine as far as I know, but I need to find where the configure script is located. Thanks //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2024 Sep 09
1
OL8 (RHEL8), ssh-rsa turned off using update-crypto-policies, receiving an openssh error that I don't seem to be able to override in my personal .ssh/config file
using "update-crypt-policies --set DEFAULT" allows the connectivity to work again. setting that but then setting -ssh-rsa... in /etc/ssh/ssh_config breaks it again. setting my personal .ssh/config file to +ssh-rsa... keeps it still broken. so I guess my personal .ssh/config file is only used when something isn't explicitly set in system wide crypto policies or the system
2019 Feb 23
3
Possible bug: SSH doesn't prefer host keys listed in SSHFP records while connecting.
Well, known_hosts isn't exactly trusted input, since it's usually composed of the keys you first encounter, without any additional checking, as opposed to (hopefully) correctly signed SSHFP records. On Sat, Feb 23, 2019 at 10:22 PM Peter Stuge <peter at stuge.se> wrote: > > Yegor Ievlev wrote: > > > I think it's a very bad idea to have the client start treating
2018 Jul 06
2
Does anyone use UsePrivilegedPort=yes or setuid ssh(1) ?
On 6 July 2018 at 17:24, Gert Doering <gert at greenie.muc.de>wrote: [...] > I think we have one customer connection where their firewall admin > thinks "it is more secure that way" - read, we can't ssh in if we come > from high ports. > > OTOH, thanks for the pointer with ProxyCommand - it's a very specific > niche problem with a viable workaround, so I
2018 Jul 06
2
Does anyone use UsePrivilegedPort=yes or setuid ssh(1) ?
Hi. Does anyone use UsePrivilegedPort or have ssh(1) setuid, and if so for what use case? ssh(1) has had code in it to support installing setuid root since approximately forever, however OpenBSD has not shipped it in that configuration since 2002 (and I suspect these days no vendor does). As far as I can tell, all of the reasons for this no longer apply: - setuid root was needed to bind to a
2011 Mar 06
3
Help ! Need to run IE on 64 bit machine
Hi Everyone, I don't know what the hell I am doing and would appreciate some explicit instructions please. I have fedora 14 installed on a 64 bit laptop and want to run any version of internet explorer so I can access to some websites that won't work in firefox or google chrome. I just installed wine today by typing "yum install wine", and downloaded IE 8 for 32 bit XP and
2005 Aug 04
1
some thoughts on outlier detection, need help!
Dear listers: I have an idea to do the outlier detection and I need to use R to implement it first. Here I hope I can get some input from all the guru's here. I select distance-based approach--- step 1: calculate the distance of any two rows for a dataframe. considering the scaling among different variables, I choose mahalanobis, using variance as scaler. step 2: Let k be the number of
2019 Feb 20
4
[Bug 2971] New: Prevent OpenSSH from advertising its version number
On 02/20/2019 07:51 AM, Mark D. Baushke wrote: > There are too just many cases where both OpenSSH interoperating with > itself as well as other SSH implementations have needed this version > number to properly deal with bugs in the code via negitations. FWIW, and without dismissing the possibility of fingerprinting a server in other ways, the fact that clients that *can* pass
2020 Apr 03
0
C8 and backup solution
Il 02/04/20 21:14, Karl Vogel ha scritto: > [Replying privately because my messages aren't making it to the list] > >>> In a previous message, Alessandro Baggi said: > A> Bacula works without any problem, well tested, solid but complex to > A> configure. Tested on a single server (with volumes on disk) and a > A> full backup of 810gb (~150000 files) took 6,30
2020 Jan 11
3
Why are the arguments supplied for the command run through ssh interpreted by shell before they are passed to the command on the server side?
I do think it's a problem that, as far as I can see, the exact behaviour of ssh command interpretation isn't explained anywhere in its man pages, even though it seems like the only possibility if you understand the protocol. ssh(1) just says "If command is specified, it is executed on the remote host instead of a login shell", but that doesn't provide any hint about what