I need some help getting my Raspberry Pi 3 to automatically load a saved Putty telnet session on startup.
In the terminal, I can enter the command
Code: Select all
putty -load "session_name"Code: Select all
@putty -load "session_name"What am I doing wrong?