add ssh config
This commit is contained in:
parent
dfe2db2d3d
commit
86a86cc036
@ -1,5 +1,6 @@
|
||||
Host hosting
|
||||
HostName 8.8.8.8
|
||||
Port 22
|
||||
User username
|
||||
Host docker
|
||||
HostName 0.0.0.0
|
||||
Port 2222
|
||||
User root
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
StrictHostKeyChecking no
|
||||
|
||||
@ -86,6 +86,7 @@ alias vd='deactivate'
|
||||
# docker
|
||||
#alias drma='docker rm $(docker ps -a -q -f status=exited)'
|
||||
alias drma='docker container prune'
|
||||
alias drmi='docker image prune'
|
||||
|
||||
# python
|
||||
alias pipir='python3 -m pip install -r requirements.txt'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user