source:
bootcd/config/sbin/remoteaccess
@
5fedc40
Last change on this file since 5fedc40 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 153 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | # Remote access script voor regressie tests en debugging. |
4 | /etc/rc.d/rc.sshd start |
5 | xhost + |
6 | dhclient eth0 |
7 | echo "Klaar voor remote access.." |
Note: See TracBrowser
for help on using the repository browser.