Skip to content

Instantly share code, notes, and snippets.

View arpitvaghela's full-sized avatar
🗻

Arpit Vaghela arpitvaghela

🗻
View GitHub Profile
@arpitvaghela
arpitvaghela / ssh_server.bash
Last active March 1, 2022 07:28
ssh connection
#!/usr/bin/env bash
sudo apt-get update
sudo apt-get install openssh-server -y
sudo service ssh start
sudo netstat -tunlp | grep ssh
@arpitvaghela
arpitvaghela / gsoc_work_product.md
Last active August 23, 2021 04:12
GSoC'21 Work Product Report