similar to: [Bug 2195] New: ssh-copy-id hangs when using shared connection

Displaying 20 results from an estimated 5000 matches similar to: "[Bug 2195] New: ssh-copy-id hangs when using shared connection"

2014 Oct 02
4
[Bug 2284] New: ssh-copy-id option to replace one key with another key (or ssh-replace-id command)
https://bugzilla.mindrot.org/show_bug.cgi?id=2284 Bug ID: 2284 Summary: ssh-copy-id option to replace one key with another key (or ssh-replace-id command) Product: Portable OpenSSH Version: 6.6p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5
2015 Apr 15
2
[Bug 2383] New: ssh-copy-id hangs when already connected with connection sharing
https://bugzilla.mindrot.org/show_bug.cgi?id=2383 Bug ID: 2383 Summary: ssh-copy-id hangs when already connected with connection sharing Product: Portable OpenSSH Version: 6.8p1 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 Component: ssh-copy-id
2003 Mar 22
2
[RFC] protocol version
I'm in the midst of coding a patch set for consideration that will bump the protocol version and have a couple of observations. The current minimum backwards-compatible protocol is 15 but we have code that checks for protocol versions as old as 12. If someone else doesn't beat me to it i'm considering cleaning out the pre-15 compatibility code. A backwards compatibility patch could
2002 Jan 22
2
ssh-keyscan: xmalloc out of memory error
hi all, I got "xmalloc: out of memory" when i used ssh-keyscan to a remote host that is using SSH protocol 2 and only protocol 2 (no fallback to SSH protocol 1). Looks to me more like ssh-keyscan doesn't talk SSH protocol 2 to the server. Please help. Here is the exact error: # /usr/local/bin/ssh-keyscan -v miad_1 # miad_1 SSH-2.0-OpenSSH_3.0.2p1 xmalloc: out of memory
2013 Jun 05
3
[Bug 2118] New: ssh-copy-id hangs
https://bugzilla.mindrot.org/show_bug.cgi?id=2118 Bug ID: 2118 Summary: ssh-copy-id hangs Product: Portable OpenSSH Version: 6.2p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org
2014 Apr 18
1
Ubuntu 13.10 - not able to upgrade R
Hi, I'm having some issues upgrading R. I'm using ubuntu linux 13.10, saucy and would like to upgrade R to the new version.I'm currently using 3.0.1 I've been following the instructions given in:1. http://stackoverflow.com/questions/10476713/how-to-upgrade-r-in-ubuntuand2. http://cran.r-project.org/bin/linux/ubuntu/ Here is exactly what i did, following mostly the stackoverflow
2016 Mar 03
0
Re: Configuring default network/storage for qemu:///session
On Thu, Mar 03, 2016 at 10:20:41AM -0500, catern@catern.com wrote: > > Hi libvirt-user, > > If I run (as a normal user): > > virsh -c qemu:///session net-list --all > virsh -c qemu:///session pool-list --all > > I see a default network and a default pool. And indeed, these appear in > the persistent configuration. It seems these are created the first time >
2001 Aug 06
1
merge rsync+ into rsync (was Re: rsync-2.4.7 NEWS file)
> Just curious: what about the rsync+ patch? Thanks for the reminder. I've just committed Jos's rsync+ patch onto the "branch_mbp_rsyncplus_merge" branch. If it works OK and nobody screams I will move it across onto the main tree tomorrow or Wednesday. I see the patch doesn't add documentation about the new options to the man page, so we should fix that in the future.
2018 Dec 10
2
[PATCH] cleanup of global variables server/client_version_string in sshconnect.c
In sshconnect.c there are two global variables for server_version_string client_version_string. These are used just in a few functions and can easily be passed as parameters. Also, there is a strange construct, where their memory is allocated to the global pointers, then copies of these pointers are assigned to the kex structure. The kex_free finally frees them via cleanup of the kex
2011 Jan 20
13
[Bug 33297] New: X hangs with nouveau and linux kernel 2.6.38-rc1
https://bugs.freedesktop.org/show_bug.cgi?id=33297 Summary: X hangs with nouveau and linux kernel 2.6.38-rc1 Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2013 Nov 08
14
[Bug 71382] New: Nouveau dmesg error, computer hangs
https://bugs.freedesktop.org/show_bug.cgi?id=71382 Priority: medium Bug ID: 71382 Assignee: nouveau at lists.freedesktop.org Summary: Nouveau dmesg error, computer hangs QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: martin.kaffanke at gmx.at
2014 Jul 10
2
starting lxcs from within a vm using libvirt
my goal for testing/simulations is to be able to run a vm on my desktop and within that vm run linux containers currently I can start an ubuntu trusty vm using libvirt as my broker to qemu or qemu-system-x86_64 directly and start a saucy-based lxc using lxc-tools. I invoke lxc-start -n name -f configfile and within a few seconds I'm logged into my saucy based lxc. I can't start the lxc
2002 May 29
1
Rsync doing nothing and no error message
Hi * I'm using rsync to mirror software from one Sun Workstation (mecc27) to the other (mecc29). (solaris 5.7) worked perfect... 'til 1 week ago !! Everybody claims nothing has been changed in the configs of the machines (couldn't find anything, though), but rsync is doing nothing at all. just after being called it exits without any error message, warning, whatever.. here the log
2008 Nov 19
7
Appiing patches to wine GIT
I have never applied patches to wine, so i have a question: I downloaded wine git , then copied cursor-patches-1.1.8.patch to wine source dir, then When i entered $patch -p1 < cursor-patches-1.1.8.patch #receive $Reversed (or previously applied) patch detected! Assume -R? [n] Does it miens that patch no needed? Already installed?
2013 Dec 02
0
Installing NUT for PowerWalker VI 1500 LCD
[Please subscribe to the mailing list: http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser ] On Nov 28, 2013, at 4:10 PM, Danijel ?ili wrote: > Since the provided drivers come with absolutely no installation instructions, I turned to NUT. > > The compatibility list says "blazer_usb" should be used for PowerWalker's devices, so that's what I put in my
2009 Aug 24
5
[PATCH 1/2] drm/i2c/ch7006: Make some parameter descriptions more useful.
Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/i2c/ch7006_drv.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i2c/ch7006_drv.c b/drivers/gpu/drm/i2c/ch7006_drv.c index 47421ba..ff0369c 100644 --- a/drivers/gpu/drm/i2c/ch7006_drv.c +++ b/drivers/gpu/drm/i2c/ch7006_drv.c @@ -515,11 +515,11 @@ MODULE_PARM_DESC(debug,
2014 Mar 27
2
mclapply Segmentation Fault for Ubuntu
Running the example in the documentation causes R to crash. dario at bioinfo:~$ R R version 3.0.3 (2014-03-06) -- "Warm Puppy" Copyright (C) 2014 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or
2014 Jan 02
2
[LLVMdev] http://llvm.org/apt/precise/ broken for 3.4?
Hi all, I use the nightly builds of LLVM in my Travis CI configuration. Travis CI is based on Ubuntu 12.04 precise. Currently, I am not able to install llvm-3.4 and llvm-3.4-dev. The error is always: $ sudo apt-get install llvm-3.4 llvm-3.4-dev Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package llvm-3.4 E: Couldn't find any
2002 Jul 06
2
.iso file corrupted
Hello, On doing "$ rsync --progress --archive --partial -vvv rsync://carroll.cac.psu.edu/redhat-ftp/redhat/linux/7.3/en/iso/i386/valhalla -i386-disc1.iso ", I got the following output <--------------------------------------------------------------------------- ------> local_version=24 remote_version=26 receiving file list ... recv_file_name(valhalla-i386-disc1.iso) received 1
2013 Nov 28
2
Installing NUT for PowerWalker VI 1500 LCD
Since the provided drivers come with absolutely no installation instructions, I turned to NUT. The compatibility list says "blazer_usb" should be used for PowerWalker's devices, so that's what I put in my conf: [pwvi] driver = blazer_usb port = auto desc = "PowerWalker VI 1500 LCD" Since I use Ubuntu Server 13.10 so I installed nut from apt.