Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (35 loc) · 3.71 KB

README.md

File metadata and controls

43 lines (35 loc) · 3.71 KB

SSH Notifikasi

SSH Notifikasi adalah script untuk memberitahukan sebuah informasi mengenai user yang sedang login menggunakan SSH dan di kirim informasi tersebut ke TelegramBot.

!#/bin/bash

Setting

  1. Buat akun bot telegram di @BotFather dengan mengirim pesan (/newbot)
  2. Ikuti step by step nya hingga mendapatkan APIkey
  3. Kunjungi => https://api.telegram.org/bot(APIkey)/getUpdates
  4. Salin chat id
  5. Ubah script ssh-log.sh
#### Setting TelegramBot ####
apikey="" # Api key telegram
chatid="" # Chat id telegram 
#############################
  1. Jika script sudah diubah dan letakan pada /etc/profile.d/ssh-log.sh
  2. Ubah permission menjadi execute
$ sudo chmod +x /etc/profile.d/ssh-log.sh

Testing

Lakukan login menggunakan ssh

Docker

$ docker-compose up -d
$ ssh root@yourip -p 2222

Default login ssh => root : root

Jika ingin mengganti password bisa edit Dokerfile dibagian :

RUN echo "root:gantipassword" | chpasswd

Support

https://whatismyipaddress.com/