Revision: 2bca7da4c39d
Author: anssi.syrjasalo <anssi.syrjas...@eficode.com>
Date: Tue Oct 22 11:16:35 2013 UTC
Log: Edited wiki page RunningLibraryAcceptanceTests through web user
interface.
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=2bca7da4c39d&repo=wiki
Modified:
/RunningLibraryAcceptanceTests.wiki
=======================================
--- /RunningLibraryAcceptanceTests.wiki Tue Oct 22 11:16:15 2013 UTC
+++ /RunningLibraryAcceptanceTests.wiki Tue Oct 22 11:16:35 2013 UTC
@@ -13,7 +13,9 @@
`sudo useradd test -m -s /bin/bash`
* With password `test`:
- `sudo passwd test` (input `test` as the new password)
+ `sudo passwd test`
+
+ (input `test` as the new password)
* Create a new user `testkey`:
`sudo useradd -m testkey -s /bin/bash`
@@ -22,7 +24,9 @@
`sudo su testkey`
* Generate a new SSH key pair:
- `ssh-keygen -t rsa` (Input empty password)
+ `ssh-keygen -t rsa`
+
+ (input empty password)
* Add the public key to user's authorized keys:
`cp ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys`
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.