Skip to content

Commit d8fab14

Browse files
authored
Change SSH username to nano@nano (#200)
1 parent 2672231 commit d8fab14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ async def main(args: argparse.Namespace, pwd: str) -> None:
271271
"pm2 log server",
272272
],
273273
"camera": [
274-
"ssh nano -t './start_nano.sh'",
274+
"ssh nano@nano -t './start_nano.sh'",
275275
],
276276
"ft": [
277277
"ros2 run forque_sensor_hardware forque_sensor_hardware --ros-args -p host:=ft-sensor-2",

0 commit comments

Comments
 (0)