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