richardbui467 / GNS3-Cisco-Automation-Lab

These are the scripts I have developed in my GNS3 home lab. In the lab, I have Cisco images setup to help me learn Python & Ansible automation.
0 stars 0 forks source link

GNS3 - Add SSH to startup on NetAuto #17

Open richardbui467 opened 8 months ago

richardbui467 commented 8 months ago

Just gonna be calling my NetworkAutomation-1 node "NetAuto" for short now.

But it looks like SSH isn't running automatically, so I'm assuming it isn't a part of the startup process.

richardbui467 commented 8 months ago

This is the post I referred to.

It looks like trying to use the systemd method didn't work. When I try to access the crontab file using 'crontab -e', the shell says 'bash: command not found'.

richardbui467 commented 8 months ago

Found this post telling me to make a local rc.local file, that didn't do it either though.