Changes between Version 37 and Version 38 of en/ProgrammingRobotsCourse/PepperApi


Ignore:
Timestamp:
Mar 16, 2023, 11:42:01 AM (13 months ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/PepperApi

    v37 v38  
    229229
    230230=== installing application to the robot
    231   * make a ssh key (replace `<xlogin>` with your login):
     231  * go to `aurora.fi.muni.cz`, build and copy your SSH keys for the robot access (replace `<xlogin>` with your login):
     232    {{{
     233ssh <xlogin>@aurora.fi.muni.cz
     234}}}
     235  * make a ssh key (again replace `<xlogin>` with your login):
    232236    {{{
    233237ssh-keygen -m PEM -t ecdsa -N '' -f ~/.ssh/pepper_<xlogin>