# Create Channel
# Create new Bot and get Bot TOKEN (to replace TOKEN_OF_BOT)
# and edit:
# /etc/ssh/sshrc
ip=`echo $SSH_CONNECTION | cut -d " " -f 1`
logger -t ssh-wrapper $USER login from $ip
curl -s -X POST https://api.telegram.org/botTOKEN_OF_BOT/sendMessage \
-d text="Hello world!" -d chat_id=@autanaChannel > /dev/null