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
2af46c4b94
sshjump
/
server
/
createdatabase.sh
3 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Update createdatabase.sh
2018-06-05 16:52:27 -04:00
dir
=
/opt/sshjump
Update createdatabase.sh
2018-06-05 16:49:16 -04:00
sqlite3
$dir
/sshjump.db
'create table sshjump(host, ip, port, id);'