This website requires JavaScript.
Explore
Help
Sign In
nick
/
sshjump
Watch
1
Star
0
Fork
You've already forked sshjump
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5049a27fa4
sshjump
/
server
/
createdatabase.sh
3 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Update createdatabase.sh
2018-06-05 16:49:16 -04:00
dir /opt/sshjump
sqlite3
$dir
/sshjump.db
'create table sshjump(host, ip, port, id);'