[Linux command] ssh command option list [Must-see for beginners]

[Linux command] ssh command option list [Must-see for beginners]

Summary Linux command list

What is the ssh command?

A Linux command for logging in to a remote host or executing a command using the ssh protocol. "ssh" is an abbreviation for "secure shell".

How to use commands

$ssh username@Host name of the connection destination(IP address)

#IP192 as root user.168.x.When connecting to x
$ ssh [email protected]

List of options for ssh command

option Description
-p Specify the port number used for connection
-i Specify the public key file to use for the connection
-l Specify the user name used to connect

-p option

#Specify the port number used for connection
$ ssh -p 22 [email protected] 

-i option

# /home/Specify the public key under hoge
$ ssh -i /home/hoge/xxxxx [email protected] 

-l option

#IP192 as root user.168.x.Connect to x
$ ssh -l root 192.168.x.x 

List of options for other Linux commands

pwd, mkdir, cd , cat, cp, ls, touch, less, mv, rm, ssh, man, ** Adding at any time **

Advertising space

We undertake various development and construction contracts and mentor work for beginners. If you are interested, please go to ** here **

Recommended Posts

[Linux command] ssh command option list [Must-see for beginners]
[Linux command] cp command option list [Must-see for beginners]
[Linux command] ls command option list [Must-see for beginners]
[Linux command] less command option list [Must-see for beginners]
[Linux command] cat command option list [Must-see for beginners]
[Linux command] pwd command option list [Must-see for beginners]
[Linux command] rm command option list [Must-see for beginners]
[Linux command] cd command option list [Must-see for beginners]
[Linux command] man command option list [Must-see for beginners]
[Linux command] mkdir command option list [Must-see for beginners]
[Linux command summary] Command list [Must-see for beginners]
Linux command memorandum [for beginners]
[Must-see for beginners] Basics of Linux
Linux command list
Linux operation for beginners Basic command summary
Linux command for self-collection
What is Linux? [Command list]
Linux distribution recommended for beginners
Linux Command Dictionary (for myself)
Python #list for super beginners
Convenient Linux shortcuts (for beginners)
Frequently used Linux commands (for beginners)
Linux command # 4
Linux command # 5
linux at command
[Linux] Search command
Roadmap for beginners
Linux [directory command]
Linux server command
Linux Command Summary
[Basic] linux command
Linux [shell command]
My linux command
Linux command <Basic 1>
Linux command collection
Linux mkdir command
Linux command basics
[Linux] Git command
Linux (command memory)
[For beginners] How to use say command in python!
[Linux] Basics of authority setting by chmod for beginners