Speed Up Your SSH Sessions with These Seven Quick SSH Config Tricks

  Рет қаралды 36,894

Akamai Developer

Akamai Developer

Күн бұрын

Пікірлер: 42
@dleivam
@dleivam 2 жыл бұрын
The last tip was very cool.. I have to connect to several servers with ssh and few of them not use the standard 22 port and I never remember the name of those servers or the specific port.. now I will put them in my config file so I can forget them, thanks.
@Efim88
@Efim88 2 жыл бұрын
Super useful! Thank you!
@Laflamablanca969
@Laflamablanca969 2 жыл бұрын
Hey Jay what about ssh keys? I was hoping you’d show how to use specific keys for each connection defined in the config file 😔
@cindrmon
@cindrmon 2 жыл бұрын
here's an example: ``` Host server HostName server_ip User username IdentityFile /path/to/ssh/private/key ``` hope that helps
@Laflamablanca969
@Laflamablanca969 2 жыл бұрын
@@cindrmon awesome thanks!!
@Laflamablanca969
@Laflamablanca969 2 жыл бұрын
@@cindrmon You are a legend! Worked perfectly. Very much appreciated :)
@bahathir_
@bahathir_ 2 жыл бұрын
Other tools such as 'sftp' and 'scp' also utilize the config file.
@sdharden01
@sdharden01 5 ай бұрын
I just wish I had watched these videos BEFORE I worked on my last project at work (Linux newbie here). Anyway, I'll be MUCH more useful to the team going forward! Thanks.
@b7sh_b7sh
@b7sh_b7sh 9 ай бұрын
you are an amazing one 😍😍 Thank you a lot
@gobikrish276
@gobikrish276 2 жыл бұрын
Thanks Jay it is great way to simplify SSH login
@pierre-huguesaubertin1654
@pierre-huguesaubertin1654 2 жыл бұрын
Shinra is for ff7 and skynet is for terminator
@raul230285
@raul230285 2 жыл бұрын
Cool man, thanks...!!
@kjlw99
@kjlw99 2 жыл бұрын
Also how I get different ssh-keys per connection, and sometimes locally disable the strict key checking also. This video could use a sequal showing ssh-keys and how to use jump-hosts from bastion host to actual target. :D
@maxwellmuhanda7940
@maxwellmuhanda7940 2 жыл бұрын
love your tutorials a lot so direct soo helpful
@wparsa
@wparsa 11 ай бұрын
The most useful ssh tuturial I've ever seen. how about dynamic port forwarding for scoks5 connection? how can I add that? thanks
@clipsworld6391
@clipsworld6391 9 ай бұрын
Hi, kindly add a video for (NAT) Natting a Server VM with three other Client VMs in detail.
@michaels8297
@michaels8297 2 жыл бұрын
Thank you jay!
@msheikfaaruk56
@msheikfaaruk56 2 жыл бұрын
hi sir i have question about . In system [ubuntu 20.04 ] mtu size is 1500 and i am try connect another system by ethernet .connection successfully done the question is mtu size 1500 but ssh packets are above 1500 in wireshark how ? what is happening there ?
@CarlLovesTopps
@CarlLovesTopps 2 жыл бұрын
I am curious - can you add a -i /dir/keyfile.ppk to a config in this manner as well to simplify connections?
@jackfinan9060
@jackfinan9060 2 жыл бұрын
yes, use 'IdentityFile /dir/keyfile.ppk'
@podunkis
@podunkis Жыл бұрын
Nicely done. You provided enough information to get people started. There's plenty of info in the man pages (ssh, ssh_config) that allow additional customization, but your video covers enough to make self-guided learning more productive.
@dhanalakshimi
@dhanalakshimi Жыл бұрын
😅😮
@xrafter
@xrafter 2 жыл бұрын
Hey, is Jay a Linode developer? Or what does advocate mean ?
@pierre-huguesaubertin1654
@pierre-huguesaubertin1654 2 жыл бұрын
Advocate is a person who publicly supports or recommends a particular cause or policy
@GergelyCsermely
@GergelyCsermely 2 жыл бұрын
Thanks
@hacks_hackers
@hacks_hackers 2 жыл бұрын
I need more explanation about netcat, especially the -s switch......please do a video, thanks.
@ChandrashekarCN
@ChandrashekarCN 10 ай бұрын
💖💖💖💖
@xedover
@xedover 2 жыл бұрын
SSH to connect to remote host: its not asking if you really want to connect to the server... its asking if you want to add the connection to your known_hosts file (then it won't ask you again). There are options to disable the asking (and writing).
@anjalimesh
@anjalimesh 2 жыл бұрын
Superb
@prophetjamz94
@prophetjamz94 2 жыл бұрын
Shinra - FF7, Skynet - Terminator Franchise Lol nice references
@kimsoft6824
@kimsoft6824 2 жыл бұрын
A recently created account with this email address was canceled by our automated systems. This was due to activity or patterns associated with fraudulent behavior. Additional attempts to sign up may also be rejected. Linode Some help why do I get this error
@oliverjanssen1700
@oliverjanssen1700 2 жыл бұрын
Acme might refer to the company in the movie roger rabbit?
@waltsullivan8986
@waltsullivan8986 Жыл бұрын
Please read `man ssh-copy-id ssh-keygen` and avoid having to type passwords. You will need to type a passphrase (as complex as necessary) once per session.
@Jeremy-W0JRL
@Jeremy-W0JRL 2 жыл бұрын
Once you have your hosts defined, you can use Tab completion to save even more typing!
@entheogenetic1
@entheogenetic1 2 жыл бұрын
lol'd on potato. nice video
@knowledgeseeker9695
@knowledgeseeker9695 2 жыл бұрын
Man that Desk is too tall for you! Good videos though as usual 👏
@arsadhkhan3736saha
@arsadhkhan3736saha Жыл бұрын
Y
@theperfguy
@theperfguy 2 жыл бұрын
I dont understand who this is targeted to, It might be better to label this video as relevant only to "Linux beginners" I mean a 10 line article would be good enough to explain this. I thought you would discuss in-depth stuff or gotchas in the ~/.ssh/config file. Not trying to sound passive aggressive, but context/labeling would be really appreciated (Beginners/Intermediate/Expert)
@mangalchandrasingh5214
@mangalchandrasingh5214 Жыл бұрын
P
@stoneobscurity
@stoneobscurity 2 жыл бұрын
i use alias'es in my .bash_profile then all i need to do is type 'tx1' and it connects. here are some others for local network servers. these all i need to do is type in 'st 202' and it will connect the stone user to the .202 box, etc.
@stoneobscurity
@stoneobscurity 2 жыл бұрын
looks like YT filtered out my commands.
@tubeDude48
@tubeDude48 2 жыл бұрын
no need for *CTRL-o* in nano, Just enter: *CTRL-x y Enter*
How to Reset SSH Host Keys when Deploying Linux Templates in Proxmox
20:56
How to use Multiple SSH Keys | Managing Different SSH Keys on your System
21:29
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Hostnames and Domains on Linux Servers | Top Docs with Jay LaCroix
16:23
Everything You Need to Know About sudo | Linux Essentials Tutorial
23:51
Akamai Developer
Рет қаралды 41 М.
5 Must Have Tweaks to Secure OpenSSH
21:48
Learn Linux TV
Рет қаралды 31 М.
The OpenSSH Client Config File: Simplify your SSH Connections
17:23
Learn Linux TV
Рет қаралды 34 М.
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 1 МЛН
The Linux Filesystem Explained | How Each Directory is Used
14:08
Akamai Developer
Рет қаралды 238 М.
you need to learn tmux RIGHT NOW!!
17:46
NetworkChuck
Рет қаралды 596 М.
You're running Pi-Hole wrong! Setting up your own Recursive DNS Server!
18:02
OpenSSH is about to change. (For the better.)
10:00
Veronica Explains
Рет қаралды 143 М.