openssh: exec 2>&1 in service

This commit is contained in:
git-bruh 2022-10-03 18:30:39 +05:30
parent 4a0ba825ab
commit f2f185903a
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
03974302161e9ecce32153cfa10012f1e65c8f3750f573a73ab1befd5972a28a
cd9a79943f8f6c05373bd70afc22a230f3c5e6e6200b9115f598e180dacefb54
d28e599e5fdf1272a8696cd5a1a50056668bddcfcec5e810ea238f67b3cf6355

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec /usr/bin/sshd -D
exec /usr/bin/sshd -D 2>&1

View File

@ -1 +1 @@
9.0p1 1
9.0p1 2