mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-03 19:59:33 +00:00
Don't try to start ssh.
This commit is contained in:
parent
76d7c359af
commit
51f8799903
@ -34,8 +34,6 @@ killall git-daemon
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
echo 'PasswordAuthentication yes' | sudo tee -a /etc/sshd_config
|
||||
else
|
||||
sudo start ssh
|
||||
fi
|
||||
|
||||
ssh-keygen -t rsa -f ~/.ssh/id_rsa -N "" -q
|
||||
|
||||
Loading…
Reference in New Issue
Block a user