This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Kevin-Mok
/
linux-config
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Dotfiles for my tiling window manager + terminal workflow.
314
Commits
8
Branches
0
Tags
1.4 MiB
Shell
94.5%
Python
5%
Perl
0.4%
Tree:
20f80bdd8c
linux-config
/
dot_config
/
fish
/
functions
/
ssh-bandit.fish
3 lines
102 B
Raw
Blame
History
function
ssh-bandit
sshpass -f p/
$argv
[
1
]
ssh -p
2220
bandit
$argv
[
1
]
@bandit.labs.overthewire.org
end
Reference in new issue