Revision: e6cc154fe935
Author: anssi.syrjasalo <[email protected]>
Date: Tue Jun 18 07:35:36 2013
Log: Edited wiki page RunningLibraryAcceptanceTests through web user
interface.
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=e6cc154fe935&repo=wiki
Modified:
/RunningLibraryAcceptanceTests.wiki
=======================================
--- /RunningLibraryAcceptanceTests.wiki Tue Jun 18 06:03:15 2013
+++ /RunningLibraryAcceptanceTests.wiki Tue Jun 18 07:35:36 2013
@@ -6,13 +6,13 @@
`sudo apt-get install openssh-server`
* Create user `test`:
- `sudo adduser test -m -s /bin/bash -d /home/test`
+ `sudo adduser test -m -s /bin/bash`
* With password `test`:
`sudo passwd test` (input `test` as the new password)
* Create user `testkey`:
- `sudo adduser -m testkey -s /bin/bash -d /home/testkey`
+ `sudo adduser -m testkey -s /bin/bash`
* Login as `testkey`:
`su testkey`
@@ -27,7 +27,7 @@
`exit`
* Finally, copy the `id_rsa` of user `testkey` to
`atest/resources/keyfiles`:
- `sudo cp /home/testkey/.ssh/id_rsa
<path_to_sshlibrary>/atest/resources/keyfiles/`
+ `sudo cp ~testkey/.ssh/id_rsa
<path_to_sshlibrary>/atest/resources/keyfiles/`
* And the change owner to allow reading it:
`chown $UID:$GID <path_to_sshlibrary>/atest/resources/keyfiles/id_rsa`
--
---
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.