Revision: 6636006e1510
Author: anssi.syrjasalo <[email protected]>
Date: Wed Aug 21 12:24:21 2013 UTC
Log: Edited wiki page RunningLibraryAcceptanceTests through web user
interface.
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=6636006e1510&repo=wiki
Modified:
/RunningLibraryAcceptanceTests.wiki
=======================================
--- /RunningLibraryAcceptanceTests.wiki Tue Jun 18 15:06:01 2013 UTC
+++ /RunningLibraryAcceptanceTests.wiki Wed Aug 21 12:24:21 2013 UTC
@@ -8,13 +8,13 @@
`sudo apt-get install openssh-server`
* Create a new user `test`:
- `sudo adduser test -m -s /bin/bash`
+ `sudo useradd test -m -s /bin/bash`
* With password `test`:
`sudo passwd test` (input `test` as the new password)
* Create a new user `testkey`:
- `sudo adduser -m testkey -s /bin/bash`
+ `sudo useradd -m testkey -s /bin/bash`
* Log in as `testkey`:
`su testkey`
--
---
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.