Skip to content

Commit c6592fa

Browse files
committed
delete custom ssh port
1 parent 9dc0abd commit c6592fa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

python-espnet/runner-scripts/bootstrap.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@ cp -rp /home/work/id_container /home/work/.ssh/id_rsa
44
cat /home/work/.ssh/authorized_keys > /home/work/.ssh/id_rsa.pub
55
chown work.work /home/work/.ssh/id_rsa.pub
66
chmod 644 /home/work/.ssh/id_rsa.pub
7-
# Default ssh client config
8-
cat <<EOF >> /home/work/.ssh/config
9-
Port 2200
10-
EOF
11-
chown work.work /home/work/.ssh/config
127

0 commit comments

Comments
 (0)