search for: keysiz

Displaying 20 results from an estimated 47 matches for "keysiz".

Did you mean: keysize
2017 Sep 18
1
Samba shows error NT Status: STATUS_OBJECT_NAME_NOT_FOUND when copying 10GB file using robocopy when ecryptfs file system shared using samba
...# smbpasswd -a test   Created directories needed to be shared .   mkdir /home/test/raid_5/flow1 mkdir /home/test/raid_5/flow2   Created ecryptfs of the directories to be shared . ot at arm64:/home/test/raid_5# mount -t ecryptfs flow2/ flow2/ Passphrase: Select cipher:  1) aes: blocksize = 16; min keysize = 16; max keysize = 32  2) blowfish: blocksize = 8; min keysize = 16; max keysize = 56  3) des3_ede: blocksize = 8; min keysize = 24; max keysize = 24  4) twofish: blocksize = 16; min keysize = 16; max keysize = 32  5) cast6: blocksize = 16; min keysize = 16; max keysize = 32  6) cast5: blocksize...
2017 May 11
0
Samba shows error NT Status: STATUS_OBJECT_NAME_NOT_FOUND when copying 10GB file using robocopy when ecryptfs file system shared using samba
...Created directories needed to be shared . * mkdir /home/test/raid_5/flow1 * mkdir /home/test/raid_5/flow2 * Created ecryptfs of the directories to be shared . * ot at arm64:/home/test/raid_5# mount -t ecryptfs flow2/ flow2/ Passphrase: Select cipher: 1) aes: blocksize = 16; min keysize = 16; max keysize = 32 2) blowfish: blocksize = 8; min keysize = 16; max keysize = 56 3) des3_ede: blocksize = 8; min keysize = 24; max keysize = 24 4) twofish: blocksize = 16; min keysize = 16; max keysize = 32 5) cast6: blocksize = 16; min keysize = 16; max keysize = 32 6) cast5: blocksize...
2000 Mar 18
2
Keysize mismatch error on host key
...;m hoping the list can help with, otherwise ... Heres the problem, I've got OpenSSH 1.2.2p1 running on my Intel Linux box as the secure server. I can connect from another Intel Linux box using scp and it all seems to work fine. Another box tries to connect and it gets a warning about the host keysize not matching. I'm thinking this could be some byte swapping issue because this box is running Solaris 2.6. This Solaris box is using the EGD script for its random stuff, if that makes a difference. Anyone have any ideas on where to start looking ? I'm willing to chase it down. I tried m...
2013 Jul 18
1
Change Default RSA KeySize
Hi List ;) im currently playing around with the newest tinc1.1pre7 sources... After some tests which were all successful so far, id like to know if its possible to change the default RSA KeySize from 2048 to 4096 (or what ever). For example: its not possible to change the key size when im executing tinc -n NETNAME init NAME Ok, i know that i can pass the key length as parameter when i call tinc generate-keys and so on. But i wonder why i cant set a default value for that... Any hints...
1999 Dec 09
2
ssh-keygen key length mismatch?
...who The authenticity of host '199.106.106.3' can't be established. Key fingerprint is 1024 a0:8d:17:f0:fa:a9:9f:6f:b5:d0:1c:d6:02:92:bd:5e. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '199.106.106.3' to the list of known hosts. Warning: keysize mismatch: actual 1023, announced 1024 <------ I have generated new host keys about a half dozen times now and I get the same keysize mismatch message every time. Is this a bug in ssh-keygen inherited from the original Ylonen code? Simply changing the keysize field in /etc/ssh/ssh_host_key.pub...
2010 Aug 05
1
[LLVMdev] possible miscompilation of openssl on x86-64
...it... Thanks, John Regehr ../util/shlib_wrap.sh ./bftest testing blowfish in raw ecb mode testing blowfish in ecb mode testing blowfish set_key testing blowfish in cbc mode testing blowfish in cfb64 mode testing blowfish in ofb64 ../util/shlib_wrap.sh ./casttest ecb cast error encrypting for keysize 128 got :9B 8C 2F F3 49 DB 70 23 expected:23 8B 4F E5 84 7E 44 B2 ecb cast error encrypting for keysize 80 got :D5 3F 3D 1D F4 5E E0 65 expected:EB 6A 71 1A 2C 02 27 1B ecb cast error encrypting for keysize 40 got :4E 15 A4 62 87 EB 0A A2 expected:7A C8 16 D1 6E 9B 30 2E
2001 Mar 05
2
OpenSSH ssh-agent compat. problem (bug?)
I've noticed a problem with the ssh-agent for OpenSSH. When I list the identities found in the agent, I'm given a warning that the keysize doesn't match. $ ./ssh-add -L Warning: identity keysize mismatch: actual 1023, announced 1024 1023 35 61...63 sam at host The problem only exhibits itself with the OpenSSH version of ssh-add, but using the SSH version of ssh-agent/ssh-add. Here's a little table that shows what...
2009 Apr 07
2
heatmap.2 no reordering of the columns and rows
...<- colorRampPalette(c("red","yellow","darkgreen"),space="Lab", bias=1.5) heatmap.2(matrix, Colv=1:ncol(matrix), dendogram="row", hclustfun=function(m) hclust(m,method="complete"),col=cp(25),scale="none",trace="none",keysize=1,margins=c(5,12), cexCol=1, cexRow=1) q() dev.off() The alternative that i tried to avoid the reordering was heatmap.2(matrix, Rowv=NULL, Colv=NULL, col=cp(25), scale="none", trace="none", keysize=1, margins=c(5,12), cexCol=1, cexRow=1) But the above command doesnt generat...
2009 May 16
6
Modificando heatmaps
...ico que me gustaría modificar: # Datos set.seed(123) x <- matrix(rnorm(8*30), ncol = 8) rownames(x) <- paste(''GM10A'',1:30,sep="") colnames(x) <- paste(''Muestra_'',1:8,sep="") # Mapa require(gplots) heatmap.2(x, key=TRUE, symkey=TRUE, keysize = 0.9, col= rev(heat.colors(30)), density.info="none", trace="none", cexCol=1, cexRow=.7, xlab=''Muestra'') Cómo podrán ver, en la parte superior izquierda hay un recuadro con los textos "Color Key" y "Value". A...
2009 Feb 02
3
Question about key file formats used by OpenSSH
...for which I haven't found any specification: * Something similar to RFC4716 and RFC1421, but not quite the same. Used by OpenSSH for version 2 DSA and RSA private keys. * "ssh-dss|rsa-dss [base64?] comment". Used by OpenSSH for version 2 DSA and RSA public keys. * "[keysize?] [decimal number] [more decimal numbers]". Used by OpenSSH for version 1 RSA public keys. * ASCII header line followed by binary data. Used by OpenSSH for version 1 RSA private keys. Are these formats specified somewhere, short of reading OpenSSH source code? Why not use RFC4716...
2004 Jun 23
8
[Bug 884] DSA keys (id_dsa.pub) with 8192 bits or more aren't correctly recognized
http://bugzilla.mindrot.org/show_bug.cgi?id=884 dmr at gmx.it changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|DSA keys (id_dsa.pub) with |DSA keys (id_dsa.pub) with |8192 bytes or more aren't |8192 bits or more aren't |correctly
2007 Jul 19
3
help with heatmap - how to remove annoying "X" before numeric values?
...0.63 Cat 0.16 0.27 0.29 0.39 0.37 0.41 Dog 0.43 0.54 0.52 0.61 0.60 0.62 Lynx 0.50 0.57 0.54 0.59 0.5 0.59 I use the following commands to generate my heatmap: heat <- read.table('temp.txt') x <- as.matrix(heat) heatmap.2(x, keysize=1.2, dendrogram="none", trace="none", Colv = FALSE, main = "Silly Data", labCol= NULL, margin=c(7,8)) This generates a very nice heatmap, but there is one thing I have an issue with: How do I get rid of the 'X' that seems to come automatically before my numer...
2006 May 16
0
reordering materix presentation in heatmap.2 in the 'gplots' library
...'t return the dendrogram objects). and I've tried to create the wanted image using: heatmap.2(Matrix2, symm=T, breaks=20, col=rich.colors(19), main="Matrix2", density.info="histogram", denscol="black", Colv=z$Colv, Rowv=z$Rowv, trace="none", na.rm=T, keysize=1.5, dendrogram="none") The problem is that I get the column and row lables in the wanted order but they are not related to the columns and the rows in the image (meaning that the labels are wrong col1 is labeled as col4 etc.) I've tried the following solution : heatmap.2(Matrix2,...
2011 Apr 11
1
heatmap clustering dendrogram export
Hi, I am a beginner for R. I had use gplots to generate a heatmap as following: >heatmap.2(matrix, col=topo.colors(75), dendrogram="column", Rowv=FALSE, trace="none", key=TRUE, keysize=0.8, density.info="none", cexRow=0.2, cexCol=0.6) It work well. It generate heatmap whith rcolumn clustering dendrogram and I can export a very nice graph. But I don not know how to export the column clustering dendrogram out. Because I want to get the dendrogram for next step analysis....
2011 Jul 27
0
Inversions in hierarchical clustering were they shouldn't be
...as.table(test) mat = data.matrix(test) heatmap.2(mat, dendrogram="row", Rowv=TRUE, Colv=FALSE, distfun = function(x) dist(x,method = ''maximum''), hclustfun = function(x) hclust(x,method = ''centroid''), xlab = NULL, ylab = NULL, key=TRUE, keysize=1, trace="none", density.info=c("none"), margins=c(6, 12), col=bluered ) This gives a heatmap with inversions in the cluster tree, which is inherent to the centroid method. A solution to avoid inversions is to use the Euclidean or the city-block distance, and indeed if you...
2016 Apr 18
2
heatmap2 error key
...pointsize = 5) hm<- heatmap.2(data, breaks=pairs.breaks, col=hmcols, na.color="white", trace="none",Colv=FALSE, dendrogram = "none", density.info="none", key="TRUE", keysize = 2, key.xlab = "Log2FC", key.title = "key", cexCol=3.0, cexRow=2, lwid= c(0.4,1), lhei = c(0.1, 4), margins= c(50,80), symm=F,symkey=F,symbreaks=T, scale=&qu...
2009 Jan 20
1
OpenSSH private key encryption: time for AES?
...RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: DES-EDE3-CBC,XXXXXXXXXXXXXXXX $ According to NIST[1][2], a minimum of 112-bit symmetric / 2048-bit asymmetric keystrength is recommended for protection up until about 2030. For protection beyond 2030, or for the paranoid, larger keysizes are recommended. Other recommendations (e.g., those of ECRYPT) vary in how long 112/2048-bit encryption should last. With that in mind ... how can i encrypt my 4096-bit SSH RSA keypair with something like AES-128, AES-256, or Twofish instead of 3DES and still use it with OpenSSH? Can ssh-add r...
2003 Feb 09
1
Logging of comments on keys
...or %s with pubkey %s", pw->pw_name, extpubkey); + OPENSSL_free(extpubkey); + /* The authorized keys. */ file = authorized_keys_file(pw); debug("trying public RSA key file %s", file); *************** *** 249,254 **** --- 255,263 ---- log("Warning: %s, line %lu: keysize mismatch: " "actual %d vs. announced %d.", file, linenum, BN_num_bits(key->rsa->n), bits); + + /* log comment */ + verbose("Comment on found key: %s", cp); /* We have found the desired key. */ /*
2010 Sep 08
1
saving heatmaps in graphical format that can be edited in graphic editor tool
...s="in", res=1200) > heatmap.2(mydatamatrix, Rowv=as.dendrogram(hr), Colv=as.dendrogram(hc), > dendrogram="both", scale="row", col=brewer.pal(3, "YlOrRd"), cexRow=0.01, cexCol=0.01, trace="none", density.info="none", key=TRUE, keysize=1.5, margin=c(5,8),RowSideColor=mycolhr, ColSideColor=mycolhc) > dev.off() I would like to save the file in a graphical format that can be edited later in any image editing program (like corel). is there a way to do this in R? Its a lot of data I plotted on heatmap (~ 300*600). The x and y...
2010 Sep 18
1
Drawing Heatmap using gplots
...), Rowv=TRUE, Colv=TRUE, distfun = dist, hclustfun = hclust, dendrogram = c("both"), scale = c("row"), na.rm=TRUE, trace="none", sepwidth=c(0.05,0.05), margins = c(5, 10), xlab = "EXPRESSIONS", ylab = "GENES", labRow = NULL, labCol = NULL, key=TRUE, keysize=1, density.info=c("none"), ) I have certain queries regarding the same. 1. why the heat map is totally different from what the sequence of information is? 2. Is there any way to arrange the data based on the expression pattern of the genes or some other way, which make some sense out...