The IBM i SSH daemon is a secure shell server that allows users to remotely access and manage their IBM i system using the Secure Shell (SSH) protocol. SSH is a secure, encrypted protocol that provides a secure way to access and manage remote systems.
The IBM i SSH daemon is a built-in feature of the IBM i operating system, and it provides a range of benefits, including:
- Secure remote access: The SSH daemon allows users to access their IBM i system remotely, using a secure and encrypted connection.
- Command-line access: Users can access the IBM i command line remotely, using tools like SSH clients or terminal emulators.
- File transfer: The SSH daemon supports secure file transfer using SFTP (Secure File Transfer Protocol) and SCP (Secure Copy Protocol).
- Secure authentication: The SSH daemon supports secure authentication methods, including password authentication, public key authentication, and Kerberos authentication.
Some common uses of the IBM i SSH daemon include:
- Remote system administration: System administrators can use the SSH daemon to remotely access and manage their IBM i system.
- Remote development: Developers can use the SSH daemon to remotely access and manage their IBM i system, and to transfer files and code.
- Secure file transfer: Users can use the SSH daemon to securely transfer files to and from their IBM i system.
Ensure the SSH daemon is running
You are going to need SSH to anything with VS-Code.
Just start it with this command:
OK - that's all the pre-requisites installed and configured!