You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I verified api messages from the bot to my account are working and have verified the bot's functionality in several capacities. I attempted to capture the message on the target machine with wireshark; but the communications are encrypted. So, there isn't a way for me to verify that it is being sent from the target computer.
Everything appears to have worked; but I never receive a telegram message from my bot when I login via SSH to the target machine. The pam.d config has been edited and the .so file is in lib/security. I even restarted SSH and tried again; but no luck.
Side note question: Is there a simple way to edit the C code to send this out via another method other than the telegram API?
The text was updated successfully, but these errors were encountered:
I verified api messages from the bot to my account are working and have verified the bot's functionality in several capacities. I attempted to capture the message on the target machine with wireshark; but the communications are encrypted. So, there isn't a way for me to verify that it is being sent from the target computer.
Everything appears to have worked; but I never receive a telegram message from my bot when I login via SSH to the target machine. The pam.d config has been edited and the .so file is in lib/security. I even restarted SSH and tried again; but no luck.
Side note question: Is there a simple way to edit the C code to send this out via another method other than the telegram API?
The text was updated successfully, but these errors were encountered: