6 lines
82 B
Bash
6 lines
82 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# start sshd
|
||
|
/usr/sbin/sshd -D -f /home/ecs-user/.ssh/sshd_config &
|
||
|
|