I hereby claim:
- I am antopj on github.
- I am antopjoseph (https://keybase.io/antopjoseph) on keybase.
- I have a public key whose fingerprint is B076 65CF 2C97 A45D EE3F C3CF E821 959B 29A4 9CA5
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
import os | |
import paramiko | |
ssh_key_filename = os.getenv('HOME') + '/.ssh/id_rsa' | |
jumpbox_public_addr = '168.128.52.199' | |
jumpbox_private_addr = '10.0.5.10' | |
target_addr = '10.0.5.20' |
#!/usr/bin/python | |
import hmac, struct, time, base64, hashlib # for totp generation | |
import re, sys, subprocess # for general stuff | |
from getopt import getopt, GetoptError # pretending to be easy-to-use | |
# | |
# gtb - Google(auth) + Tunnelblick | |
# |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/bash | |
######### created by Anto ########## | |
#!IMPORTANT | |
#execute this script from same directory where wp-config.php exists | |
#considering current working directory name as site name /var/www/example.com/ | |
#SITENAME=${PWD##*/} | |
echo -e "Enter Your domain name" |
I hereby claim:
To claim this, I am signing this object: