Displaying 20 results from an estimated 22 matches for "userkey".
Did you mean:
user_key
2013 Feb 28
1
Validation Failed: Userkey has already been taken, Email has already been taken
Hi,
I am using Factory girl with rspec and capybara for testing my rails
appliction. I have the below code
FactoryGirl.define do
factory :user do |f|
f.email "sss1 at gmail.com"
f.userkey "12ssd345q62"
end
end
When I run the test it is failing as "Validation Failed: Userkey has
already been taken, Email has already been taken".
What could be the reason for this. I am new to Rspec.
--
Posted via http://www.ruby-forum.com/.
2013 Jun 18
3
Matching username in ssh_config
...onfig to keep track of all the
different settings and credentials needed to access all different hosts I
connect to.
Now I have ran in to a problem where I need to switch settings based on what
user I'm trying to login to a host as. A simple case is:
ssh -i rootkey root at host123
vs.
ssh -i userkey username at host123
Up until now I have just used a stanza like
Host host123
User username
IdentityFile userkey
But it would be awesome of it was possible to add before that, eg fist
match as all other blocks, a stanza looking like:
Host root at host123
IdentityFile rootkey
So when I type:...
2010 Jul 06
2
ssh authorized key problem in AIX
...uot;
$home = "/home"
$sshDir = ".ssh"
$pub_key = "id_rsa.pub.xyz"
1. creating all users virtually in one go
2. realize them all and copy each of their''s .ssh/authorized_keys. The
keys are located on puppetserver with name
"/etc/puppet/modules/userkeys/id_rsa.pub.$username".
in puppet i m writting following code to copy each users'' key from server to
cient-nodes.
...
...
$sourcepath = $operatingsystem ? {
AIX => "/etc/puppet/modules/userkeys/files/$pub_key.$username",
default => "puppet:///SL...
2011 Jan 06
25
Call for testing: OpenSSH-5.7
Hi,
OpenSSH 5.7 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains a
couple of large and intrusive features and changes and quite a number of
bug fixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
2014 Oct 18
10
[Bug 2297] New: EDD25519 Signature verification failed on Solaris
...s: NEW
Severity: major
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: yann at pleiades.fr.eu.org
Hi,
On Solaris 10, the keytype.sh test constantly fails for the
edd25519-512 key type:
run test keytype.sh ...
[...]
userkey ed25519-512, hostkey ed25519-512:
real 0.0
user 0.0
sys 0.0
ssh userkey ed25519-512, hostkey ed25519-512 failed
userkey ed25519-512, hostkey ed25519-512:
real 0.0
user 0.0
sys 0.0
ssh userkey ed25519-512, hostkey ed25519-512 failed
userkey ed25519-512, ho...
2011 Dec 08
1
Converting SSH2 keys for use in OpenSSH
...running.
debug: Ssh2AuthPubKeyClient: Got 0 keys from the agent.
debug: Ssh2AuthPubKeyClient: Waiting for external keys. 0 seconds gone.
debug: Ssh2AuthPubKeyClient: Waiting for external keys. 0 seconds gone.
debug: SshUnixUserFiles: Found 2 keys from C:\Users\arolsen\AppData\Roaming\F-Se
cure SSH\userkeys
debug: SshUnixUserFiles: Found 0 certificates from C:\Users\arolsen\AppData\Roam
ing\F-Secure SSH\UserCertificates
debug: Ssh2AuthPubKeyClient: adding keyfile "C:\Users\arolsen\AppData\Roaming\F-
Secure SSH\userkeys\TestKey2dsa3k" to candidates
debug: Ssh2AuthPubKeyClient: adding keyfile...
2010 Mar 03
1
cert-authority and authorized_keys file
Hi,
I noticed that in regress/cert-userkey.sh the signing key is added to
the authorized_keys file with the tag "cert-authority" whereas in
sshd(8) the tag is documented as "from=cert-authority." Since the former
seems to work, I assume the latter is a typo.
While on the subject of typos (which I have been known to make...
2011 Jan 05
0
[PATCH] fix %n expansion in LocalCommand
....c | 6 ++++--
3 files changed, 26 insertions(+), 4 deletions(-)
diff --git a/regress/Makefile b/regress/Makefile
index 9ebb250..20c40a0 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -56,7 +56,8 @@ LTESTS= connect \
keytype \
kextype \
cert-hostkey \
- cert-userkey
+ cert-userkey \
+ host-expand
INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
#INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp
@@ -75,7 +76,8 @@ CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
sshd_proxy_bak rsa_ssh2_cr.prv rsa_ss...
2015 May 31
2
Call for testing: OpenSSH 6.9
...tp.sh sftp-chroot.sh
sftp-cmds.sh sftp-
badcmds.sh sftp-batch.sh sftp-glob.sh sftp-perm.sh reconfigure.sh
dynamic-forward.sh forwarding.sh multiplex.sh reexec.sh brokenkeys.sh
c
fgparse.sh cfgmatch.sh addrmatch.sh localcommand.sh forcecommand.sh
portnum.sh keytype.sh kextype.sh cert-hostkey.sh cert-userkey.sh host
-expand.sh keys-command.sh forward-control.sh integrity.sh krl.sh
multipubkey.sh limit-keytype.sh hostkey-agent.sh keygen-knownhosts.sh
h
ostkey-rotate.sh principals-command.sh" = "x" ]; then exit 0; fi; \
for TEST in ""connect.sh proxy-connect.sh connect-privsep.sh...
2001 Feb 19
1
Portable OpenSSH 2.5.1p1
...ssh-1.2.18 => ssh-1.2.22.
We would like to thank the OpenSSH community for their continued support
and encouragement.
Important Changes:
==================
1) Features added to the implementation of the SSH 2 protocol:
* agent forwarding
* support for -R forwarding
* RSA host and userkeys
* extended support for older SSH 2 protocol implementations
OpenSSH still lacks support for rekeying, so you have to turn off
rekeying if your server tries to force this feature.
The next release of OpenSSH will probably support rekeying.
2) Damien Miller contributed an interact...
2001 Feb 19
1
Portable OpenSSH 2.5.1p1
...ssh-1.2.18 => ssh-1.2.22.
We would like to thank the OpenSSH community for their continued support
and encouragement.
Important Changes:
==================
1) Features added to the implementation of the SSH 2 protocol:
* agent forwarding
* support for -R forwarding
* RSA host and userkeys
* extended support for older SSH 2 protocol implementations
OpenSSH still lacks support for rekeying, so you have to turn off
rekeying if your server tries to force this feature.
The next release of OpenSSH will probably support rekeying.
2) Damien Miller contributed an interact...
2010 Aug 31
1
5.5p1/5.6p1 fails tests on SCO Openserver 5.0.7
...39; fails on several tests:
sftp-cmds.sh failures (get command fails on both):
- get filename with spaces
- get filename with glob metacharacters
sftp-batch.sh failures:
- bad commands
sftp-glob.sh failures:
- file glob
- escaped space
- quoted space
cert-hostkey.sh and cert-userkey.sh failures:
- ssh-keygen seems to generate the keys, but is unable to sign
them, and when attempting to do so, complains:
debug3: Not a RSA1 key file /u/home/rac/src/openssh/openssh-5.6p1/regress/host_ca_key.
debug1: read PEM private key done: type RSA
debug3: Not a RSA1 key file /u/home/ra...
2018 May 27
0
Best mail encryption solution for per-user
...rypted using: no
> > password/empty/something else (i don't know)
> >
> > here you can see that happening:
> >
> > root at mailserver1:/var/vmail/example.org# doveadm mailbox cryptokey generate -u john2 at example.org -U
> > Folder Public ID
> > ? <userkey> 53004acf9886f887ca081c83d7392a5aa3fac4b5a20ce013db91a341fb4644c4
> > root at mailserver1:/var/vmail/example.org# doveadm mailbox cryptokey password -u john2 at example.org -n
> > qwerty
> > result: dcrypt_key_load_private(53004acf9886f887ca081c83d7392a5aa3fac4b5a20ce013db91a34...
2016 May 26
5
[PATCH 0/3] Three virt-p2v patches.
Not very much related to each other.
Rich.
2015 Aug 25
4
[PATCH 0/4] Various p2v fixes and features
A mixed bag, but all the patches make sense together!
Patch 1: Fix a bug that Tingting found:
https://bugzilla.redhat.com/show_bug.cgi?id=1256222
Patch 2: Revert a patch that makes no sense now that we've added
virt-v2v into base RHEL. This is just included because it's a cleanup
needed before applying patch 3.
Patch 3: Add the ability to use SSH identities (private keys) for
virt-p2v
2018 May 28
0
Best mail encryption solution for per-user
...t;>> password/empty/something else (i don't know)
>>>
>>> here you can see that happening:
>>>
>>> root at mailserver1:/var/vmail/example.org# doveadm mailbox cryptokey generate -u john2 at example.org -U
>>> Folder Public ID
>>> ? <userkey> 53004acf9886f887ca081c83d7392a5aa3fac4b5a20ce013db91a341fb4644c4
>>> root at mailserver1:/var/vmail/example.org# doveadm mailbox cryptokey password -u john2 at example.org -n
>>> qwerty
>>> result: dcrypt_key_load_private(53004acf9886f887ca081c83d7392a5aa3fac4b5a20ce0...
2015 Aug 27
5
[PATCH v2 0/4] p2v: Wait for network to come online before testing connection
Fixes https://bugzilla.redhat.com/1256222
2006 Mar 06
11
Capistrano setup fails
I can''t get past the setup step in Capistrano. I know the paths are
correct and I''m using zsh locally (bash on remote), so the shell
shouldn''t be a problem. It never asks for the SSH password, even. Any
help you could give would be greatly appreciated. Thanks.
Kenneth
--
=> the blog from beyond <=
=> www.eyeheartzombies.com <=
2010 Feb 27
24
Call for testing: OpenSSH-5.4
Hi,
OpenSSH 5.4 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a big release,
with a number of major new features and many bug fixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH
2015 May 29
16
Call for testing: OpenSSH 6.9
Hi,
OpenSSH 6.9 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains
some substantial new features and a number of bugfixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is