Connections
<% if connections and connections.any? %>
<% else %>
Name | Protocol | Host | Port | User | Remote Path | |
---|---|---|---|---|---|---|
<%= c.name %> | <%= c.protocol %> | <%= c.host %> | <%= c.port %> | <%= c.user %> | <%= c.path %> | Delete Modify |
No connections
<% end %>
Private Keys
<% if (private_key_files + auto_detected_private_key_files).any? %>
<% auto_detected_private_key_files.each do |private_key| %>
<% else %>
No private keys.
<% end %>
<%= private_key %> | |
<%= private_key %> | Delete |