Created
June 4, 2011 01:32
-
-
Save Atalanta/1007444 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Then /^I should be able to ssh to the Ubuntu server as the "([^"]*)" user$/ do |ssh_user| | |
| Given 'I have the following public keys': | |
| | keyfile | | |
| | /root/.ssh/#{ssh_user}-test-key | | |
| Then 'I can ssh to the following hosts with these credentials': | |
| | hostname | username | | |
| | 192.168.20.20 | #{ssh_user} | | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment