Sintaks Dasar
ssh <user>@<ip_server>
Contoh:
ssh fixploit03@192.168.1.10
Koneksi ke Port Custom
ssh -p <port> <user>@<ip_server>
Contoh:
ssh -p 2222 fixploit03@192.168.1.10
Koneksi Menggunakan SSH Key
ssh -i <path_key> <user>@<ip_server>
Contoh:
ssh -i ~/.ssh/id_ed25519 fixploit03@192.168.1.10
Kalau ada pertanyaan, silakan tanyakan di kolom komentar :)













