Changes between Version 45 and Version 46 of en/ProgrammingRobotsCourse/PepperApi


Ignore:
Timestamp:
Nov 13, 2024, 12:35:05 PM (7 months ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/PepperApi

    v45 v46  
    239239ssh <xlogin>@aurora.fi.muni.cz
    240240}}}
    241   * make a ssh key (again replace `<xlogin>` with your login, we may use `$LOGNAME` here):
    242     {{{
     241  * make a ssh key (again replace `<xlogin>` with your login, we may use `$LOGNAME`, which is set by the system, here):
     242    {{{
     243echo LOGNAME=$LOGNAME
    243244ssh-keygen -m PEM -t ecdsa -N '' -f ~/.ssh/pepper_$LOGNAME
    244245}}}