In this video I covered how to remotely control your Linux machine from macOS! Hope you like it! If you are using Ubantu, you will have to type an extra command to let the firewall allow SSH. The command is pasted below.
⏳ TIMESTAMP
00:00 Intro
01:00 Server Setup
02:56 Login with Password
07:04 Login with SSH keypair
03:56 Back to Key Exchange Phase
14:28 Outro
MUSIC CREDIT
Music by Damien Sebe - Tales of Magic -
Used Command Lines
→ install openssh-server
sudo apt update
sudo apt install openssh-server
→ let the firewall allow SSH
sudo ufw allow ssh
→ check SSH server status
sudo service ssh status
→ stop SSH server
sudo service ssh stop
→ start SSH server
sudo service ssh start
→ restart SSH server
sudo service ssh restart
→ generate SSH key pair
ssh-keygen
→ putting SSH public key on server
ssh-copy-id -i [location of your public key] [username] ip address]
this will also work if you generate you public private key in the default location
ssh-copy-id [username] ip address]
→ log in to machine with SSH
ssh [username] ip address]
EXTRA RESOURCES
→ Learn how to login as another user (XSS):
→ Learn how to steal data from database (SQL injection):
→ Learn how to crack a password using python (Brute force attack & Dictionary Attack):
→ Stealing Everything From The User Keyboard (Keylogger with C++):
WHO AM I:
I’m Wilson, a college freshman interested in making videos on YouTube and cybersecurity. I’m trying to upload a video every week that is related to cybersecurity to help people get started with this field. To be honest, I’m not at all an expert in this field, but I enjoy learning while sharing my knowledge! If you think I said anything wrong in my videos feel free to comment down below!
CONTACT:
Website:
Instagram:
Github:
LinkedIn:
Смотрите видео REMOTE Control Your Computer with SSH (SSH Application) онлайн без регистрации, длительностью 14 минут 43 секунд в хорошем hd качестве. Это видео добавил пользователь LoopHole Wilson 27 Июнь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 82 раз и оно понравилось 2 людям.