User Tools

Site Tools


linux:ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:ssh [2022/11/23 12:49] – external edit 127.0.0.1linux:ssh [2023/02/15 14:11] (current) bstafford
Line 1: Line 1:
 ====== SSH ====== ====== SSH ======
-===== Copy over Public Key ===== +Go to [[networking:ssh|SSH (Networking)]]
-To enable passwordless login, you must copy over your public key to the other sever +
-<code>ssh-copy-id remote_username@server_ip_address</code> +
-===== Ignore Warning ===== +
-<code>ssh -q -o "StrictHostKeyChecking no" admin@192.168.1.1</code> +
-===== ByPass Legacy Ciphers ===== +
-I had to do this to access a Cisco switch. +
- +
-Add the following to the SSH command. +
- +
-<code>-oKexAlgorithms=+diffie-hellman-group1-sha1</code> +
- +
-You can also add the following to ''.ssh/config'' +
-<code>Host x.x.x.x +
-    KexAlgorithms +diffie-hellman-group1-sha1</code>+
linux/ssh.1669207782.txt.gz · Last modified: by 127.0.0.1