Skip to content

Instantly share code, notes, and snippets.

@arkenidar
Last active December 2, 2024 21:33
Show Gist options
  • Save arkenidar/80279e1f053e4549ef24ff767112f890 to your computer and use it in GitHub Desktop.
Save arkenidar/80279e1f053e4549ef24ff767112f890 to your computer and use it in GitHub Desktop.
VPS SSH
### https://gist.github.com/
### VPS: LINODE : nanode (DEBIAN)
Host arkenidar
HostName arkenidar.com
User arkenidar
IdentityFile ~/.ssh/id_ed25519
Host root
HostName arkenidar.com
User root
IdentityFile ~/.ssh/id_ed25519
#---------------------------------------#
### VPS: CONTABO : vps0 (DEBIAN)
# [email protected]
Host user01
HostName php.freeddns.org
User user01
Port 22
IdentityFile ~/.ssh/id_key2024
ForwardAgent yes
ServerAliveInterval 60
# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication no
PubkeyAuthentication yes
# [email protected]
Host vps
HostName php.freeddns.org
User root
Port 22
IdentityFile ~/.ssh/id_key2024
ForwardAgent yes
ServerAliveInterval 60
# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication no
PubkeyAuthentication yes
#### VPS HOSTING ####
### arkenidar.com ( paid DNS )
cloud.linode.com/linodes
Nanode 1 GB
$8.54 past costs , monthly
Debian 12
### php.freeddns.org ( gratis DNS )
my.contabo.com
Current specification of this VPS
VPS 0 NVMe (45.159.230.8)
2 cores CPU
4 GB RAM
50 GB (100% NVMe)
100 Mbit/s
0 istantanee
€4.09 / month
Debian 12
OTHER SERVICES :
### DNS ( gratis and paid ) : https://www.dynu.com/
### HTTPS ( let's encrypt initiative ,
SSL certificates , free and donations ) :
https://certbot.eff.org/pages/about
dario@win-dc MINGW64 ~
$ ssh arkenidar "lsb_release -d"
Description: Debian GNU/Linux 12 (bookworm)
dario@win-dc MINGW64 ~
$ ssh user01 "lsb_release -d"
Description: Debian GNU/Linux 12 (bookworm)
https://gist.github.com/arkenidar/80279e1f053e4549ef24ff767112f890
arkenidar/config-ssh--2024.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment