Displaying 20 results from an estimated 200 matches similar to: "ssh-copy-id usability improvement"
2016 May 30
1
[Bug 2575] New: ssh-copy-id fails when it can not find any key file in ~/.ssh
https://bugzilla.mindrot.org/show_bug.cgi?id=2575
Bug ID: 2575
Summary: ssh-copy-id fails when it can not find any key file in
~/.ssh
Product: Portable OpenSSH
Version: 7.2p1
Hardware: All
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: ssh-copy-id
2011 Dec 20
3
ssh-copy-id -p port option
Hi.
I would like to add an option [-p port] to ssh-copy-id.
If this option is given then ssh-copy-id calls ssh with -p port to connect to
non-standard port.
The patch [1] adds this option to ssh-copy-id and documents it in ssh-copy-id(1) man page
[1] http://plautrba.fedorapeople.org/openssh/718674/ssh-copy-id-p-port.patch
Thanks,
Petr
diff --git a/contrib/ssh-copy-id
2008 Jan 31
1
RFC: ssh-copy-id tweaks
I'd like to propose a couple of tweaks to ssh-copy-id:
o Change the default ID_FILE from identity.pub to id_dsa.pub or perhaps
{id_dsa,id_rsa,identity}.pub to cover all the bases, although the
patch below deals only with id_dsa.pub - it would need some more
tweaking to deal with more than one (possibly non-existent) file.
o If the destination authorized_keys file already contains the
2009 Aug 27
1
[patch] ssh-copy-id: improve error reporting with -i and documentation
The "ssh-copy-id" program requires that the argument to -i end in
.pub, by appending that extension itself if it is missing. But
if the file with .pub appended does not exist, ssh-copy-id
reports the misleading message "ERROR: No identities found".
This patch improves the error message by mentioning the name of
the actual file that does not exist.
Also, document that the
2007 May 12
2
Screen blanks after initial setup (Centos 5)
Hi,
The installation process went without noticable problems; this is
true to the setup phase immediately after the installtion.
However: after pressing "Finish" in the Setup Agent the screen
blanked on me - Ctrl-Alt-F1, Ctrl-Alt-F2, Ctrl-Alt-backspace,
Ctrl-Alt-Del didn't help. Nada.
Did someone else have encountered this? Any recommendations?
Thanks in advance.
System:
2018 Nov 03
4
[Bug 1288] New: Assertion `cnt <= 1' failed in gmputil.c:67: mpz_get_uint32
https://bugzilla.netfilter.org/show_bug.cgi?id=1288
Bug ID: 1288
Summary: Assertion `cnt <= 1' failed in gmputil.c:67:
mpz_get_uint32
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
2006 Dec 10
1
OT: profiling user applications
Hi,
Is there an easy way to obtain statistics of user applications
usage: who invoked what; for how long; what resources were used;
etc. I am thinking of some kind of a super-ps that will
integrate and summarize the usage profile during a long period of
time - not just a snapshot.
Background:
I have a RH 7.3 machine that serves as the central node for a
cluster that runs various
2007 Jun 21
2
segfault during cbind
The following code results in a seg fault.
> sessionInfo()
R version 2.6.0 Under development (unstable) (2007-06-21 r42013)
x86_64-unknown-linux-gnu
locale:
LC_CTYPE=en_US;LC_NUMERIC=C;LC_TIME=en_US;LC_COLLATE=en_US;LC_MONETARY=en_US;LC_MESSAGES=en_US;LC_PAPER=en_US;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US;LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics
2008 Oct 07
7
Rails production version not accessible from other machines
Hi,
I just deployed my first rails application in production mode using
Capistrano and mongrel clusters. Here are the lines in my
mongrel_cluster.yml file.
cwd: /myrailsdeploymath/current
log_file: log/mongrel.log
port: "8000"
environment: production
address: myserver.mydomain.org
id_file: tmp/pids/mongrel.pid
servers: 3
My development and production machine are the same.
When I run
2012 Oct 02
1
patch proposal for ssh-copy-id script
Hello everybody,
I write an update version of ssh-copy-id script in order to support
sshd non running on standard port 22.
So I added another parameter to the script to allow user to specify
the daemon port.
I've also changed the way the command line parameter are retrieved in
order to have a more "robust" way of getting them using getopts.
Due to this change host name must be
2010 Nov 15
7
good shell script examples?
I am looking for a beginner guide to shell scripting simple tasks on CentOS
(e.g. ssh'ing into a server / router / switch, checking for certain things,
then exiting and going to the next IP).
Does anyone have any suggestions on where to look? (I'm relatively new to
bash)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Oct 09
3
Yum, duplicate packages, 4.3->4.4 upgrade.
Hi,
I am running a CentOS 4.3 machine. I wish to move on to 4.4.
My problem is that I have some 60 duplicate packages listed
below. The kernel and gpg-pubkey packages are different
versions of the same (none for the gpg) architecture. All the
rest are a x86_64 and i[356]86 pairs.
1. Is this a problem?
2. If yes, what should I do?
a) remove the duplicates (the i[356]86) and then 4.3 ->
2007 Mar 24
0
Stability and usability of SuperRedCloth - particularly break handling
I was just wondering if I should upgrade to using SRC, as it sounds
like it is going to be what becomes RedCloth 4. Reading the wiki and
the announcements it''s supposedly under very active development,
nearing release, and the breaking options are next on the list. Since
there hadn''t been an update in a little while, I was curious where it
stands now.
The break handling in
2012 Aug 22
0
Sign up for a usability test by Puppet Labs: Publishing Puppet modules to the Forge with the command-line module tool.
Hello All,
We''re conducting a usability test around publishing modules to the
Forge via the Puppet Module Tool. You''ll be testing a prototype of the
functionality we''d like to ship as part of our tool. We''re interested
in gathering your feedback and learning from how you work with the
tool and what your needs are. The test session will last an hour. For
your
2007 Mar 06
1
link_to, image_submit_tag, "changes only with POST" and "usability without Javascript" question
Hello,
I want to have the following features in my rails application:
1. the program should have AJAX if Javascript available
2. I want to protect my application described in
http://www.w3.org/2001/tag/doc/whenToUseGet.html - means GET should be
safe
3. if Javascript is disabled the application should work too (without
AJAX)
If I use "GET should be safe" option (verify) and link_to
2009 Jun 04
2
[LLVMdev] Windows x64 JIT usability
What is the current state of the JIT on Windows x64?
I have noticed intermittent conversation about past incompatibility
due to the calling convention idiosyncrasies, as well as some
suggestion from last fall that it was targeted for a fix in the 2.5
timeframe, but see no definitive conclusion. Is this working in 2.5,
in trunk, or likely to be in trunk soon?
2009 Jun 04
0
[LLVMdev] Windows x64 JIT usability
On Wed, Jun 3, 2009 at 6:29 PM, Jonathan Ragan-Kelley<jrk at csail.mit.edu> wrote:
> What is the current state of the JIT on Windows x64?
Broken; at the very least, there's http://llvm.org/bugs/show_bug.cgi?id=3739 .
-Eli
2016 Mar 10
0
Re: [virt-tools-list] [libvirt] Usability Enhancement: Import/Export VMs GUI
On 03/10/2016 02:29 AM, Martin Kletzander wrote:
> On Fri, Mar 04, 2016 at 04:23:18PM +0000, bancfc@openmailbox.org wrote:
>> The single most important usability feature missed by our less technical
>> users who migrate from VirtualBox is a one click import/export of VMs
>> and their config settings.
>>
Who are you users? I gather you work on tails/tor, name dropping
2016 Mar 24
0
Re: [virt-tools-list] [libvirt] Usability Enhancement: Import/Export VMs GUI
On Thu, Mar 24, 2016 at 02:37:56PM +0100, bancfc@openmailbox.org wrote:
>On 2016-03-14 11:00, Martin Kletzander wrote:
>> On Fri, Mar 11, 2016 at 10:32:15PM +0000, bancfc@openmailbox.org wrote:
>>
>> Cool, now I'm wondering whether we also mention distros that are based
>> on leveraging libvirt on our apps page [1]
>>
>>> The initial import process
2016 Mar 14
0
Re: [virt-tools-list] [libvirt] Usability Enhancement: Import/Export VMs GUI
On Fri, Mar 11, 2016 at 10:32:15PM +0000, bancfc@openmailbox.org wrote:
>On 2016-03-10 15:43, Cole Robinson wrote:
>> On 03/10/2016 02:29 AM, Martin Kletzander wrote:
>>> On Fri, Mar 04, 2016 at 04:23:18PM +0000, bancfc@openmailbox.org
>>> wrote:
>>>> The single most important usability feature missed by our less
>>>> technical
>>>>