enable scripts for ftp and telnet
Esse commit está contido em:
pai
6cab4e5e34
commit
eec4c8bf34
2
rescueOS/enableftp.sh
Arquivo executável
2
rescueOS/enableftp.sh
Arquivo executável
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
tcpsvd -v 0.0.0.0 21 ftpd -w &
|
3
rescueOS/enabletelnet.sh
Arquivo executável
3
rescueOS/enabletelnet.sh
Arquivo executável
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
#uhh..
|
||||
telnetd &
|
Carregando…
Referência em uma nova issue
Block a user