Skip to content

Instantly share code, notes, and snippets.

@sudoevans
Created June 6, 2023 06:24
Show Gist options
  • Save sudoevans/ee75a031869185a2839135f2bbd93c7d to your computer and use it in GitHub Desktop.
Save sudoevans/ee75a031869185a2839135f2bbd93c7d to your computer and use it in GitHub Desktop.
Alx SSH Shortcut
#!/bin/bash
echo "Connecting to ALX ssh 08c3e0cba18d@08c3e0cba18d.c683676a.alx-cod.online..."
sshpass -p <your_password> ssh 08c3e0cba18d@08c3e0cba18d.c683676a.alx-cod.online
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment