I have used some of the common arguments while setting up a SFTP connection like:
X11Forwarding
AllowTcpForwarding
ChrootDirectory
ForceCommand
But is there such an argument that allows me send my own IP in the SFTP packet(which usually transfers all the details when we do $sftp username@w.x.y.z), so that the user to which I'm establishing a connection to can check my Ip in his "AllowUsers" list and my connection wont get denied.
I know it can be done through sshd_config file. If there is any other way please describe that too.
I found this page where all the argument details have been provided,but i am not sure which one to use.
http://www.openssh.com/cgi-bin/man.c...ry=sshd_config