similar to: [Bug 1843] New: ssh should mention ssh-keyscan in remote host fingerprint warning

Displaying 20 results from an estimated 2000 matches similar to: "[Bug 1843] New: ssh should mention ssh-keyscan in remote host fingerprint warning"

2010 Dec 09
0
[PATCH] mention ssh-keyscan in remote host fingerprint warning
Hi, below is a patch to simply mention 'ssh-keygen' when a fingerprint does not match between the known_hosts file and the remote. I find that many people are unaware that ssh-keygen can do this for them. adding a copy-and-pasteable message in the warning will make users more aware. Description: Mention ssh-keygen in ssh fingerprint changed warning Author: Scott Moser <smoser at
2015 Nov 01
0
[Bug 1843] ssh should mention ssh-keygen in remote host fingerprint warning
https://bugzilla.mindrot.org/show_bug.cgi?id=1843 Christoph Anton Mitterer <calestyo at scientia.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |calestyo at scientia.net --- Comment #6 from Christoph Anton Mitterer <calestyo at
2015 Nov 01
0
[Bug 1843] ssh should mention ssh-keygen in remote host fingerprint warning
https://bugzilla.mindrot.org/show_bug.cgi?id=1843 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #7 from Darren Tucker <dtucker
2016 Aug 02
0
[Bug 1843] ssh should mention ssh-keygen in remote host fingerprint warning
https://bugzilla.mindrot.org/show_bug.cgi?id=1843 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Damien Miller <djm at mindrot.org> --- Close all resolved bugs after 7.3p1 release
2010 Dec 15
4
ssh-import-id
Howdy, We in the Ubuntu Server world have been using a handy little shell utility for a couple of releases now, called 'ssh-import-id' [1]. Whereas ssh-copy-id _pushes_ a public key from one system to another, ssh-import-id _pulls_ a public key from a secure key server and installs it. It takes one or more userid's as command line arguments, loops over them, sequentially attempts to
2004 Mar 07
1
[Bug 809] ssh-keyscan breaks too obscurely when remote isn't an SSH server
http://bugzilla.mindrot.org/show_bug.cgi?id=809 Summary: ssh-keyscan breaks too obscurely when remote isn't an SSH server Product: Portable OpenSSH Version: 3.8p1 Platform: All URL: http://bugs.debian.org/228828 OS/Version: Linux Status: NEW Severity: normal Priority: P2
2015 Sep 07
5
[PATCH 0/4 v3] builder: support for Simple Streams metadata
Hi, this series adds a basic support for Simple Streams v1.0 metadata files. This makes it possible to create a repository .conf files with [cirros] uri=http://download.cirros-cloud.net format=simplestreams to read the latest version of each CirrOS image. Thanks, Pino Toscano (4): builder: add non-int revisions builder: add simple libyajl binding build: expose HAVE_YAJL to automake
2002 Jun 14
0
[Bug 279] New: ssh-keyscan can't check for fingerprints
http://bugzilla.mindrot.org/show_bug.cgi?id=279 Summary: ssh-keyscan can't check for fingerprints Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Miscellaneous AssignedTo: openssh-unix-dev at mindrot.org
2002 Jun 14
0
[Bug 279] ssh-keyscan can't check for fingerprints
http://bugzilla.mindrot.org/show_bug.cgi?id=279 markus at openbsd.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From markus at openbsd.org 2002-06-15
2012 Sep 21
4
automatic repartitioning
Hello all. Does anyone have any suggestions for making centos cloud images that can automatically repartition the root device to resize the filesystem? All the Ubuntu UEC images do this, so using the same image, you can launch cloud instances of a variety of flavors and the VM instance will repartition the root disk and resize the fs. The Ubuntu images utilize scripts in the initramfs dpkg that
2007 Sep 21
4
Recursive directory create
It appears that in version 0.23 of puppet that how I am trying to create directories is nor working. If I have a snippet like this: # Set up the images file {"$git_web_image_location": ensure => directory, recurse => true } which becomes: file {"/var/www/html/images/git": ensure => directory,
2009 Jul 17
2
Cloud Computing
Is anyone creating a cloud based on Centos yet? Ubuntu seems to be quite active there: http://www.ubuntu.com/products/whatisubuntu/serveredition/cloud/uec Matt
2006 Nov 13
0
[LLVMdev] gcc 4 frontend binary for mac os x x86
> I wanted to install llvm 1.8 and the frontend at my MacBook Pro but I > think the gcc4 frontend doesn't work (gcc3 and llvm 1.8 works fine on > my old ppc-based mac). There are no fixheaders-script and no include > directories ... > Are there working gcc 4 binaries? Did I miss some informations on the > llvm-webpage? > Or do I have to build my own gcc frontend? I assume
2005 Oct 16
3
Asterisk and Fedora
Hello List, I have been beating my head against the wall for a little while now trying to get my TDM400 card to work with Fedora Core 4. Not a great deal of success even after successful builds of zaptel and the other required componentry. The machine doesn't even recognize the card. Using Debian it was recognised but as a newbie to Asterisk most of the documentation I can find and
2006 Nov 13
2
[LLVMdev] gcc 4 frontend binary for mac os x x86
Hi, I wanted to install llvm 1.8 and the frontend at my MacBook Pro but I think the gcc4 frontend doesn't work (gcc3 and llvm 1.8 works fine on my old ppc-based mac). There are no fixheaders-script and no include directories ... Are there working gcc 4 binaries? Did I miss some informations on the llvm-webpage? Or do I have to build my own gcc frontend? Thank you Nico
2006 Nov 14
2
[LLVMdev] gcc 4 frontend binary for mac os x x86
Hi, On Nov 13, 2006, at 9:17 PM, Tanya M. Lattner wrote: > I assume you have an Mac with an Intel processor. Yes. Sorry, I forgot to mentioned it in the mailbody. > Download this: > http://llvm.org/releases/1.8/llvm-gcc4-1.8-x86-darwin.tar.gz I think that is the same tarball I used before. > Let me know if that doesn't work. Again: there is no fixheader-script like you
2004 Nov 01
1
Machine accounts by migrating from smbpasswd to ldapsam
Hi all, I'm wondering what about machine accounts (WinXP) by migrating from Samba 2.2.8 with authentication backend /etc/smbpasswd to Samba 3.0.4 with ldapsam. Is it possible just to take NT hash from smbpasswd and paste it to ldap record as sambaNTPassword? I'm not able to login from machine vs3 to new domain. My configuration files and log files follow. The Samba-SID is the same
2009 Jun 19
8
x4500 resilvering spare taking forever?
I''ve got a Thumper running snv_57 and a large ZFS pool. I recently noticed a drive throwing some read errors, so I did the right thing and zfs replaced it with a spare. Everything went well, but the resilvering process seems to be taking an eternity: # zpool status pool: bigpool state: ONLINE status: One or more devices has experienced an unrecoverable error. An attempt was
2013 Feb 07
4
why "object 'x' not found"?
Dear Listers, I try to change the structure of my data. i have an indicator-matrix and want to end up with a factor. i have v1 v2 v3 1 0 0 0 1 0 0 0 1 and want v1 v2 v3 v4 1 0 0 1 0 1 0 2 0 0 1 3 amongst other things i tried the following d <- data.frame(d1=c(1,0,0), d2=c(0,1,0), d3=c(0,0,1)) d$nr <- NA sapply(1:3, function(x)
2004 Apr 14
1
syslog() logging problems
was wondering if anyone else has had problems with dovecot logging to syslog? When I start the server it works fine, then after an hour or so it stops.. restarting the server always makes it work again. -- James L Moser james at powweb.com PowWeb Hosting http://www.powweb.com /(bb|[^b]{2})/, that is the Question. mysql>SELECT * FROM user WHERE clue >