Skip to content

Does not pick up ssh-keys  #7

@linbynd

Description

@linbynd

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions