Displaying 20 results from an estimated 4000 matches similar to: "Flag to turn off host-key check"
2008 Dec 05
3
Problem loading Matrix package in Ubuntu R 2.8.0
Dear List:
I'm having the same problem that was reported recently. The
latest version of R cannot load the Matrix package, even though it is
installed and readable. I've read the archive files for this list and
tried the suggested solutions (e.g., removing/uninstalling the Matrix
package and reinstalling it). Nothing has worked so far.
Does anybody have advice of what I could try next?
2008 Oct 22
12
Hotplug issues on USB removable media.
Hi,
As a part of the next stages of the time-slider project we are looking into doing actual backups onto
removable media devices such as USB media. The goal is to be able to view snapshots stored on the
media and merge these into the list of viewable snapshots in nautilus giving the user a broader
selection of restore points. In an ideal world we would like to detect the insertion of the
2002 Aug 30
2
syntax for push to remote rsync server
Hi,
I have set up two servers as rsync servers with ssh, they sync
agianst each other. I can pull data down from either remote node when logged
into one of them, using a module defined on both servers. However I don't
seem to be able to push from the localhost to the remote rsync server. I
think I'm using the incorrect syntax. If someone could highlight where I'm
going wrong it would
2006 Feb 09
2
Dell PowerEdge 1800 and TE410P
Hi,
I've been asked to find a server that is capable of running the Digium
TE410P card. We usually get Dell PE servers and after a quick look I
think the PE 1800 has the required slot:
Six Total: 2 PCI Express (x8 lane & x4 lane); 2 x 64-bit/100MHz PCI-X; 1
x 32-bit/33MHz PCI (5v) and 1 x 64-bit/66MHz PCI
Has anyone got this hardware, does it work with the card and asterisk?
Thanks,
2011 Apr 08
1
Host selection in ssh_config
Hello there,
I'm a little afraid of writing here, hope I don't make any mistake doing
so. I'm trying for days and searching the web too, but no obvious
solution, no reply from the specialized forum I wrote in.
Here is the situation:
I would like to have a lighter security inside our domain, without
changing when going outside. By "lighter security" I mean at least, no
2007 Feb 27
2
send_file and ZIP files
I have an application which uses send_file to send a ZIP file to the
client. This works nicely when it''s run on our development OS-X
boxes, using mongrel from script/server, but on our production
server, using mongrel behind Apache 2.2. with mod_proxy_balancer, the
client gets 1 byte delivered :-(
If I use wget -S to the URL in order to see the full headers I see
this on
2006 Jan 09
1
Zaptel errors (power alarm?)
We've been having lost dialtone problems on one of our analog station
ports. Just before rebooting this time I noticed these in our dmesg
output....once the PBX comes back I'll get the times, but I can't help but
think this must have something to do with it. Anyone? Do we need to have
digium send us a replacement part?
Ouch, part reset, quickly restoring reality (1)
Power alarm
2010 Mar 03
5
Applications running on the Firewall (MultiISP)
Hello,
it seems I am hit by http://shorewall.net/MultiISP.html#Local :
"Experience has shown that in some cases, problems occur with applications running on the firewall itself. This is especially true when you have specified routefilter on your external interfaces in /etc/shorewall/interfaces (see above). When this happens, it is suggested that you have the application use specific local IP
2004 Jul 12
7
Excel file
Hi,
How do I open an excel file in R? I have save the excel file in unicode text
format, but it is not possible to open the file in R.
/Pernilla
2019 Mar 15
4
prompt to update a host key
On 03/15/2019 12:49 AM, Jeremy Lin wrote:
> [...] connecting to hosts where the host key
> changes frequently. I realize this is a fairly niche use case [...]
Doesn't StrictHostKeyChecking=no do what is wanted?
2010 Nov 05
2
Samba Versions
We are using Samba Version 2.2.5 on a HP D Class Server running HP-UX 10.20. Anyway my question is does anybody happen to know what is the latest version of Samba that will operate with HP-UX 10.20?
Regards
Niall
BancTec Limited.
Registered Office: Jarman House, Mathisen Way, Poyle Road, Colnbrook, Berkshire SL3 0HF. Incorporated in England & Wales : 1283512. VAT : GB 228 4783 38.
2013 May 14
2
[Bug 1993] ssh tries to add keys to ~/.ssh/known_hosts though StrictHostKeyChecking yes is set
https://bugzilla.mindrot.org/show_bug.cgi?id=1993
alex at testcore.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alex at testcore.net
Version|5.9p1 |6.2p1
--- Comment #1 from alex at testcore.net ---
Also
2003 Sep 11
2
connecting to a virtual host: host key mismatch
Hello,
I have a kind of problem: I need to connect to a virtual host (a f "floating"
IP address) that is one of two physical hosts in a HA environment. Yesterday
the virtual IP address was moved to another host.
Today ssh refuses to connect, because the host key is different. Reading the
documentation I found that there is no command line option (documented) to
temporarily bypass
2003 Oct 27
3
PDC and concurrent logins
Hello!
I am using samba running as a PDC at our school. I have read many docs and
howtos but I can't find anything about Concurrent logins. I would be a
nice feature becouse I don't want my users to login more than one time. Is
there anyone that does have a clue?
Greetings from Sweden
---
Mikael Karlsson
Skoldataenheten, Tibro Kommun
Sweden
+4650414783
mikael.karlsson@edu.tibro.se
2002 May 21
2
Static WINS entries
Is it possible to manually add entries to the WINS database on a Samba nmbd running as a WINS server?
Alternativily could I get the WINS nmbd to use DNS for hostsnames it can't resolve using it's own database.
I have several NT servers that seem to just vanish from the db after a while. One of my 2.2.3a boxes also did this for a pastime. Whilst I can do nbtstat -RR on NT or restart
2015 May 18
32
[Bug 2400] New: StrictHostKeyChecking=no behaviour on HOST_CHANGED is excessively insecure
https://bugzilla.mindrot.org/show_bug.cgi?id=2400
Bug ID: 2400
Summary: StrictHostKeyChecking=no behaviour on HOST_CHANGED is
excessively insecure
Product: Portable OpenSSH
Version: 6.8p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component:
2015 Feb 05
2
[LLVMdev] JumpThreading and @llvm.dbg.declare()
Hi!
I have a small issue with the JumpThreading pass (in opt). As described
in the code (JumpThreading.cpp), the pass may if certain criteria are
fulfilled duplicate the content of a block. If the duplicated block
contain a call to @llvm.dbg.declare() you will end up with invalid code
as the intrinsic @llvm.dbg.declare() only should occur once for each
variable.
I think the JumpThreading
2005 May 13
4
Big matrix memory problem
Hi All,
I want to read 256 1000x1000 matrices into R. I understand that it is unlikely
that I can do this but In the hope that somebody can help me I am mailing this
list.
I have tried increasing my memory size (I understand that it is the minimum of
1024 or the computers RAM in my case 512)
Does anyone think this is possible in R, could it be tried in Splus for
example.
Any help is
2024 May 04
1
Feature request/EOI: Match interactive config?
Or just create bash (or whatever your favorite shell equivalent is) alias?
alias issh=?sah -F ~/.ssh/altcinfig?
Or wrapper scripts in ~/bin/ you can invoke?
Literally what I do for mosh, mosh+screen etc.
--
"Genius might be described as a supreme capacity for getting its possessors
into trouble of all kinds."
-- Samuel Butler
On Fri, May 3, 2024 at 20:27 <openssh at tr.id.au>
2012 Oct 22
2
SCP support for -o StrictHostKeyChecking=no broken
Hi.
With SCP, it seems like the option precedence is ignored.
Although this seems to work well with SSH.
$ scp -oStrictHostKeyChecking=no hs21-dev04:/tmp/1 hs21-dev02:/tmp/2
The authenticity of host 'hs21-dev04 (192.168.12.11)' can't be established.
RSA key fingerprint is ec:0f:eb:b2:fa:6f:50:ef:89:64:01:5e:c9:cc:54:20.
Are you sure you want to continue connecting (yes/no)?
$