Created
November 16, 2015 22:33
-
-
Save blomquisg/b88c3ac018fc00f14a34 to your computer and use it in GitHub Desktop.
verify_credentials_with_ssh call stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
verify_credentials_with_ssh calls connect_ssh: https://github.com/ManageIQ/manageiq/blob/master/app/models/host.rb#L857 | |
connect_ssh calls MiqSshUtil#shell_with_ssu: https://github.com/ManageIQ/manageiq/blob/master/app/models/host.rb#L1139 | |
MiqSshUtil#shell_with_su calls #new: https://github.com/ManageIQ/manageiq/blob/master/gems/pending/util/MiqSshUtilV2.rb#L217 | |
MiqSshUtil#new calls #run_session: https://github.com/ManageIQ/manageiq/blob/master/gems/pending/util/MiqSshUtilV2.rb#L114 | |
MiqSshUtil#run_session calls MiqSockUtil#getFullyQualifiedDomainName: https://github.com/ManageIQ/manageiq/blob/master/gems/pending/util/MiqSshUtilV2.rb#L256-L258 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This all actually works better as a comment
Host#verify_credentials_with_ssh
calls#connect_ssh
:Host#connect_ssh
callsMiqSshUtil#shell_with_ssu
:MiqSshUtil#shell_with_su
calls#new
:MiqSshUtil#new
calls#run_session
:MiqSshUtil#run_session
callsMiqSockUtil#getFullyQualifiedDomainName
: