diff options
author | alex narayan <alexandar.narayan@deliveryhero.com> | 2021-05-29 22:27:19 +0200 |
---|---|---|
committer | alex narayan <alexandar.narayan@deliveryhero.com> | 2021-06-03 18:40:31 +0200 |
commit | b928278e63999bac8fd4d64d3810305d44b818de (patch) | |
tree | 7175046721e3574bf7600fb221d51c7251c2ebc3 /docs/tutorials | |
parent | 083746112f80b4a6164c1fdcdef54da155cfb855 (diff) | |
download | podman-b928278e63999bac8fd4d64d3810305d44b818de.tar.gz podman-b928278e63999bac8fd4d64d3810305d44b818de.tar.bz2 podman-b928278e63999bac8fd4d64d3810305d44b818de.zip |
extend docs to include help for when pub/priv key is signed with an unsupported algo
Signed-off-by: alex narayan <alexandar.narayan@deliveryhero.com>
Diffstat (limited to 'docs/tutorials')
-rw-r--r-- | docs/tutorials/remote_client.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorials/remote_client.md b/docs/tutorials/remote_client.md index e39d804a6..889947397 100644 --- a/docs/tutorials/remote_client.md +++ b/docs/tutorials/remote_client.md @@ -108,5 +108,9 @@ podman-remote system connection --help You can use the Podman remote clients to manage your containers running on a Linux server. The communication between client and server relies heavily on SSH connections and the use of SSH keys are encouraged. Once you have Podman installed on your remote client, you should set up a connection using `podman-remote system connection add` which will then be used by subsequent Podman commands. +# Troubleshooting + +See the [Troubleshooting](../../troubleshooting.md) document if you run into issues. + ## History Adapted from the [Mac and Windows tutorial](https://github.com/containers/podman/blob/master/docs/tutorials/mac_win_client.md) |