m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/ssh.md
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.md')
-rw-r--r--ssh.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/ssh.md b/ssh.md
index f1d762b..1b5c9be 100644
--- a/ssh.md
+++ b/ssh.md
@@ -7,3 +7,11 @@
Change password for key:
ssh-keygen -p <keyname>
+
+## Setup login with public key
+
+ ssh-copy-id [user@]host
+
+## Execute commands and start shell
+
+ ssh -t host 'commands; bash'