-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
The bot does not pick up other key names in different directories, apart from id_rsa.
./rtop-bot -s xoxb-33505060097-BwtQ5qksmUKAqZQOyEpD3zrW
rtop-bot: bot [rtopper] ready
rtop-bot: hit ^C to exit
rtop-bot: open "/Users/vinitkhandagle/Documents/personal/vagrant_machines/.vagrant/machines/mesos-master-server/virtualbox/private_key": no such file or directory
where as the file is present and the config is as following and I can ssh with to the box as well
Host mesos-master-server
HostName 127.0.0.1
User vagrant
Port 2222
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile "/Users/vinitkhandagle/Documents/personal/vagrant_machines/.vagrant/machines/mesos-master-server/virtualbox/private_key"
IdentitiesOnly yes
LogLevel FATAL
Metadata
Metadata
Assignees
Labels
No labels