diff options
author | Valeriy Sizov <vsv2711@gmail.com> | 2012-10-03 03:18:08 -0700 |
---|---|---|
committer | Valeriy Sizov <vsv2711@gmail.com> | 2012-10-03 03:18:08 -0700 |
commit | b5f9d29f55e1fbf302bd824e2d08c0885caa15d7 (patch) | |
tree | abeb98c3a421d4b6674f5b6892bddf63e1bc4097 /features/steps/profile | |
parent | 4cbfe9427ba84a05a444373809a6b7aa7906db34 (diff) | |
parent | 7284c58c5fb54965b078a2ba9e3634479700416d (diff) | |
download | gitlab-ce-b5f9d29f55e1fbf302bd824e2d08c0885caa15d7.tar.gz |
Merge pull request #1617 from dosire/reject-ssh-keys-that-break-gitolite
Reject ssh keys that break gitolite
Diffstat (limited to 'features/steps/profile')
-rw-r--r-- | features/steps/profile/profile_ssh_keys.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/profile/profile_ssh_keys.rb b/features/steps/profile/profile_ssh_keys.rb index 96df2d7342f..535c3862860 100644 --- a/features/steps/profile/profile_ssh_keys.rb +++ b/features/steps/profile/profile_ssh_keys.rb @@ -13,7 +13,7 @@ class ProfileSshKeys < Spinach::FeatureSteps And 'I submit new ssh key "Laptop"' do fill_in "key_title", :with => "Laptop" - fill_in "key_key", :with => "ssh-rsa publickey234=" + fill_in "key_key", :with => "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzrEJUIR6Y03TCE9rIJ+GqTBvgb8t1jI9h5UBzCLuK4VawOmkLornPqLDrGbm6tcwM/wBrrLvVOqi2HwmkKEIecVO0a64A4rIYScVsXIniHRS6w5twyn1MD3sIbN+socBDcaldECQa2u1dI3tnNVcs8wi77fiRe7RSxePsJceGoheRQgC8AZ510UdIlO+9rjIHUdVN7LLyz512auAfYsgx1OfablkQ/XJcdEwDNgi9imI6nAXhmoKUm1IPLT2yKajTIC64AjLOnE0YyCh6+7RFMpiMyu1qiOCpdjYwTgBRiciNRZCH8xIedyCoAmiUgkUT40XYHwLuwiPJICpkAzp7Q== user@laptop" click_button "Save" end |